CONDITIONAL FORMATTING FOR DATE TYPE CELL
Comments
-
Hi,
Unfortunately, it's not possible at the moment to accomplish it without a helper column, but it's a great idea!
Please submit an Enhancement Request when you have a moment.
Can you maybe share some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help.
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Greetings,
Its actually quite simple. There are two tasks, Task A and Task B. Theoretically, Task B must start once Task A is finished. But sometimes Task B starts even before Task A starts. Also, Task A is a milestone i.e., it takes place only for one day.
I just need to conditionally format the start date cell of Task B (say highlight it) if it starts before Task A.
Thank you
-
Happy to help!
You'd have to add a so-called helper column with a formula to show that task B starts before task A.
Would that work?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Could you please elaborate. It would be helpful.
Thank you
-
Try something like this.
=IF(ISBLANK(B@row); ""; IF(A@row > B@row; "True"))
The same version but with the below changes for your and others convenience.
=IF(ISBLANK(B@row), "", IF(A@row > B@row, "True"))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work and make sense?
Hope that helps!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Greetings,
The solution you have provided works. But I have more than 400 rows in each sheet. And the tasks are not equally spaced. So, is it possible to write an equation such that, if it encounters a blank cell in the previous cell, it has to move to another cell. and keep moving until it encounters a non empty cell.
Thank you
-
Excellent!
Happy to help!
How would you want to use the check for an empty cell and why? What's the use case?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives