Hi, I'm trying to set up conditional formatting where it's highlighted if someone has reached a certain number of checks in a column from another worksheet. I want it to check every row of column A and apply formatting if there has been more than 5 checks.
Sheet1
Column A is the users ID
Column F is where I want the conditional formatting to apply
Sheet 2
Column A is the users ID
Column H is the number of checks the user has had.
In the rule description for the conditional formatting I have used
=VLOOKUP(A:A, Sheet2!A2:H388, 8, FALSE) > 5
But it's not working. Does anyone know where I am going wrong?
Sheet1
Column A is the users ID
Column F is where I want the conditional formatting to apply
Sheet 2
Column A is the users ID
Column H is the number of checks the user has had.
In the rule description for the conditional formatting I have used
=VLOOKUP(A:A, Sheet2!A2:H388, 8, FALSE) > 5
But it's not working. Does anyone know where I am going wrong?