Set checkbox color based on the color from another sheet
Source Sheet: JOB TRACKING
Reference Sheet: JOB NOTES
{JOB NOTES Range 1} is the SALES ORDER column on reference sheet
Unique identifier: SALES ORDER
I'd like to check the Shipped box in the JOB TRACKING sheet by line if the SALES ORDER color in the JOB NOTES sheet is green.
I'm stuck here:
=IF(INDEX({JOB NOTES Range 1}, MATCH([SALES ORDER]@row, {JOB NOTES Range 1}, 0)) = "Green",1,0)
The formula doesn't error, but doesn't work either. All my cells are 0.
Best Answer
-
You won't be able to evaluate for that using a formula directly. Are you using conditional formatting to highlight the cells green?
If so, you can use a helper column with a formula in it to flag rows that meet the criteria and then evaluate this flagged column in your cross sheet formula.
Answers
-
What exactly do you mean by "Green"? Are you using the RYG symbols, or is it cell fill?
-
The cells in the reference sheet are colored green.
-
You won't be able to evaluate for that using a formula directly. Are you using conditional formatting to highlight the cells green?
If so, you can use a helper column with a formula in it to flag rows that meet the criteria and then evaluate this flagged column in your cross sheet formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K 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!