hello all,
i have looked around and couldnt find an answer to my question so i thought i would try here. I am semi new to excel so please bear with me.
I2 is the cell that needs to have the 2 different vlookups in it. Vlookup #1 will look at cell A2 (which is a part number) and if it is a certain number then it will either put N/A in cell I2 or will leave it blank. If cell I2 is blank ,after going through Vlookup #1, then Vlookup #2 will look at cell H2 (which is qty received) and will fill in cell I2 with the a qty that is appropriate according to the chart that I made (example: if the qty in cell H2 is 15-90 then it will put 13 in cell I2). I apologize if this is overly complicated. Let me know if I need to simplify, Thank you in advance.
vlookup #1- =VLOOKUP(A2,'item listing'!$A$3:$C$1771,3,FALSE)
vlookup #2- VLOOKUP(H2,Sheet1!A4:B10003,2,FALSE)
i have looked around and couldnt find an answer to my question so i thought i would try here. I am semi new to excel so please bear with me.
I2 is the cell that needs to have the 2 different vlookups in it. Vlookup #1 will look at cell A2 (which is a part number) and if it is a certain number then it will either put N/A in cell I2 or will leave it blank. If cell I2 is blank ,after going through Vlookup #1, then Vlookup #2 will look at cell H2 (which is qty received) and will fill in cell I2 with the a qty that is appropriate according to the chart that I made (example: if the qty in cell H2 is 15-90 then it will put 13 in cell I2). I apologize if this is overly complicated. Let me know if I need to simplify, Thank you in advance.
vlookup #1- =VLOOKUP(A2,'item listing'!$A$3:$C$1771,3,FALSE)
vlookup #2- VLOOKUP(H2,Sheet1!A4:B10003,2,FALSE)
Last edited: