View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Sum based on date

Try this:

=SUMIF(B:B,"="&F2,C:C)


--
Biff
Microsoft Excel MVP


"Sherry N." wrote in message
...
Hello,
I have a worksheet that gets data from external source. I need to sum
numbers in Column C if date in Column B is = another cell.

I tried:
=IF(B:B=F2,SUM(C:C))
=SUMIF(B:B,B:B=F2,C:C)

Much appreciated.
--
Sherry N.