lostinexcel1776
New Member
- Joined
- Feb 2, 2018
- Messages
- 1
Hi there - I'm newer to using excel, (I know, I know), and I've hit a roadblock with understanding IF/OR statements. I've seen examples for what I'm trying to do, but no matter how many times I try to duplicate the statement, I can't make it work...
The old statement a spreadsheet I'm working with used is: =IF(OR(Status71 = "At Risk - Escalation Required", Status71 = "At Risk"), "Red", IF(Status71 = "In Progress - Behind Schedule", "Yellow", IF(OR(Status71 = "Scheduled", Status71 = "On Deck", Status71 = "In Progress - On Track", Status71 = "Redline - In Progress ", Status71 = "Submitted to IT", Status71 = "Moved to Production"), "Green", IF(OR(Status71 = "To Be Scheduled", Status71 = "Not Started"), "Blue", "Green"))))
This statement works fine with our old statuses, but now they've changed.
The different statuses I have need to correspond to a color in another column, but I need to change it to be:
"Not Started" = Blue
"Not Started – Behind Schedule" = Yellow
"In Process – On Track" = Green
"In Process – Behind Schedule" = Yellow
"Redline – In Process" = Green
"Submitted to IT" = Green
"Initial Coding – In Process & On Track" = Green
"Initial Coding Complete – Submitted to QA" = Green
"Initial Coding Compete – Available for Testing" = Green
"Testing – In Process" = Green
"Testing – Complete" = Green
"At Risk" = Red
"Complete" = Green
"N/A" = Green
If this is super easy for someone to figure out, I'd be forever grateful. Also, if there are any tricks to make these statements easier to setup in the first place, I'm all ears!
The old statement a spreadsheet I'm working with used is: =IF(OR(Status71 = "At Risk - Escalation Required", Status71 = "At Risk"), "Red", IF(Status71 = "In Progress - Behind Schedule", "Yellow", IF(OR(Status71 = "Scheduled", Status71 = "On Deck", Status71 = "In Progress - On Track", Status71 = "Redline - In Progress ", Status71 = "Submitted to IT", Status71 = "Moved to Production"), "Green", IF(OR(Status71 = "To Be Scheduled", Status71 = "Not Started"), "Blue", "Green"))))
This statement works fine with our old statuses, but now they've changed.
The different statuses I have need to correspond to a color in another column, but I need to change it to be:
"Not Started" = Blue
"Not Started – Behind Schedule" = Yellow
"In Process – On Track" = Green
"In Process – Behind Schedule" = Yellow
"Redline – In Process" = Green
"Submitted to IT" = Green
"Initial Coding – In Process & On Track" = Green
"Initial Coding Complete – Submitted to QA" = Green
"Initial Coding Compete – Available for Testing" = Green
"Testing – In Process" = Green
"Testing – Complete" = Green
"At Risk" = Red
"Complete" = Green
"N/A" = Green
If this is super easy for someone to figure out, I'd be forever grateful. Also, if there are any tricks to make these statements easier to setup in the first place, I'm all ears!