if worksheet function
Hi
What about cases where cell C5 is formatted as text, but contains a numeric
string? When such cases don't exist, or when then you want 0 returned, then
the formula will be simple:
=SUM(C5)
--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )
"supersonikk" wrote in message
...
Hi all,
Is there a way to write a formula so that if a cell does not contain any
numbers, just text, it result as 0 number?
i.e.:
=if(C5<number,0,C5)
--
Thanks,
Marko
|