Count Formula
My goal is to determine how many lines in a schedule that are actual task lines (not milestones). So I would need to count any line with the following criteria
"Status" is listed as: Not Started, In Progress, or Complete
"Assigned To" contains a name (or is not blank).
Thanks for any assistance
Answers
-
Give the COUNTIFS function a try:
-
Thank you but I am still struggling on how to write out the formula.
-
What have you got so far, and what error message or output are you getting?
-
This is what I have: =COUNTIFS([Status]:[Status], <> “”, [Assign To]:[Assign To], <> “”) and I get a error of #Unparseable
-
See how your quotes are slanted, but the "quotes" in this comment are straight up and down? The slanted ones are called "smart quotes" which (ironically enough) are not recognized as valid characters in Smartsheet. Try retyping them directly in the sheet or in a text editor such as Notepad (not Word).
-
Tried the change but no luck. Although that was very good to know
=COUNTIFS([Status]:[Status], <> "", [Assign To]:[Assign To], <> "")
-
What are the exact column names being used in your sheet?
-
Status
Assign To
I want that line to be counted if both those cells in those columns are not blank
-
Are you able to provide a screenshot of the formula open in the sheet as if you are about to edit it?
-
Thank you so much for taking the time to try to help me.
-
Your column name is "Assigned" with the "ed" on the end. You have to make sure the column names in the formula match exactly what you have in your sheet.
-
Thank you so much! Problem solved.
-
Happy to help. 👍️
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!