Formula
Hi
I need to return a status that references today between date ranges:
I have four types of statuses that should be shown:
- Planning,
- Execution,
- Monitoring,
- Closing.
Let have the following conditions:
If Today is between Start Date 1 and Finish Date 1 - Planning should be reflected,
If Today is between Start Date 2 and Finish Date 2 - Execution should be reflected,
If Today is between Start Date 3 and Finish Date 3 - Monitoring should be reflected,
If Today is between Start Date 4 and Finish Date 4 - Closing should be reflected,
The formula will be in the top row of the sheet and will have to reference several rows to determine the status.
Pls help on a formula.
Answers
-
Can you provide a screenshot of the sheet with sensitive/confidential data removed, blocked, and/or replaced with "dummy data" as needed as well as more detail such as which rows exactly are being referenced?
-
Hmm... Are you trying to pull the [Task Name] that is labeled as "In Progress"?
=INDEX(CHILDREN([Task Name]@row), MATCH("In Progress", CHILDREN(Status@row), 0))
That is much more simple than trying to use both date columns in a nested IF statement and keeps things generic enough to allow for child rows to be added/deleted within each of the phases.
-
Hi, thank you. I will try this and see if it works. Regards
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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!