Hi All,
I need some assistance with vlookup.
I have setup a stock database for work. We currently do transactions on one sheet with quantity. I then bring the quantity number over to another sheet matching the part number on one sheet with the other. From there, I will subtract the current quantity with the new quantity I just put in to give my new level of stock.
I currently use this formula:
=IF(ISNA(VLOOKUP(A4,Dispatched!$D$4:$E$20000,2,0)),0,VLOOKUP(A4,Dispatched!$D$4:$E$20000,2,0))
The issue is that I can only do this once and it will be needed multiple times.
For example, if on sheet B I have two entries of the same part number on different rows with different quanities, I need this number added together and then brough ovwer to sheet A so I can calculate current levels.
I hope this makes sence, any ideas?
Bookmarks