View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default cells without values causing error message

Hi Karen,

Blank cells don't give #VALUE when summed, cells with spaces do.
You can check with the LEN() function; if the result is not zero, there's something in the cell.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"karen" wrote in message ...
| I'm downloading data from a database into Excel; some of the cells have $0
| values, but some are just blank. If I sum a row or a column which includes a
| blank cell, I get an error message: #VALUE! How can I convert the blank
| cells to zeros?
| --
| karen