How do I apply data filter to only the table range and not the whole row?

后端 未结 4 1553
暖寄归人
暖寄归人 2020-12-12 08:13

I have got two adjacent tables. When I apply data filter on first table, it filters the whole row hiding rows from 2nd table as well. How do I restrict filter to only the fi

4条回答
  •  我在风中等你
    2020-12-12 09:07

    I had a similar issue, where i had a table I wanted to remain static - like a key, but wanted to filter the main table.

    To get around this, I copied the static table, and pasted it as an image. This way, when you filter on the main table, the image remains where you have put it.

提交回复
热议问题