I don't know if this is possible but I would like to populate a second worksheet with data from c1 where a1:a500="A". I know this formula will get me one record and if I drag it down, I will get a bunch of "False" then a record. I know why that is happening but how can I get it to just display all the c1 records in a column without the "False" and/or blank rows.
=IF(Sheet1!A1:A50="A", Sheet1!C1)
I want it to look like this:
ad001
ad004
ad007
But currently it looks like this:
ad001
False
False
False
False
ad005
Thanks
=IF(Sheet1!A1:A50="A", Sheet1!C1)
I want it to look like this:
ad001
ad004
ad007
But currently it looks like this:
ad001
False
False
False
False
ad005
Thanks