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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!