Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have an excell sheet that gets updated daily with submissions from
different departments, what i want to do is to use a formula to submission by the department and between two dates |
#2
![]() |
|||
|
|||
![]()
One way
=SUMPRODUCT(--(A2:A50="Department"),--(B2:B50=D2),--(B2:B50<=E2),C2:C50) where D2 hold the start date, E2 the end date and C2:C50 the amount/values to sum -- Regards, Peo Sjoblom (No private emails please) "Dave" wrote in message ... I have an excell sheet that gets updated daily with submissions from different departments, what i want to do is to use a formula to submission by the department and between two dates |
#3
![]() |
|||
|
|||
![]()
Hi,
You can also try using array formulas (Ctrl+Shift+Enter) =count(if((range1="department")*(range2<date1)*(ra nge3date2)),1,0)) Regards, Ashish Mathur "Dave" wrote: I have an excell sheet that gets updated daily with submissions from different departments, what i want to do is to use a formula to submission by the department and between two dates |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find largest alphanumeric value matching alpha criteria in databas | Excel Worksheet Functions | |||
sorting more than 3 keys | Excel Discussion (Misc queries) | |||
Countif using format criteria....not number criteria? | Excel Worksheet Functions | |||
Can I get the mode, min, and max with multiple criteria? | Excel Discussion (Misc queries) | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions |