Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 72
Default How to return multiple results in a cell

Hi All,

I have an issue with my designing template, please help me out.

I'm having a workbook which contains data in sheet1 as Countries and sales
man names.
US Smith
US Legrand
US Iren Wash
UK Glen
UK Paul
German Neil

My requirement in sheet2 is:
#1)A1 cell should dispaly a dropdown saying that unique countries list from
sheet1
#2)B1 cell should display a dropdown saying that sales persons list of the
selected country (A1 cell of sheet2).

It would be appreciated for the people provides the solution with VBA and
Without VBA.

Advanced Thanks
~vins
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default How to return multiple results in a cell

Try to look on Debra Dalgleish site,


http://www.contextures.com/tiptech.html

hth

--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Vinod" escreveu:

Hi All,

I have an issue with my designing template, please help me out.

I'm having a workbook which contains data in sheet1 as Countries and sales
man names.
US Smith
US Legrand
US Iren Wash
UK Glen
UK Paul
German Neil

My requirement in sheet2 is:
#1)A1 cell should dispaly a dropdown saying that unique countries list from
sheet1
#2)B1 cell should display a dropdown saying that sales persons list of the
selected country (A1 cell of sheet2).

It would be appreciated for the people provides the solution with VBA and
Without VBA.

Advanced Thanks
~vins

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default How to return multiple results in a cell

hi
sounds like you are talking about dependent combo boxes, sometimes called
cascading combos.
but you didn't specify as to wheather you are using data validation or
sheets combox box controls or form controls. since you are refering to cells,
i assume that you are using data validation.
see this site for data validation.
http://www.contextures.com/xlDataVal02.html
see this site for sheet combo boxes
http://www.mrexcel.com/archive/Controls/30062.html
http://www.contextures.com/xlDataVal10.html

regards
FSt1

"Vinod" wrote:

Hi All,

I have an issue with my designing template, please help me out.

I'm having a workbook which contains data in sheet1 as Countries and sales
man names.
US Smith
US Legrand
US Iren Wash
UK Glen
UK Paul
German Neil

My requirement in sheet2 is:
#1)A1 cell should dispaly a dropdown saying that unique countries list from
sheet1
#2)B1 cell should display a dropdown saying that sales persons list of the
selected country (A1 cell of sheet2).

It would be appreciated for the people provides the solution with VBA and
Without VBA.

Advanced Thanks
~vins

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 72
Default How to return multiple results in a cell

Thanks FSt1 for providing related links.

Yes your assumption was correct, I am using data validation.
I got the solution from one of your links and that solution is ok if the
countires are in sorted order (as per my example).

Is there any solution if countries are not in sorted order and the countries
are existed in disorder (if we don't have rights to change that particular
source sheet - sheet1 from my example)

If it is possilble in the above scenario without VBA, please direct me
through the solution process.

Cheers
~Vins

Once again thanks for your immediate response.
"FSt1" wrote:

hi
sounds like you are talking about dependent combo boxes, sometimes called
cascading combos.
but you didn't specify as to wheather you are using data validation or
sheets combox box controls or form controls. since you are refering to cells,
i assume that you are using data validation.
see this site for data validation.
http://www.contextures.com/xlDataVal02.html
see this site for sheet combo boxes
http://www.mrexcel.com/archive/Controls/30062.html
http://www.contextures.com/xlDataVal10.html

regards
FSt1

"Vinod" wrote:

Hi All,

I have an issue with my designing template, please help me out.

I'm having a workbook which contains data in sheet1 as Countries and sales
man names.
US Smith
US Legrand
US Iren Wash
UK Glen
UK Paul
German Neil

My requirement in sheet2 is:
#1)A1 cell should dispaly a dropdown saying that unique countries list from
sheet1
#2)B1 cell should display a dropdown saying that sales persons list of the
selected country (A1 cell of sheet2).

It would be appreciated for the people provides the solution with VBA and
Without VBA.

Advanced Thanks
~vins

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default How to return multiple results in a cell

hi
which link did you use?
i was unaware that the dependent lists had to be in order???

regards
FSt1

"Vinod" wrote:

Thanks FSt1 for providing related links.

Yes your assumption was correct, I am using data validation.
I got the solution from one of your links and that solution is ok if the
countires are in sorted order (as per my example).

Is there any solution if countries are not in sorted order and the countries
are existed in disorder (if we don't have rights to change that particular
source sheet - sheet1 from my example)

If it is possilble in the above scenario without VBA, please direct me
through the solution process.

Cheers
~Vins

Once again thanks for your immediate response.
"FSt1" wrote:

hi
sounds like you are talking about dependent combo boxes, sometimes called
cascading combos.
but you didn't specify as to wheather you are using data validation or
sheets combox box controls or form controls. since you are refering to cells,
i assume that you are using data validation.
see this site for data validation.
http://www.contextures.com/xlDataVal02.html
see this site for sheet combo boxes
http://www.mrexcel.com/archive/Controls/30062.html
http://www.contextures.com/xlDataVal10.html

regards
FSt1

"Vinod" wrote:

Hi All,

I have an issue with my designing template, please help me out.

I'm having a workbook which contains data in sheet1 as Countries and sales
man names.
US Smith
US Legrand
US Iren Wash
UK Glen
UK Paul
German Neil

My requirement in sheet2 is:
#1)A1 cell should dispaly a dropdown saying that unique countries list from
sheet1
#2)B1 cell should display a dropdown saying that sales persons list of the
selected country (A1 cell of sheet2).

It would be appreciated for the people provides the solution with VBA and
Without VBA.

Advanced Thanks
~vins



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 72
Default How to return multiple results in a cell

Hi,

its 'Dependent Dropdowns from a Sorted List' hyperlink from
http://www.contextures.com/xlDataVal02.html


"FSt1" wrote:

hi
which link did you use?
i was unaware that the dependent lists had to be in order???

regards
FSt1

"Vinod" wrote:

Thanks FSt1 for providing related links.

Yes your assumption was correct, I am using data validation.
I got the solution from one of your links and that solution is ok if the
countires are in sorted order (as per my example).

Is there any solution if countries are not in sorted order and the countries
are existed in disorder (if we don't have rights to change that particular
source sheet - sheet1 from my example)

If it is possilble in the above scenario without VBA, please direct me
through the solution process.

Cheers
~Vins

Once again thanks for your immediate response.
"FSt1" wrote:

hi
sounds like you are talking about dependent combo boxes, sometimes called
cascading combos.
but you didn't specify as to wheather you are using data validation or
sheets combox box controls or form controls. since you are refering to cells,
i assume that you are using data validation.
see this site for data validation.
http://www.contextures.com/xlDataVal02.html
see this site for sheet combo boxes
http://www.mrexcel.com/archive/Controls/30062.html
http://www.contextures.com/xlDataVal10.html

regards
FSt1

"Vinod" wrote:

Hi All,

I have an issue with my designing template, please help me out.

I'm having a workbook which contains data in sheet1 as Countries and sales
man names.
US Smith
US Legrand
US Iren Wash
UK Glen
UK Paul
German Neil

My requirement in sheet2 is:
#1)A1 cell should dispaly a dropdown saying that unique countries list from
sheet1
#2)B1 cell should display a dropdown saying that sales persons list of the
selected country (A1 cell of sheet2).

It would be appreciated for the people provides the solution with VBA and
Without VBA.

Advanced Thanks
~vins

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
lookup single value in one sheet, return multiple results from theother sheet Chuck[_3_] Excel Worksheet Functions 1 April 4th 08 06:17 AM
lookup one value in list and return multiple results ORLANDO V[_2_] Excel Worksheet Functions 2 January 29th 08 09:49 PM
V lookup with 2 criteria to return results for multiple columns JenL Excel Worksheet Functions 2 September 20th 07 10:04 PM
how to return multiple results in vlookup? Landa Excel Worksheet Functions 3 July 20th 06 08:27 AM
Return Multiple Results with Lookup Josh O. Excel Worksheet Functions 1 February 4th 05 08:07 PM


All times are GMT +1. The time now is 07:43 AM.

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"