Hello -
Any guidance on the below formula? There are two IFERROR lookups but I it is not working or changes the comma before the second IFERROR to a * and that does not give expected results. TIA!
=IF($N2="NS",$K2,IF(AND($N2="SB",$Q2="Y"),IFERROR(VLOOKUP($T2,'PCP Contractual FS'!$Q:$S,2,0),VLOOKUP($U2,'PCP Contractual FS'!$Q:$S,2,0)))),(IF(AND($N2="SB",$Q2="N"),IFERROR(VLOOKUP($T2,'SPEC Contractual FS '!$N:$P,2,0),VLOOKUP(U2,'SPEC Contractual FS '!$N:$P,2,0))))
Any guidance on the below formula? There are two IFERROR lookups but I it is not working or changes the comma before the second IFERROR to a * and that does not give expected results. TIA!
=IF($N2="NS",$K2,IF(AND($N2="SB",$Q2="Y"),IFERROR(VLOOKUP($T2,'PCP Contractual FS'!$Q:$S,2,0),VLOOKUP($U2,'PCP Contractual FS'!$Q:$S,2,0)))),(IF(AND($N2="SB",$Q2="N"),IFERROR(VLOOKUP($T2,'SPEC Contractual FS '!$N:$P,2,0),VLOOKUP(U2,'SPEC Contractual FS '!$N:$P,2,0))))