OK, now that I have your attention. I want to use an IF statement to evaluate the content of a cell which may be blank or contain a numeric text string. If the cell is blank B1 should preferably be left blank or alternatively contain a zero, if not the content will be multiplied with one to convert the content ot a numeric value (e.g.):
IF (A1 is Blank; Leave B1 Blank; A1*1)
[/color green]
Thanx a bunch
LL
IF (A1 is Blank; Leave B1 Blank; A1*1)
[/color green]
Thanx a bunch
LL