Hello all,
I have a spread sheet with three columns, A master list, master approvals, and a checklist.
The first column is the master list of serial numbers, and the master approvals column next to it says whether or not the unit is approved (Yes, No, or blank). These two columns correspond to each other.
I want to be able to paste a short list into the third column, and have it format any cells that are not approved or blank.
I am not able to include an example spreadsheet, so I am using Columns A, B, and C corresponding to the Master list, master approvals, and the checklist, respectively. I want Column C (the checklist) to conditionally format based on the value in Column B, where the value of Column C and A are equal.
The formula that I have been trying to use within conditional formatting is:
=(INDEX($B:$B, MATCH(C2,$A:$A,0))="No") <-----for cases when the unit is not approved
=(INDEX($B:$B, MATCH(C2,$A:$A,0))="") <-----for cases when the approval is blank
I am pretty new to using more complex formulas beyond 'Sum' and 'Count', So I likely am missing something. But hey, I'm always up for learning more. Thank you in advance!
I have a spread sheet with three columns, A master list, master approvals, and a checklist.
The first column is the master list of serial numbers, and the master approvals column next to it says whether or not the unit is approved (Yes, No, or blank). These two columns correspond to each other.
I want to be able to paste a short list into the third column, and have it format any cells that are not approved or blank.
I am not able to include an example spreadsheet, so I am using Columns A, B, and C corresponding to the Master list, master approvals, and the checklist, respectively. I want Column C (the checklist) to conditionally format based on the value in Column B, where the value of Column C and A are equal.
The formula that I have been trying to use within conditional formatting is:
=(INDEX($B:$B, MATCH(C2,$A:$A,0))="No") <-----for cases when the unit is not approved
=(INDEX($B:$B, MATCH(C2,$A:$A,0))="") <-----for cases when the approval is blank
I am pretty new to using more complex formulas beyond 'Sum' and 'Count', So I likely am missing something. But hey, I'm always up for learning more. Thank you in advance!