jassybun
Member
Hey guys! How has everyone been?
I am using a filter, but I want to show at the top (above filter) what I am filtering.
I made these functions, but unfortunately they include the hidden rows, which obviously doesn't help. How can I only show what I am filtering? The filter being used is the P column.
Cell A1=IF(ISNA(MATCH(6001,P8
500,0)),"","6001")
Cell A2=IF(ISNA(MATCH(6002,P8
18,0)),"","6002")
Cell A3==IF(ISNA(MATCH(6006,P8
18,0)),"","6006")
I am using a filter, but I want to show at the top (above filter) what I am filtering.
I made these functions, but unfortunately they include the hidden rows, which obviously doesn't help. How can I only show what I am filtering? The filter being used is the P column.
Cell A1=IF(ISNA(MATCH(6001,P8
Cell A2=IF(ISNA(MATCH(6002,P8
Cell A3==IF(ISNA(MATCH(6006,P8