C
ccoles
I have a simple Excel sheet. Basically users choose an item from
validated list. This then uses a vlookup to find the number in stock
The user can specify how many they want and all I want to do is just t
decrease the number in stock by the number required. I thought it migh
be something as simple as:
=vlookup($B$4,vl_stock,2)-$B$6 etc but this reduces all of the number
on the stock list for all items. I am sure there is a simple explanatio
but I spent a day looking for a solution on the net yesterday and go
nowhere.
Would appreciate any insights you might have
validated list. This then uses a vlookup to find the number in stock
The user can specify how many they want and all I want to do is just t
decrease the number in stock by the number required. I thought it migh
be something as simple as:
=vlookup($B$4,vl_stock,2)-$B$6 etc but this reduces all of the number
on the stock list for all items. I am sure there is a simple explanatio
but I spent a day looking for a solution on the net yesterday and go
nowhere.
Would appreciate any insights you might have