Thread: Sumif Question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Sumif Question

Do you mean

=SUMPRODUCT(--((F2:F20C2:C20)+((F2:F20="")*(TODAY()C2:C20))))

--

HTH

Bob

"stevestr" wrote in message
...
I need help with a sumif formula. I have two spreadsheets. On my report
spreadsheet I want to use a sumif function that looks at two columns in
the
other spreadsheet and give me a total based on the following criteria.

1. Look at the date in F2 and compare to the date in C2. Count if the
date
in F2 is greater than C2.

OR

2. If F2 is blank, and today's date is greater than C2, count.