Count Date + N/A
I have a columns "LAN M Actual Complete" and another column "2nd Touch Indicator"
I need total Site complete: count if "LAN M Actual Complete" has a date and "N/A" in the "2nd Touch Indicator column"
Dont' count if "LAN M Actual Complete" has a date or no date and "2nd Touch Indicator" is blank or something else besides "N/A"
Only count if there is a date on "LAN M Actual Complete and N/A on "2nd Touch Indicator" columns
Thanks
Rob
Answers
-
Hi @RobNY2
I would use a COUNTIFS Function (plural) for this! Try something like:
=COUNTIFS({Actual Complete Column}, <> "", {2nd Touch Indicator Column}, "N/A")
The <> means does not equal and then "" means blank, so you're looking to see if the Complete column is not blank and the indicator column is equal to "N/A" (and only "N/A").
I've written it as a cross-sheet formula, but depending on your plan type you could use a Sheet Summary field for this calculation. In this instance you'd want to swap out the {cross sheet references} for [column references] like so:
=COUNTIFS([LAN M Actual Complete]:[LAN M Actual Complete], <> "", [2nd Touch Indicator]:[2nd Touch Indicator], "N/A")
Let me know if this works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank you very much!
Rob
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!