Hi,
I am having a column(A) that has blanks and numbers among its rows.
My objective is to replace all the blanks with 2 and all the numbers with 1.
Circular reference wasn't permitted and hence, I inserted another column(B) and pasted the following formula in all its rows.
But all the rows in the new column contain 2, unless I go to (A) where the number is present, and then unless I press F2, the result in column B for the corresponding row remains 1.
Can you help me out of situation ?
Thank you...
RR
I am having a column(A) that has blanks and numbers among its rows.
My objective is to replace all the blanks with 2 and all the numbers with 1.
Circular reference wasn't permitted and hence, I inserted another column(B) and pasted the following formula in all its rows.
Code:
IF(ISNUMBER(A2),1,2)
But all the rows in the new column contain 2, unless I go to (A) where the number is present, and then unless I press F2, the result in column B for the corresponding row remains 1.
Can you help me out of situation ?
Thank you...
RR