How do I get a cell to display the value of the last cell in a column excluding one of the values?
Hi All,
I have a column in a project plan with a droplist of certain values. I want to display the value of the last cell in the column that has any value except Not Started.
Would someone please provide a suggestion?
Best Answer
-
Got it! I had to put [ ] around each reference to the column name!
Answers
-
You can use a combination of
INDEX
,COLLECT
, andCOUNTIF
to find the last non-"Not Started" value in a dropdown column. Here’s a formula approach that should work:=INDEX(COLLECT(Project Status:Project Status, Project Status:Project Status, <> "Not Started"), COUNTIF(Project Status:Project Status, <> "Not Started"))
-
Hi Adam
I tried it and it came back #UNPARSEABLE
-
One thing that might be important: the values live in child rows to parent rows in the project plan
-
Got it! I had to put [ ] around each reference to the column name!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!