Nested IF/AND or Something else??
Hi all,
I am working on a formula to determine the Duration of a Build Phase so that I can use it to calculate the Status of a build.
There are several criteria required to determine what Schedule to use. Once I have the Schedule I just need to know the Duration for the Phase it’s in. I’ve built nested IF/AND statements in the past, but I think this will be a pain to maintain due to the number of criteria and options.
I use an intake sheet to capture the data and this is the current order of the criteria:
(Used to determine the Schedule)
1. Order Type- (New, Used)
2. Vehicle Type- (10 options)
3. Cost- (3 ranges)
4. Commercial use- (yes/no)
(Used to determine the Duration)
5. schedule- (10 Options)
6. Build Phase- (4 options)
7. Duration- (number of days)
I can then use the duration to determine if the build is “on time”, “risk of delay” or “overdue”.
Thank you all for any help.
Best,
Tony
Answers
-
Are you able to mock something up with sample data for screenshots and provide some examples?
-
Hi Paul,
Example logic for the Schedule:
- IF Order Type = New AND Vehicle Type = Ford AND Cost = <$25k AND Commercial Use = No Then Schedule 3
- IF Order Type = Used AND Vehicle Type = Chevy AND Cost = $25k-$50k AND Commercial Use = Yes, Then Schedule 5
Once I have the Schedule I would like to use Build Phase and the corresponding Duration to calculate the Status.
Each Schedule has a different Duration for each Phase.
Thanks for assistance!
Tony
-
Are you able to outline which schedule is applicable to every variation of options? I know that's going to be a rather long list, but it would go a long way in helping to set something up.
So basically...
New - Ford - <$25k - Yes = 1
New - Ford - <$25k - No = 2
New - Ford - $25k-$50k - Yes = 1
New - Ford - $25k-$50k - No = 3
New - Ford - $50k+ - Yes = 5
New - Ford - $50k+ - No = 7
so on and so forth until every variation is covered?
-
Or at least outline certain patterns that would drive the schedule. So for example, New will always be Schedules 1 - 5 and used is 6 - 10. Then Ford is always 1 - 3. The cost determines 1 - 3, but then the Yes would bump it up 1 additional.
-
I can do that. I have a lookup table I was working on as a possible solution. Is that what you're thinking?
-
Worst case scenario yes. But if there are patterns we may be able to condense the table a little bit.
For example, if everything is exactly the same between two projects except that one is new and the other is used and that means the schedule goes from 1 to 2 or from 5 to 6 (bumps up one), we may be able to work that into the formula to save some effort on building out the table.
Same with Commercial yes vs no. If there is a pattern that can be used then it could potentially make things a little less effort.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!