Error message

  • Thread starter Thread starter alexm999
  • Start date Start date
A

alexm999

I have a cell adding =D5+D6

When nothing is in D5 and D6 I get an error #Value in the cell.
How can I get rid of that??
 
Alex,

To get that error message you must have something in the cell. Are you b
any chance 'clearing' the cell the cell by entering a space? I another cell
try =ISTEXT(D5) and =ISTEXT(D6). If you get a TRUE then you have text in
the cell. The plus sign will give you this error if you have text in either
of the cells but =SUM(D5:D6) will not.

HTH

Sandy
 

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