Attached is excel file with full explanation, but the gist of what I need is composed of the following :
I have 3 Sheets(Sheet1, Sheet2, Sheet3)
Sheet 1 and Sheet 2 have inventory data
Occasionaly I want to grab data from Sheets 1 & 2 and add them to a form that I created on Sheet 3
I want to do this with buttons (example : click "select" button to add that particular item to the form) and them click another button to copy all contents across all of the sheets to the third sheet
So suppose I select 5 Items from sheet 1, and 2 from sheet 2, I need the script to know that there are 7 total items, and lay them out accordingly across say "E10-E17" with their corresponding data, ex.
E1 : Item1, Data, Data
E2 : Item2, Data, Data
E3 : Item3, Data, Data
E4 : Item4(Sheet2), Data, Data
and so on....
Any help would be GREATLY appreciated. Thanks ahead of time :0)
Bookmarks