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, IT Business Analyst & Project Coordinator, Mitsubishi Electric Trane US
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, IT Business Analyst & Project Coordinator, Mitsubishi Electric Trane US
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
Check out the Formula Handbook template!