Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create formula to choose price based on previous choice. lindsielynette Excel Worksheet Functions 2 January 11th 07 01:55 AM
I am trying to create a form in Excel. In my form I want to be abl AngelaD Excel Discussion (Misc queries) 2 January 5th 07 03:16 PM
help - create a multiple choice test [email protected] Excel Discussion (Misc queries) 2 July 17th 06 12:31 PM
How do i create a multiple choice drop down list Piper Charts and Charting in Excel 3 September 8th 05 12:40 AM
Hiding rows based on choice in a listbox robhargreaves Excel Discussion (Misc queries) 1 July 24th 05 12:58 PM


All times are GMT +1. The time now is 02:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"