chesspupil
Board Regular
- Joined
- May 21, 2006
- Messages
- 52
=COUNTIFS(B14:B17,">=1/1/2010",B14:B17,"<=12/31/2010") Example given from a helper site
What I have tried for my own data
=COUNTIFS(B6:B100,">=A1",B6:B100,"<=A2") <<<< Note my data set is correct range, A1 is not activated or seen as a date, I want the formula to change based on dates I enter.
=COUNTIFS(B6:B100,">=&A1, dates",B6:B100,"<=&A2")
This is the formula I am trying to use.
How do I specify the dates based on external cell values?
Thank you
What I have tried for my own data
=COUNTIFS(B6:B100,">=A1",B6:B100,"<=A2") <<<< Note my data set is correct range, A1 is not activated or seen as a date, I want the formula to change based on dates I enter.
=COUNTIFS(B6:B100,">=&A1, dates",B6:B100,"<=&A2")
This is the formula I am trying to use.
How do I specify the dates based on external cell values?
Thank you