How to connect statements with conditions?
Howdy!
I am new in the business and i'm trying to connect some statements on my sheet, so I'll apreciate if anyone can help me with this :)
=IF([PROGRESS]2 = 1, "Green" (Status)
Now
IF today is greater than one day of the [due date]1 , "Red"
IF [STATUS]1 IS GREEN should be green even if due date is greater than "today"
Meanwhile [STATUS] should maintain "Gray"
I hope I have made myself understood
Many thanks!
Best Answer
-
Hi @Diego Cardenas
Hope you are fine, please try the following formula and convert it to column formt formula:
=IFERROR(IF(PROGRESS@row = 1, "Green", IF(AND(PROGRESS@row < 1, [due date]@row > TODAY()), "Gray", "Red")), "")
the following screenshot shows the result
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @Diego Cardenas
Hope you are fine, please try the following formula and convert it to column formt formula:
=IFERROR(IF(PROGRESS@row = 1, "Green", IF(AND(PROGRESS@row < 1, [due date]@row > TODAY()), "Gray", "Red")), "")
the following screenshot shows the result
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
-
Excellent, have a nice weekend 😀
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
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!