Hello!
I have two worksheets I'm working with and trying to find a function that will search down and across columns on one worksheet and populate an answer on the other worksheet. Here's my examples:
Sheet1

Sheet2

I'm needing a function in all cells down columns B, C and D that will populate an "x" if the auditable entry is listed on sheet1 and an NC if it is not. For example, on Sheet1, the "Application - Facets" auditable entity is sourced to both Claims QA and External Audit, so on Sheet2, there is an "X" in cells B2 and D2 for the Facets Application, but an "NC" in cell C2 because there was no internal audit sourced for this auditable entity on Sheet1.
I have tried this function:
=IF(AND('Tab 1'!$B3="External Audit",'Tab 1'!$a3="Application - Facets"),"X","NC") but it's not correct and I'm lost on where to go.
Thanks in advance!
Ross
I have two worksheets I'm working with and trying to find a function that will search down and across columns on one worksheet and populate an answer on the other worksheet. Here's my examples:
Sheet1

Sheet2
I'm needing a function in all cells down columns B, C and D that will populate an "x" if the auditable entry is listed on sheet1 and an NC if it is not. For example, on Sheet1, the "Application - Facets" auditable entity is sourced to both Claims QA and External Audit, so on Sheet2, there is an "X" in cells B2 and D2 for the Facets Application, but an "NC" in cell C2 because there was no internal audit sourced for this auditable entity on Sheet1.
I have tried this function:
=IF(AND('Tab 1'!$B3="External Audit",'Tab 1'!$a3="Application - Facets"),"X","NC") but it's not correct and I'm lost on where to go.
Thanks in advance!
Ross