Countif and an And!
Hi, got this far....
=COUNTIF(AND(Actionee:Actionee, "Jess Smith"), [Target date for updates]:[Target date for updates], <=TODAY())
Think I either have brackets or commas wrong! in essence count records where Actionee is Jess Smith and Target for updates column has date less than today.
Thanks in advance, Paul
Best Answer
-
Seems like you need to use the COUNTIFS function:
=COUNTIFS([Target date for updates]:[Target date for updates],<=TODAY(),Actionee:Actionee, @cell="Jess Smith")
Answers
-
Seems like you need to use the COUNTIFS function:
=COUNTIFS([Target date for updates]:[Target date for updates],<=TODAY(),Actionee:Actionee, @cell="Jess Smith")
-
Hi Leibel, thanks for that. I couldn't work out the need for the @cell ref when you have the column referencing as it is and so tried without: iIt works. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!