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
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 209 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 298 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!