Counting a column with multiple selection and Dates per month
Hello,
I am trying to reference another sheet to count the number of times the following "Other, NA, and Blanks has been entered per month "Example for July, August, etc". Any help would be greatly appreciated.
"Example Other, NA, and Blanks"
Best Answers
-
@William Evans try this for the month of July:
=COUNTIFS({Other Sheet Assigned Date Range}, MONTH(@cell) = 7, {Other Sheet GPO Range}, OR(@cell = "Other", @cell = "NA", ISBLANK(@cell)))
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Jeff, I used the following formula =COUNTIFS({Date Received}, MONTH(@cell) = 7, {GPO}, OR(@cell = "Other", @cell = "NA", ISBLANK(@cell))) and I am getting "Invalid Data Type
Answers
-
@William Evans try this for the month of July:
=COUNTIFS({Other Sheet Assigned Date Range}, MONTH(@cell) = 7, {Other Sheet GPO Range}, OR(@cell = "Other", @cell = "NA", ISBLANK(@cell)))
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Jeff, I used the following formula =COUNTIFS({Date Received}, MONTH(@cell) = 7, {GPO}, OR(@cell = "Other", @cell = "NA", ISBLANK(@cell))) and I am getting "Invalid Data Type
-
Jeff thanks it works now!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!