Need to determine the stage of a house by the dates submitted
Our builders submit dates at each critical stage. I need to write a formula to show what stage the house is in by the looking at the latest date submitted. Any thoughts to what function i should use.
Trying to give the last column "Stage of Job", an answer of Slab, Frame, Cabinets or Final CO, based on the latest date entered.
Best Answer
-
You would need a nested IF statement working backwards.
=IF([Last Date]@row <> "", "Complete", IF([2nd to last date@row <> "", "Last Status", IF([3rd to last date]@row <> "", "2nd to last status", .........................
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
i created this formula, but i get a zero for the stage if there is a date or not.
=SUMIF([Package to the Field*]@row:[Final C.O. Date*]@row, IF(ISDATE([Package to the Field*]@row, 1, 0), ISDATE([Slab Inspection*]@row, 1, 0), ISDATE([Frame Inspection*]@row, 1, 0), ISDATE([Cabinet Install Date]@row, 1, 0), ISDATE([Final C.O. Date*]@row, 1, 0)))
-
You would need a nested IF statement working backwards.
=IF([Last Date]@row <> "", "Complete", IF([2nd to last date@row <> "", "Last Status", IF([3rd to last date]@row <> "", "2nd to last status", .........................
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
TYVM
-
TYVM
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives