Override all other conditions

steveo0707

Board Regular
Joined
Mar 4, 2013
Messages
85
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello,

I have a formula with multiple conditions, allowing cells in Column A(Current Status) to change different colors when certain cells are filled in. I have a Rej. Date column and a Date Out Column. I need the Current Status column to change Green when the Date out is filled in. If the Rej. Date is filled in, Current Status stays yellow even if Date out is entered. I need to know how to modify the formula below to override the Rej. Date Conditon when Date out is entered.

Formula in the column A cells is as follows:

=IF(H24="","",IF(L24>0,"F",IF(Q24>0,"C",IF(AND(D24>0,D24<H$1),"P",IF(H24>5,"L","")))))

1689679682043.png
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi
Look at the video on Condtional Formatting

Its not a conditional formatting issue. I need to change the formula to allow when a out date is entered it can override when there is a rej. date entered.
 
Upvote 0
Which column is the Rej Date and which column is Date Out Column as it is not clear from the above.
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,689
Members
449,117
Latest member
Aaagu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top