C
Chris Dunigan
I need a formula that will show "Y" if a cell value is numeric. There
is the possibility that the cell could contain text or be blank.
Have tried using the following formula, but it doesn't seem to work:
=IF(OR((ISERROR(G6)=FALSE),(ISNUMBER(G6))),"Y","N").
Can anyone help me?
Thanks,
Chris
is the possibility that the cell could contain text or be blank.
Have tried using the following formula, but it doesn't seem to work:
=IF(OR((ISERROR(G6)=FALSE),(ISNUMBER(G6))),"Y","N").
Can anyone help me?
Thanks,
Chris