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 Value of drop-down list

How do I assign a value to an item in a drop-down list i n Excel? I need a
value to an item, such as "weekly", "monthly", etc., that will be used to
calculate other data in other cells.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 461
Default Value of drop-down list

First right out the list that you use for the drop down list... then
highlight it and give it a name. Then get the drop down list. Go to "Format
Control"

In the control menu, under "Input Range"--- Input the name you created for
the list.

Then in the cell link box, select a cell where you want the number to
appear. Best to put it next to the named range.

So go back to the list you created next to the list insert the value you
want, such as 1 next to month or whatever you want the value to do.

The cell link is based on the list in order. So the first name in the list
is 1 and so on. So when you choose the 3rd Item in the list the cell link
well show 3.

So when you put the values next to the items... in the cell where you want
the value to show up based on your selection input the formula.

=OFFSET("Start of Named Range","Cell Link",1)

To break this down.

Start of Named Range is the top of the List you created
For Example

Items
Weekly
Monthly
etc

In this example... Items would be the start of the named range.

Cell link is the cell where you inputed the cell link. This is the row
number. So if you select monthly in the drop down list, the cell link well
show 2 and the offset function well bring the selection down 2 rows from
Items. So it lands on Monthly.

The 1 is column number. 1 Column over from the starting point ("Items") is
where you input the value for the items list.

Hopefully this was clear enough, let me know if you need anything else.
"agladish" wrote:

How do I assign a value to an item in a drop-down list i n Excel? I need a
value to an item, such as "weekly", "monthly", etc., that will be used to
calculate other data in other cells.

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
Using a drop-down list along with an auto-populate drop-down CrazyLostConfused Excel Discussion (Misc queries) 1 April 17th 07 12:10 AM
Drop Down List choice selecting another drop down list CVD0722 Excel Worksheet Functions 3 October 31st 06 01:02 PM
how do I link a drop down list entry to a new drop down cell? lmunzen Excel Discussion (Misc queries) 1 August 15th 06 04:59 PM
Can I create a drop-down list that will reference other drop-down fdebelo Excel Worksheet Functions 3 January 7th 06 09:34 AM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM


All times are GMT +1. The time now is 05:45 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"