Can somebody explain this formula to me?
=IF(ISERROR(IF(ISBLANK($B$3),"",IFERROR(IFERROR(VLOOKUP(B3,SPR!A:I,2,0),VLOOKUP(B3,PLY!A:I,2,0)),VLOOKUP(B3,DC!A:I,2,0)))),"NOT FOUND",IF(ISBLANK($B$3),"",IFERROR(IFERROR(VLOOKUP(B3,SPR!A:I,2,0),VLOOKUP(B3,PLY!A:I,2,0)),VLOOKUP(B3,DC!A:I,2,0))))
This formula brings the description of the item number we enter in the box to the left of it. I m trying to figure out how this formula is working? Like what all the conditions are there in the formula?
=IF(ISBLANK($B$3),"",IF(ISERROR(VLOOKUP($B$3,PLY!A:I,5,0)),"",VLOOKUP($B$3,PLY!A:I,5,0)))
For the same item(above) this particular formula is pulling the name of the supplier. Again I am trying to figure out how the formula is constructed?
Can anybody help me please!
=IF(ISERROR(IF(ISBLANK($B$3),"",IFERROR(IFERROR(VLOOKUP(B3,SPR!A:I,2,0),VLOOKUP(B3,PLY!A:I,2,0)),VLOOKUP(B3,DC!A:I,2,0)))),"NOT FOUND",IF(ISBLANK($B$3),"",IFERROR(IFERROR(VLOOKUP(B3,SPR!A:I,2,0),VLOOKUP(B3,PLY!A:I,2,0)),VLOOKUP(B3,DC!A:I,2,0))))
This formula brings the description of the item number we enter in the box to the left of it. I m trying to figure out how this formula is working? Like what all the conditions are there in the formula?
=IF(ISBLANK($B$3),"",IF(ISERROR(VLOOKUP($B$3,PLY!A:I,5,0)),"",VLOOKUP($B$3,PLY!A:I,5,0)))
For the same item(above) this particular formula is pulling the name of the supplier. Again I am trying to figure out how the formula is constructed?
Can anybody help me please!