Sumif criteria that's not a blank

  • Thread starter Thread starter mkclee
  • Start date Start date
M

mkclee

I want to sum column B1:B5 if the column A1:A5 cells have a date in it.
I've tried SUMIF((A1:A5),isnumber,B1:B5). I've also trie
SUM(IF(ISNUMBER(A1:A5),B1:B5,0),0)
 
USE said:
-----Original Message-----
I want to sum column B1:B5 if the column A1:A5 cells have a date in it.
I've tried SUMIF((A1:A5),isnumber,B1:B5). I've also tried
SUM(IF(ISNUMBER(A1:A5),B1:B5,0),0).
 

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