M Mike Mar 19, 2004 #1 Is there a function that will select only the empty cells in a range, say in a column? As always, thanks a lot. Mike
Is there a function that will select only the empty cells in a range, say in a column? As always, thanks a lot. Mike
F Frank Kabel Mar 19, 2004 #3 Hi Mike what are you trying to do with that information? Depending on this a formula could be easily achieved. e.g. =MIN(IF(ISBLANK(A1:A100),ROW(A1:A100)) will return the row number from the first blank cell (entered as array formula)
Hi Mike what are you trying to do with that information? Depending on this a formula could be easily achieved. e.g. =MIN(IF(ISBLANK(A1:A100),ROW(A1:A100)) will return the row number from the first blank cell (entered as array formula)
G Guest Mar 19, 2004 #4 Thanks, Jason - that was just what I needed -----Original Message----- Select the range, F5, Special, Blanks. HTH Jason Atlanta, GA . Click to expand...
Thanks, Jason - that was just what I needed -----Original Message----- Select the range, F5, Special, Blanks. HTH Jason Atlanta, GA . Click to expand...