Automated Order Form From Selections on an Item List

rmathew

New Member
Joined
Apr 22, 2016
Messages
3
Hi There,


I have a few sheets of items.


I want a person to be able to put x's in the cell to the left of any one of those items on any one of those sheets, and have the selected items appear one after the other on a final sheet, i.e. an order form.


Any idea how I might be able to accomplish this?


Thanks,


Raj
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
You'll have to amend this to reflect your spreadsheet of which the only info we have is you have a list in at least the second column of the spreadsheet.
I'm assuming the list of items is in Sheet1 column B and data starts at B2

in Sheet2!A2 (the final sheet)
=IFERROR(INDEX(Sheet1!$A$2:$B$1000,AGGREGATE(15,6,ROW(Sheet1!$A$2:$B$1000)/((Sheet1!$A$2:$A1000="X")),ROWS(A$2:A2))-(2-1),column()+1),"")
copy down for as many items as you have on Sheet1

If you change where the data resides you will have to change these values
=IFERROR(INDEX(Sheet1!$A$2:$B$1000,AGGREGATE(15,6,ROW(Sheet1$!A$2:$B$1000)/((Sheet1!$A$2:$A1000="X")),ROWS(A$2:A2))-(2-1),column()+1),"")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,638
Messages
6,120,676
Members
448,977
Latest member
moonlight6

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top