adamchater
New Member
- Joined
- Jul 17, 2024
- Messages
- 8
- Office Version
- 365
- 2010
- Platform
- Windows
I am creating a home inventory system that we can use when shopping for items, which will hold a list of all the items we buy and how many we have of each one. This raw data will also include the item's barcode value, so it can be looked up from another sheet, which will serve as the main page of the application.
When an item's barcode value is inputted into a text box on the main page, a VLOOKUP is performed which returns the item's current inventory level. This is already done, as this is just a VLOOKUP.
What I would now like to do is have two buttons (presumably linked to a macro). Depending on which button is clicked I would then like the item's inventory level (in the raw data sheet) to be either increased or decreased by one. I feel like this should be simple but I just can't work out how to do it, so any help would be very much appreciated.
Any solution needs to work in Excel 2010 please as that's the only version I have at home.
When an item's barcode value is inputted into a text box on the main page, a VLOOKUP is performed which returns the item's current inventory level. This is already done, as this is just a VLOOKUP.
What I would now like to do is have two buttons (presumably linked to a macro). Depending on which button is clicked I would then like the item's inventory level (in the raw data sheet) to be either increased or decreased by one. I feel like this should be simple but I just can't work out how to do it, so any help would be very much appreciated.
Any solution needs to work in Excel 2010 please as that's the only version I have at home.