I would appreciate some assistance.
I cannot get the desired results when I try to add to an existing, working, formula
The formula below works perfectly, but, I would like to add another condition to it.
=IF(ISERROR(VLOOKUP(O161,'G-Block CMO-FMO and IP Ranges '!$A$61:$G$400,2,FALSE)),"",VLOOKUP(O161,'G-Block CMO-FMO and IP Ranges '!$A$61:$G$400,2,FALSE))
This formula is located in cell P161
I want to add another condition to it.
Below is the logic that I need to add to the existing formula.
If D161 is populated, then populate P161 with the contents of D161
If D161 is blank, then populate P161 using the formula above (which works correctly)
I cannot get the desired results when I try to add to an existing, working, formula
The formula below works perfectly, but, I would like to add another condition to it.
=IF(ISERROR(VLOOKUP(O161,'G-Block CMO-FMO and IP Ranges '!$A$61:$G$400,2,FALSE)),"",VLOOKUP(O161,'G-Block CMO-FMO and IP Ranges '!$A$61:$G$400,2,FALSE))
This formula is located in cell P161
I want to add another condition to it.
Below is the logic that I need to add to the existing formula.
If D161 is populated, then populate P161 with the contents of D161
If D161 is blank, then populate P161 using the formula above (which works correctly)