ARG! Pull my hair out. Null fields and formulas

  • Thread starter Thread starter BrianC
  • Start date Start date
B

BrianC

I have Excel 2002 SP3 and two spreadsheets. The following formula i
spreadsheet #1:

=A1*5, when A1 has the formula ="" in it returns 0 (behaving a
expected)

in spreadsheet #2 the same exact formula and assignments returns th
'#VALUE' error message.

I thought that null values are suppose to calc as zeros. It does i
one spreadsheet but doesnt in the other.

Any ideas on why? All cell formats and 'Tools' - 'Options' setting
are identical
 
Try:

=N(A1)*5
I have Excel 2002 SP3 and two spreadsheets. The following formula i
spreadsheet #1:

=A1*5, when A1 has the formula ="" in it returns 0 (behaving a
expected)

in spreadsheet #2 the same exact formula and assignments returns th
'#VALUE' error message.

I thought that null values are suppose to calc as zeros. It does i
one spreadsheet but doesnt in the other.

Any ideas on why? All cell formats and 'Tools' - 'Options' setting
are identical
 
One of your workbooks has a Lotus transition setting turned on. (I think you
missed a setting.)

Tools|options|transition tab|
The workbook that returns 0 has: transition formula evaluation checked.
the workbook that returns #value! has it unchecked.

For what it's worth, most excel users have this unchecked and would get the
#value! error.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top