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
- 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!