Forum Discussion
Denise Stewart
Oct 18, 2017Copper Contributor
Conditional Formatting Formula - vlookup and compare?
I need a conditional formatting formula that will give me the following: If data in sheet1 column A matches the data in sheet2 column A and the date in sheet1 column J is greater than sheet2 colu...
Bernie Deitrick
Oct 18, 2017Copper Contributor
You may need to use a formula like this if your data is not exactly sorted in the identical order - this applies to cell A2 of Sheet1: use this formula and select red fill.
=IFERROR(J2>VLOOKUP(A2,Sheet2!A:J,10,FALSE),FALSE)