I have been trying to figure out what I am doing wrong with this particular formula as it seems to be formatted correctly from what I can tell:
=IFERROR(VLOOKUP(F16,C:D,2,FALSE),IFERROR(VLOOKUP(F16,'2447 installed EMV'!A:F,6,FALSE),IF(IFERROR(VLOOKUP(F16,'Master Sheet Modified (2)'!Z:AA,2,FALSE),IFERROR(VLOOKUP(F16,'Warehouse Inv (9-10)'!A:E,5,FALSE),IFERROR(VLOOKUP(F16,'SCCM Missing (5-10)'!D:F,3,FALSE),"NF"))))))
I even tried:
=IFERROR(VLOOKUP(F16,C:D,2,FALSE),IFERROR(VLOOKUP(F16,'2447 installed EMV'!A:F,6,FALSE),IF(IFERROR(VLOOKUP(F16,'Master Sheet Modified (2)'!Z:AA,2,FALSE),IFERROR(VLOOKUP(F16,'Warehouse Inv (9-10)'!A:E,5,FALSE),IFERROR(VLOOKUP(F16,'SCCM Missing (5-10)'!D:F,3,FALSE),"NF"))),"NF")))
I either get an error saying not enough arguments, but when I have enough arguments it still is not finding my end result which should be from my sheet SCCMmissing sheet. I also double checked to make sure everything was in the correct format on each sheet for columns etc. I believe I have something incorrect in the way this is constructed is what I believe. I did catch the "IF" in one string above so will double check again here.
=IFERROR(VLOOKUP(F16,C:D,2,FALSE),IFERROR(VLOOKUP(F16,'2447 installed EMV'!A:F,6,FALSE),IF(IFERROR(VLOOKUP(F16,'Master Sheet Modified (2)'!Z:AA,2,FALSE),IFERROR(VLOOKUP(F16,'Warehouse Inv (9-10)'!A:E,5,FALSE),IFERROR(VLOOKUP(F16,'SCCM Missing (5-10)'!D:F,3,FALSE),"NF"))))))
I even tried:
=IFERROR(VLOOKUP(F16,C:D,2,FALSE),IFERROR(VLOOKUP(F16,'2447 installed EMV'!A:F,6,FALSE),IF(IFERROR(VLOOKUP(F16,'Master Sheet Modified (2)'!Z:AA,2,FALSE),IFERROR(VLOOKUP(F16,'Warehouse Inv (9-10)'!A:E,5,FALSE),IFERROR(VLOOKUP(F16,'SCCM Missing (5-10)'!D:F,3,FALSE),"NF"))),"NF")))
I either get an error saying not enough arguments, but when I have enough arguments it still is not finding my end result which should be from my sheet SCCMmissing sheet. I also double checked to make sure everything was in the correct format on each sheet for columns etc. I believe I have something incorrect in the way this is constructed is what I believe. I did catch the "IF" in one string above so will double check again here.
Last edited: