I can't figure out why my result is returning FALSE.
Here's what I'm trying to do: If A1503 equals "System Certified", then perform the vlookup using the value value from cell G1503. If A1503 does not equal System Certified then perform the vlookup on the value in cell AX1503.
Here's my formula:
=IF(A1503="System Certified",VLOOKUP(G1503,'Team Lookup From User Analysis'!$A$2:$C$491,3,IF(A1503<>"System Certified",VLOOKUP(AX1503,'Team Lookup From User Analysis'!$A$2:$C$491,3,FALSE))))
The first part of the formula, before the second if works, I can't figure out why the second part doesn't.
Thanks!
Here's what I'm trying to do: If A1503 equals "System Certified", then perform the vlookup using the value value from cell G1503. If A1503 does not equal System Certified then perform the vlookup on the value in cell AX1503.
Here's my formula:
=IF(A1503="System Certified",VLOOKUP(G1503,'Team Lookup From User Analysis'!$A$2:$C$491,3,IF(A1503<>"System Certified",VLOOKUP(AX1503,'Team Lookup From User Analysis'!$A$2:$C$491,3,FALSE))))
The first part of the formula, before the second if works, I can't figure out why the second part doesn't.
Thanks!