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).
 
Back
Top