Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to get the sum between a range of dates.
H8:S8 contain the dates H11:S11 contains the values V5 is the start date V6 is the end date I have tried the following as an array formula but if only works if V5 and V6 are at least that of range H8:S8 =SUM(IF(AND(H8:S8=V5,H8:S8<=V6),H11:S11)) In other words I want it to sum the cell the do meet the criteria. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formating Dates for production schedule | Excel Discussion (Misc queries) | |||
Range of dates determine days | Excel Worksheet Functions | |||
named range refers to: in a chart | Excel Discussion (Misc queries) | |||
can I use a range of dates as a criteria when using sumif? | Excel Worksheet Functions | |||
I have a list of dates that I need to count based on a date range | Excel Worksheet Functions |