dreximgirl
New Member
- Joined
- Jan 7, 2025
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
I am trying to do an IF vlookup with an OR but keep hitting a wall. I have a spreadsheet with Yes No and N/A answers and I am trying to make it so that if the answer is Yes or N/A it brings back the word Compliant.
I created this =IF(OR(VLOOKUP(A3,'Audit Results '!$I:$AT,8) ="Yes", VLOOKUP(A3,'Audit Results '!$I:$AT,8) ="N/A"),"Compliant","Non-Compliant") but it brings back 'Non-Compliant' when it hits an N/A and I can't work out how to fix it
Any help would be gratefully received
Thanks
Lisa
I created this =IF(OR(VLOOKUP(A3,'Audit Results '!$I:$AT,8) ="Yes", VLOOKUP(A3,'Audit Results '!$I:$AT,8) ="N/A"),"Compliant","Non-Compliant") but it brings back 'Non-Compliant' when it hits an N/A and I can't work out how to fix it
Any help would be gratefully received
Thanks
Lisa