if formula in cell

H

Hamster & Pene

Hi Team

What I want to do is, if
Cell.... A1 contains formula then do something if it contain a number do
something else.


I thought it would be =if(ISREF(A1),100,200) or the ISNUM function, the IS
function don't detect


thanks Phill
 
P

paul

if your formula results in a number =isnumber will say true......if it is
text ,false,if a date true....
 
Top