brockk
Board Regular
- Joined
- Jul 1, 2006
- Messages
- 164
- Office Version
-
- 365
- 2019
- 2016
- 2013
- Platform
-
- Windows
Hi to all in the forum.
I am tring to do an inventory template for the materials and supplies of the office. In my workbook I have 2 worksheets (Template! & Inventory!) In the Template worksheet I have a number of lookups that need to be done to fill all the necessary fields of the Template worksheet in order to be able to print it.
Here's the scenario:
Inventory worksheet:
Has info. from columns A through G. (Item #, Description, Date, Reference, Recv'd, Used & Qty, respectively) The actual data begins in row 2 all the way down to 1400+. The breakdown in format of how the info. will be present simultaneously for each item # is the following format:
Item # 1's format:
1st row of data (ej. row 2) has Item # (Col. A, formated as Text) & Description (Col. B)
2nd row of data (ej. row 3) has Headers: Date, Reference, Recv'd, Used, & Qty. (Col. C through G)
3rd row of data (ej. row 4) has the actual data and it consists always of 15 rows. (ej rows 3 through 17)
Item # 2's format:
Same as first item only in rows 18 through 33.....and so forth there on.
Template Worksheet:
What I am trying to attempt is, in the Template worksheet, I will be entering in cell $K$5, the item # that I want displaying its inventory info. The actual data that I want to show up in Template!A18:E31 is that which pertains to the item # entered in $k$5. (Meaning: it will lookup in the Inventory worksheet and search if the entered # is valid, if its a valid #, I need a formula that can make it display the 5 columns and 15 rows of data for that particular Item #). Hope this is clear enough to understand.
I'm pretty sure that my response should be a Offset/Lookup combination of some sort but really can't get the actual hang of combining these two.
Anyways, thank you for any help that can be provided to solve this issue.
I am tring to do an inventory template for the materials and supplies of the office. In my workbook I have 2 worksheets (Template! & Inventory!) In the Template worksheet I have a number of lookups that need to be done to fill all the necessary fields of the Template worksheet in order to be able to print it.
Here's the scenario:
Inventory worksheet:
Has info. from columns A through G. (Item #, Description, Date, Reference, Recv'd, Used & Qty, respectively) The actual data begins in row 2 all the way down to 1400+. The breakdown in format of how the info. will be present simultaneously for each item # is the following format:
Item # 1's format:
1st row of data (ej. row 2) has Item # (Col. A, formated as Text) & Description (Col. B)
2nd row of data (ej. row 3) has Headers: Date, Reference, Recv'd, Used, & Qty. (Col. C through G)
3rd row of data (ej. row 4) has the actual data and it consists always of 15 rows. (ej rows 3 through 17)
Item # 2's format:
Same as first item only in rows 18 through 33.....and so forth there on.
Template Worksheet:
What I am trying to attempt is, in the Template worksheet, I will be entering in cell $K$5, the item # that I want displaying its inventory info. The actual data that I want to show up in Template!A18:E31 is that which pertains to the item # entered in $k$5. (Meaning: it will lookup in the Inventory worksheet and search if the entered # is valid, if its a valid #, I need a formula that can make it display the 5 columns and 15 rows of data for that particular Item #). Hope this is clear enough to understand.
I'm pretty sure that my response should be a Offset/Lookup combination of some sort but really can't get the actual hang of combining these two.
Anyways, thank you for any help that can be provided to solve this issue.