Conditional Formatting issues

Bobjg

New Member
Joined
Dec 11, 2019
Messages
24
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am having issues with conditional formatting. I have setup a few rules that work but others don't? See images of worksheet and rules below. I Just want column H to return formatting based on this IF statement: =IF(G12<=0, "Expired", IF(G12<=60, "Red Flag", IF(G12>90, "Green Flag ", ""))). Pretty straight forward. I have changed the cell formatting to text, general etc.

Any assistance would be great.
1576080456653.png


1576080476107.png


Any assistance would be most appreciated

Thanks - Bob
 

Attachments

  • 1576079812018.png
    1576079812018.png
    102.5 KB · Views: 4
Yes that would be fine, just not sure how to write it in?
 
Upvote 0

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
How about
=IF(G53<=0, "Expired", IF(G53<=60, "60-", IF(G53>=90, "90+", "60-90")))
 
Upvote 0

Forum statistics

Threads
1,213,560
Messages
6,114,304
Members
448,564
Latest member
ED38

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