suming blank cells

  • Thread starter Thread starter Jase
  • Start date Start date
J

Jase

I am trying to add 2 cells together. Sometimes 1 of the 2 cell sthat I am
trying to add together is blank. When one of the cells is blank it is not
returning an answer for me, any way around this?

thanks,

JAse
 
Sounds like there may be, say, " " in the cell. So, if (cell1="
",cell2,if(cell2="",cell1,cell1+cell2))
 
That works, thanks,

Max said:
Use SUM, it will ignore text
Eg in C1: =SUM(A1:B1)
[instead of in C1: =A1+B1]
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,300 Files:361 Subscribers:58
xdemechanik
---
Jase said:
I am trying to add 2 cells together. Sometimes 1 of the 2 cell sthat I am
trying to add together is blank. When one of the cells is blank it is not
returning an answer for me, any way around this?

thanks,

JAse
 
Actually, what if my columns are not right next to each other?

thanks,

Jase

Max said:
Use SUM, it will ignore text
Eg in C1: =SUM(A1:B1)
[instead of in C1: =A1+B1]
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,300 Files:361 Subscribers:58
xdemechanik
---
Jase said:
I am trying to add 2 cells together. Sometimes 1 of the 2 cell sthat I am
trying to add together is blank. When one of the cells is blank it is not
returning an answer for me, any way around this?

thanks,

JAse
 
=SUM(A2,C2)

Jase said:
Actually, what if my columns are not right next to each other?

thanks,

Jase

Max said:
Use SUM, it will ignore text
Eg in C1: =SUM(A1:B1)
[instead of in C1: =A1+B1]
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,300 Files:361 Subscribers:58
xdemechanik
---
Jase said:
I am trying to add 2 cells together. Sometimes 1 of the 2 cell sthat I am
trying to add together is blank. When one of the cells is blank it is not
returning an answer for me, any way around this?

thanks,

JAse
 
Actually, what if my columns are not right next to each other?
Then like this, in say, E1: =SUM(A1,C1)

Pl press the "Yes" button below in all responses which help
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,300 Files:361 Subscribers:58
xdemechanik
---
 

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