Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Glad I could help and thanks for the feedback
-- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Pat318" wrote: Thanks Alot Mike U R a life saver. Pat318 "Mike H" wrote: Hi, Try it like this =SUMPRODUCT((G2:G1238="O")*(H2:H1238=DATE(1985,1, 1))*(H2:H1238<=DATE(1985,12,31))) To make it more 'user friendly' put your lookup values in a cell =SUMPRODUCT((G2:G1238=A1)*(H2:H1238=A2)*(H2:H1238 <=A3)) Where A1= o a2= 1/1/1985 a3= 31/12/1985 That way it's easy to alter the lookup parameters -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Pat318" wrote: I'm trying to countif in 2 columns 1has "O" or "MV". The other column has date ranges. So if dates 1/1/1985 -12/31/1985 "O" count how many. And do the same for "MV" within the same date range. Here is the formula im using. Not sure if I'm on the right track. It 's not working.... =COUNT(IF((G2:G1238="O")*(H2:H1238<12/31/1985)*(H2:H12381/1/1985),H2:H1238)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif with multiple criteria and date range | Excel Worksheet Functions | |||
Sum multiple criteria with a range than and < than | Excel Worksheet Functions | |||
match multiple criteria ina range from multiple criteria multiplet | Excel Worksheet Functions | |||
look up with multiple criteria and within a range | Excel Worksheet Functions | |||
Counting from one range to another range, multiple criteria | Excel Discussion (Misc queries) |