Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Anthony Slater
 
Posts: n/a
Default Creating a dropdown list

Hi

I have a large amount of data that, according to certain values, is tagged
with a name such as 'Platinum, Gold, Silver and Bronze'.The data is as
follows: -

Col A: Client Number
Col B: Name
Col C: Value
Col D: "Platinum, Gold, Silver, Bronze"

Col D is
=IF(F23<100,"Bronze",IF(AND(F23=100,F23<500),"Sil ver",IF(AND(F23=500,F23<1000),"Gold","Platinum")) )

The above is copied down a few thousand rows

However, the sheet is sorted by Client Number and so COL D is not in order

How can I create a drop-down list for each category on another sheet?

TIA
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

What would be in the dropdown?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anthony Slater" wrote in message
...
Hi

I have a large amount of data that, according to certain values, is tagged
with a name such as 'Platinum, Gold, Silver and Bronze'.The data is as
follows: -

Col A: Client Number
Col B: Name
Col C: Value
Col D: "Platinum, Gold, Silver, Bronze"

Col D is

=IF(F23<100,"Bronze",IF(AND(F23=100,F23<500),"Sil ver",IF(AND(F23=500,F23<1
000),"Gold","Platinum")))

The above is copied down a few thousand rows

However, the sheet is sorted by Client Number and so COL D is not in order

How can I create a drop-down list for each category on another sheet?

TIA



  #3   Report Post  
Anthony Slater
 
Posts: n/a
Default

Opps...

The drop downs would be "Platinum, gold, silver, bronze"

Then according to the category chosen, those particular clients would be
availble in a second drop down



"Bob Phillips" wrote:

What would be in the dropdown?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anthony Slater" wrote in message
...
Hi

I have a large amount of data that, according to certain values, is tagged
with a name such as 'Platinum, Gold, Silver and Bronze'.The data is as
follows: -

Col A: Client Number
Col B: Name
Col C: Value
Col D: "Platinum, Gold, Silver, Bronze"

Col D is

=IF(F23<100,"Bronze",IF(AND(F23=100,F23<500),"Sil ver",IF(AND(F23=500,F23<1
000),"Gold","Platinum")))

The above is copied down a few thousand rows

However, the sheet is sorted by Client Number and so COL D is not in order

How can I create a drop-down list for each category on another sheet?

TIA




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

aah! I would never have realised about the second dropdown from your post,
though I can see that it was alluded now I know <g

There is a VBA solution that might help at
http://www.xldynamic.com/source/xld.Dropdowns.html

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anthony Slater" wrote in message
...
Opps...

The drop downs would be "Platinum, gold, silver, bronze"

Then according to the category chosen, those particular clients would be
availble in a second drop down



"Bob Phillips" wrote:

What would be in the dropdown?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anthony Slater" wrote in

message
...
Hi

I have a large amount of data that, according to certain values, is

tagged
with a name such as 'Platinum, Gold, Silver and Bronze'.The data is as
follows: -

Col A: Client Number
Col B: Name
Col C: Value
Col D: "Platinum, Gold, Silver, Bronze"

Col D is


=IF(F23<100,"Bronze",IF(AND(F23=100,F23<500),"Sil ver",IF(AND(F23=500,F23<1
000),"Gold","Platinum")))

The above is copied down a few thousand rows

However, the sheet is sorted by Client Number and so COL D is not in

order

How can I create a drop-down list for each category on another sheet?

TIA






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
Creating a dynamic list Jarrod A Excel Worksheet Functions 1 November 18th 05 11:29 PM
self-building dropdown list boris Excel Worksheet Functions 1 January 17th 05 05:33 PM
creating a dropdown list in excel Susan Excel Discussion (Misc queries) 2 January 14th 05 09:21 PM
Creating a dynamic list JarrodA Excel Worksheet Functions 3 October 30th 04 04:01 AM
Creating a list from an existing list. Jad Excel Worksheet Functions 1 October 29th 04 06:00 AM


All times are GMT +1. The time now is 04:14 PM.

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

About Us

"It's about Microsoft Excel"