filter - excel show rows having a value in any column -
i have 3 coulmns
column1 has values a,e,d column2 has values e,a,p filter has values a,x,y
now on selecting filter value in filter column sheet should list 2 rows i.e. a,e , e.a
please let me know how
the way using filter helper column in c1, enter =a1&b1 or =concatenate(a1,b1)
then can filter c using text filter. if contains "a"....
Comments
Post a Comment