P
Paul Lautman
=MATCH("R",range1,0) will tell me if any cell in range1 is equal to "R"
=MATCH("",range1,0) will tell me if any cell in range1 contains nothing (for
instance just a single ' )
But how do I tell if any cell in range1 is completely blank?
=MATCH("",range1,0) will tell me if any cell in range1 contains nothing (for
instance just a single ' )
But how do I tell if any cell in range1 is completely blank?