I have a wksheet(named 'Invoice') that is used as a form to input the amount and type of certain items rented for a certain event as well as the date of set up and pick up of the items. After the form is completed a save form button is used to save the form in a different wkbook and clear the contents of the form. Each form has a corresponding number and I'm using this number in an if statement to record the setup and pickup dates in another wksheet('InventoryOut'). In this wksheet I have an array with rentals on the horizontal axis and Invoice # on the vertical axis. The if statement basically say "If the invoice # in 'InventoryOut'=the invoice # currently in the 'Invoice' wksheet then take the setup and pick up dates from 'Invoice' and record them in 'InventoryOut'.
My problem is trying to record the quantity under the correct type in 'InventoryOut'. I've tried using vlookup and hlookup, but I cannot identify my problem.
The attached file should bring more clarity to my words and includes my failed attempts at using the lookups.
Thanks
Bookmarks