Trying to get conditional formating on a column.
if cell in column B starts with 5 and corresponding cell in column A is greater than 90 then make the cell in column B red
i've got a normal formula down but its not usable for conditional formating.
IF(AND(A1>90,--LEFT(B1)=5),"RR","")
Bookmarks