I need to modify a formula to account for 3 more variables, and am having a lot of trouble. I have reverted to my original formula as shown below:
=IF(ISNA(VLOOKUP($B3,Australia!$B$2:$H$17,7,0)),"",VLOOKUP($B3,Australia!$B$2:$H$17,7,0))
What I need to additionally do is:
1. Display DNS as the result if the value from from B3 is not in the range Australia!B2:B17
2. Display DNF as the result if the value from B3 has a corresponding matching value from Australia!B2:B17, and if the corresponding row in Australia!F2:F17 = DNF and if Australia!H2:H17 = 0
3. Display DSQ as the result if the value from B3 has a corresponding matching value from Australia!B2:B17, and if the corresponding row in Australia!F2:F17 = DSQ
I greatly appreciate whatever anyone can help with. Thanks
=IF(ISNA(VLOOKUP($B3,Australia!$B$2:$H$17,7,0)),"",VLOOKUP($B3,Australia!$B$2:$H$17,7,0))
What I need to additionally do is:
1. Display DNS as the result if the value from from B3 is not in the range Australia!B2:B17
2. Display DNF as the result if the value from B3 has a corresponding matching value from Australia!B2:B17, and if the corresponding row in Australia!F2:F17 = DNF and if Australia!H2:H17 = 0
3. Display DSQ as the result if the value from B3 has a corresponding matching value from Australia!B2:B17, and if the corresponding row in Australia!F2:F17 = DSQ
I greatly appreciate whatever anyone can help with. Thanks