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
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 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!