ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   excel how to take choice of 75 rows - create form of 10 selectons (https://www.excelbanter.com/excel-worksheet-functions/138551-excel-how-take-choice-75-rows-create-form-10-selectons.html)

John B[_2_]

excel how to take choice of 75 rows - create form of 10 selectons
 
I have an excel worksheet with say 75 choices. Someone would typically
select say 8-10 of these choices with a quantity of 1. How do I take those
10 choices and automatically generate a form (report) that shows just those
selections chosen (ordered) in contigous rows.

Toppers

excel how to take choice of 75 rows - create form of 10 selectons
 
Assuming choices are in Column A and Quantity in Column B (value of 1) then
on Sheet1 then on Sheet2 , starting in A1 try:


=IF(ROWS($1:1)<=COUNTIF(Sheet1!$B$1:$B$75,1),INDEX (Sheet1!$A$1:$A$75,SMALL(IF(Sheet1!$B$1:$B$75=1,RO W(Sheet1!$A$1:$A$75)),ROWS($1:1)))," ")

HTH

"John B" wrote:

I have an excel worksheet with say 75 choices. Someone would typically
select say 8-10 of these choices with a quantity of 1. How do I take those
10 choices and automatically generate a form (report) that shows just those
selections chosen (ordered) in contigous rows.


Toppers

excel how to take choice of 75 rows - create form of 10 select
 
...... enter with Ctrl+Shift +Enter and copy down for 10 or more rows (for
maximum selection)

"Toppers" wrote:

Assuming choices are in Column A and Quantity in Column B (value of 1) then
on Sheet1 then on Sheet2 , starting in A1 try:


=IF(ROWS($1:1)<=COUNTIF(Sheet1!$B$1:$B$75,1),INDEX (Sheet1!$A$1:$A$75,SMALL(IF(Sheet1!$B$1:$B$75=1,RO W(Sheet1!$A$1:$A$75)),ROWS($1:1)))," ")

HTH

"John B" wrote:

I have an excel worksheet with say 75 choices. Someone would typically
select say 8-10 of these choices with a quantity of 1. How do I take those
10 choices and automatically generate a form (report) that shows just those
selections chosen (ordered) in contigous rows.



All times are GMT +1. The time now is 05:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com