A
Arceedee
Hi
I'm writing a small program that cleanses data in a s/s. A formula advises
whether in each row the result is true or false. I only need to keep the
true data so I'm looking for a way to delete the false results.
If it helps, the way I'm finding whether true or false is by formula which
uses ISNUMBER search for certain criteria to be met i.e. whether the data in
the cell contains one of 6 given UK postcodes.
(=OR(ISNUMBER(SEARCH({"BD","HX","HD","LS","WF","OL"},H2)))
I'm writing a small program that cleanses data in a s/s. A formula advises
whether in each row the result is true or false. I only need to keep the
true data so I'm looking for a way to delete the false results.
If it helps, the way I'm finding whether true or false is by formula which
uses ISNUMBER search for certain criteria to be met i.e. whether the data in
the cell contains one of 6 given UK postcodes.
(=OR(ISNUMBER(SEARCH({"BD","HX","HD","LS","WF","OL"},H2)))