I have a workbook with multiple sheets. I'm trying to write a conditional formula that does as follows:
Sheet1 has Lname in Column C, Fname in column D
Sheet2 has Lname in Col A, Fname in Col B (both sheets in alphabetical order)
Sheet2 has Col D & Col L with numbers
I need to check D & L and if either one is below a certain number, format (font color) on Sheet1 C & D
This is what I have so far but doesn't work correctly.
Help please
Format values where this formula is true:
=OR('Sheet2'!$D7<7,'Tournament Eligibility'!$L7<3)
Applies to:
='Sheet1'!$C$22:$D$221
Sheet1 has Lname in Column C, Fname in column D
Sheet2 has Lname in Col A, Fname in Col B (both sheets in alphabetical order)
Sheet2 has Col D & Col L with numbers
I need to check D & L and if either one is below a certain number, format (font color) on Sheet1 C & D
This is what I have so far but doesn't work correctly.
Help please
Format values where this formula is true:
=OR('Sheet2'!$D7<7,'Tournament Eligibility'!$L7<3)
Applies to:
='Sheet1'!$C$22:$D$221