FORMULA - Pulling Data from last row filled
H E L P P L E A S E
I have 5 rows (children) of possible data input areas. All 5 rows may not always be used.
In Column "M" a number of 1,2 or 3 will be entered. Based on this number, Column "A" of the parent row should reflect
"Closed" if the last row containing data is 1
"Work in Progress" if the last row containing data is 2 or 3
or "Not Started" if all rows are blank.
How can I write this formula easily, to state this need?
I'm having trouble figuring out how to pull data from the last populated row when all rows may not be used.
NOTE ** Column M is a drop down column, restricted to values 1, 2 or 3 only.
Currently, if blank formula below is even giving me an invalid operation error.
=IF(ColumnM14:ColumnM18 = "", "Not Started"
Comments
-
This formula only works if I remover the IF(ColumnM14:Column18,"") "Not Started"
=IF(OR(COUNTIF(ColumnM14:ColumnM18, "3") > 0, COUNTIF(ColumnM14:ColumnM18, "2") > 0), "Work In Progress", IF(ColumnM14:ColumnM18, "") "Not Started", "Closed")
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!