I want to change the text color to Red for cells in range A3:A25 by comparing the corresponding values in the worksheet named 'Stock Master'. i.e., if the corresponding value (reference present in Column A of 'Stock Master') in Column L of 'Stock Master' is less than the value in Column M of 'Stock Master', change the text color to RED.
I used the following custom formula for conditional and I am getting the Error Message: "Invalid Formula"
=vlookup(A3,INDIRECT('Stock Master'!$A$3:$M$300,12, False))<vlookup(A3, INDIRECT('Stock Master'!$A$3:$M$300,13,False))What is wrong with my custom formula for conditional formatting?









