conditional formatting with lookup

DDT123

New Member
Joined
Aug 9, 2011
Messages
37
Office Version
  1. 365
Platform
  1. Windows
Needing a little help please. I'm needing conditional the formula for Column C to add text after doing a lookup of the value in Column B and the corresponding values in Column F. Please see the screenshot for an example. The data and conditioning were manually entered to show what the output should look like.

Thank you in advance for your help.
 

Attachments

  • Screenshot 2023-08-11 134822.jpg
    Screenshot 2023-08-11 134822.jpg
    52.2 KB · Views: 8

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Please try the following Conditional Formula on Cell C5 and Copy down as needed:
Excel Formula:
=IF($B5>=$F$8,$E$8,IF($B5>=$F$7,$E$7,IF($B5>=$F$6,$E$6,IF($B5>=$F$5,$E$5,""))))
 
Upvote 1
Solution

Forum statistics

Threads
1,215,205
Messages
6,123,632
Members
449,109
Latest member
Sebas8956

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