Help with Conditional Formatting
I have to create a report that has conditional formatting onto it. I am not really sure how to work Smartsheet's conditional formatting stuff. The example I was given to create was: "Can color be added based on calendar logic (0-30 days since xxx, for example)" There is an active sheet that we would use to put the conditional formatting on.
This is the excel sheet that I was able to recreate but this is what I am trying to do
I just need help with what to put in the sheet. I am used to the excel conditional formatting so I just do not really know how to work this.
Best Answers
-
Hi Hannahsamd,
I have applied conditional formatting logic by referencing your requirement and you can use the attached image to create the same conditional formatting in Smartsheet.
If you are an admin or owner of the sheet, you can apply conditional formatting
By clicking this symbol of conditional formatting, then clicking in the Add New Rule you can give the condition then the format you want, and the specific column or the entire row as required, and then apply it.
You can go through the below article of Conditional formatting too.
Hope it will work for you.
Thanks,
Kaveri Vipat
Senior Associate - Smartsheet Development, Ignatiuz Software
2023 Core Product Certified
Did this answer help you? Show some love by marking this answer as "Insightful💡" or "Awesome❤️" and "Vote Up⬆️"
-
Comparing two columns to each other like this is going to require a helper column with a formula to output some kind of indicator for your conditional formatting such as
=IF([Date Column A]@row - [Date Column B]@row<= 13, "R", IF([Date Column A]@row - [Date Column B]@row<= 20, "Y", "G"))
Then create your conditional formatting based on the output of the formula.
Answers
-
Hi Hannahsamd,
I have applied conditional formatting logic by referencing your requirement and you can use the attached image to create the same conditional formatting in Smartsheet.
If you are an admin or owner of the sheet, you can apply conditional formatting
By clicking this symbol of conditional formatting, then clicking in the Add New Rule you can give the condition then the format you want, and the specific column or the entire row as required, and then apply it.
You can go through the below article of Conditional formatting too.
Hope it will work for you.
Thanks,
Kaveri Vipat
Senior Associate - Smartsheet Development, Ignatiuz Software
2023 Core Product Certified
Did this answer help you? Show some love by marking this answer as "Insightful💡" or "Awesome❤️" and "Vote Up⬆️"
-
I think this may be an example of what you are looking for:
-
@Kaveri Vipat @Paul Newcome I need it to be If "This columns date" is within 30 days of "this columns date" the green
Or I have others that say of "This columns date" is within 14-20 of "this columns date" then yellow
Is this possible?
-
Comparing two columns to each other like this is going to require a helper column with a formula to output some kind of indicator for your conditional formatting such as
=IF([Date Column A]@row - [Date Column B]@row<= 13, "R", IF([Date Column A]@row - [Date Column B]@row<= 20, "Y", "G"))
Then create your conditional formatting based on the output of the formula.
-
@Paul Newcome How do I make the conditional formatting show up on the reports? I think you helped me in an earlier question I had for this project with creating metric sheets to use for reports. I need this conditional formatting to show up on those sheets and then the reports made out of the metric sheets.
-
Once you get the conditional formatting on the sheet, it should automatically push through to any report referencing the sheet.
-
@Paul Newcome For some reason I cannot get the color to show up on my report. I did the same thins yo mentioned above. What can I do to ensure that it will show up?
-
Hey @Paul Newcome,
I'm having a conditional formatting issue as well. I have rules set up so that the cell color deepens as the due date gets closer, ending in dark red if the due date is in the past. Everything is working except the formatting thinks 7/31/24 is in the past.
Also, I am getting this message that I have never seen before that says "your rule already includes disabled columns" or something like that. Do you know what that means?
This is on a copy of a sheet someone else created, and I am trying to improve the functionality/add some automation.
Thanks,
Ashley
-
For the first one, double check that the value in that cell is actually being stored as a date value.
For the second, are there any conditional formatting rules that are disabled?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!