Thread: Date count
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
tkacoo tkacoo is offline
external usenet poster
 
Posts: 3
Default Date count

I have a spreadsheet with dates in the cells.
I want to create a formula that looks at column A and column B, if they are
blank... then look at column C and if it is blank count it as 1. I tried
something like this.. but it didn't give me the answer I was looking for!

=SUMPRODUCT(--(A7&B7=" "),(COUNTA(C7,1)))