Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following formular:
=IF($B5002="","",COUNTIF(MAIN!$B$10:$B$5000,"" &$B5002 & "")) Column A is the date Column B is the unit How do I modify it to count between two dates that are in cells Sheet2 P3 and R3 Thank you -- AOP |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
adapt to suit
=sumproduct((a2:a22b1)*(a2:a22<=b2)) -- Don Guillett Microsoft MVP Excel SalesAid Software "AOP" wrote in message ... I have the following formular: =IF($B5002="","",COUNTIF(MAIN!$B$10:$B$5000,"" &$B5002 & "")) Column A is the date Column B is the unit How do I modify it to count between two dates that are in cells Sheet2 P3 and R3 Thank you -- AOP |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF($B5002="","",SUMPRODUCT(--(Main!$A$10:$A$5000=Sheet2!P3),--(Main!$A$10:$A$5000<=Sheet2!R3),--(Main!$B$10:$B$5000=$B5002)))
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "AOP" wrote in message ... I have the following formular: =IF($B5002="","",COUNTIF(MAIN!$B$10:$B$5000,"" &$B5002 & "")) Column A is the date Column B is the unit How do I modify it to count between two dates that are in cells Sheet2 P3 and R3 Thank you -- AOP |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That works fine
Thank you -- AOP "Bob Phillips" wrote: =IF($B5002="","",SUMPRODUCT(--(Main!$A$10:$A$5000=Sheet2!P3),--(Main!$A$10:$A$5000<=Sheet2!R3),--(Main!$B$10:$B$5000=$B5002))) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "AOP" wrote in message ... I have the following formular: =IF($B5002="","",COUNTIF(MAIN!$B$10:$B$5000,"" &$B5002 & "")) Column A is the date Column B is the unit How do I modify it to count between two dates that are in cells Sheet2 P3 and R3 Thank you -- AOP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CountIF with dates | Excel Discussion (Misc queries) | |||
using countif to add dates | Excel Discussion (Misc queries) | |||
COUNTIF using Dates | Excel Worksheet Functions | |||
Countif using dates | Excel Worksheet Functions | |||
countif and dates | New Users to Excel |