If I have the following 3 column layout in Excel...
column1 column2 column3
one three info about three
two one info about one
three two info about two
four six info about six
seven info about seven
eight info about eight
...how do I delete or hide or remove any row that doesn't have a column 1 value in column 2?
My end results should look like this...
column1 column2 column3
one
two one info about one
three two info about two
four
=if(countif(A:A,B2) > 0,"true","false")
(Note: you may have to copy and 'paste > values only' on the "Lookup" column to have excel truly recognize the lookup results)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With