IF statement in conditional formatting

MurphDog

Board Regular
Joined
Oct 1, 2015
Messages
54
Office Version
  1. 365
Platform
  1. Windows
Trying to apply some conditional formatting to M6:M20. What am I doing wrong here? The cell values are dates

This sample formula works in cells
=IF($M6>(VLOOKUP($G6,Table1,5,0)),"Pass","Fail")

Thought I could use this to turn the font red if the date in M6 (format mmm-yy) is greater than the corresponding date in Table1 Column 5 (date format mm/dd/yyyy)

=$M6>(VLOOKUP($G6,Table1,5,0))
 
Last edited:

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Thanks Jason, your previous suggestion didn't work, but the last one did, perfectly. Thank you!!

For what it's worth, prior to seeing your last suggestion, I did get it working with the following formula, but I like yours much better.

=NOT(OR(VLOOKUP($G6,Sheet1!$B$4:$F$19,5,0)>M6,VLOOKUP($G6,Sheet1!$B$4:$F$19,5,0)=""))
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,716
Members
449,093
Latest member
Mnur

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