SUM rows in column if cell in different column is empty

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a spreadsheet that has many rows of data. I'm trying to get a
total for a column ("G") in a cell ("A2") but only on rows where the
cell in another column ("J") for that row is empty.I tried SUMIF and
couldn't get it to work. Can this be done with some kind of formula?
Any help would be appreciated.

Thanks,

gg
 
=SUMIF(I:I,"",G:G)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Maybe...

=SUMIF(J:J,"",G:G)



Hi,

I have a spreadsheet that has many rows of data. I'm trying to get a
total for a column ("G") in a cell ("A2") but only on rows where the
cell in another column ("J") for that row is empty.I tried SUMIF and
couldn't get it to work. Can this be done with some kind of formula?
Any help would be appreciated.

Thanks,

gg
 
Thanks... I'm an idiot. I have like 7 rows of non-numberical data
that I was trying to "exclude" when I tried the SUMIF. I thought that
would mess it up. Thanks for the help. I probably would have never
figured it out. =)
 

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