Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a sumif function to return a report from a worksheet and would like to
make the condition refer to another cell (in the same workbook). E.g. This works... A2: =SUMIF(A5:A100,"=11/01/07",E5:E100) But this doesn't... A1: 11/01/07 A2: =SUMIF(A5:A100,"="&A1,E5:E100) A5: 11/20/07 A6: 12/20/07 A7: 08/20/07 .... How do I make the condition be that the range has to be greater than the date in cell A1? Thanks for your help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using a date in criteria for SUMIF | Excel Discussion (Misc queries) | |||
Sumif with two criteria including a date range | Excel Discussion (Misc queries) | |||
tow criteria (Date and Name)in sumif | Excel Discussion (Misc queries) | |||
Calculate a SUMIF if criteria is between 2 date ranges | Excel Worksheet Functions | |||
SUMIF/SUMPRODUCT/IF - 2 criteria - Date and Text | Excel Discussion (Misc queries) |