Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Wendy
 
Posts: n/a
Default How do I add drop down choices to a spreadsheet?

I have figured out how to get drop downs in my spreadsheet but I can not
figure out how to be able to re-use the same one in different boxes over
again. When I put in a selection from a drop down, it takes it away from
being one of the choices on my list for the next one. I hope someone can
help! I am very frustrated!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default How do I add drop down choices to a spreadsheet?

See http://www.contextures.com/xlDataVal03.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" <Wendy @discussions.microsoft.com wrote in message
...
I have figured out how to get drop downs in my spreadsheet but I can not
figure out how to be able to re-use the same one in different boxes over
again. When I put in a selection from a drop down, it takes it away from
being one of the choices on my list for the next one. I hope someone can
help! I am very frustrated!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Wendy
 
Posts: n/a
Default How do I add drop down choices to a spreadsheet?

I want to be able to reuse the entries over and over. It is a spreadsheet of
codes and the codes may need to be entered more than once.

Wendy


"Bob Phillips" wrote:

See http://www.contextures.com/xlDataVal03.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" <Wendy @discussions.microsoft.com wrote in message
...
I have figured out how to get drop downs in my spreadsheet but I can not
figure out how to be able to re-use the same one in different boxes over
again. When I put in a selection from a drop down, it takes it away from
being one of the choices on my list for the next one. I hope someone can
help! I am very frustrated!




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Debra Dalgleish
 
Posts: n/a
Default How do I add drop down choices to a spreadsheet?

You can use a named range as the source, as described he

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

Then, the list items won't disappear as you move down the worksheet.

Or, if you select a range on the worksheet, use absolute references, so
the range won't adjust as you move down. For example,

instead of:
=A1:A10
use
=$A$1:$A$10

Wendy wrote:
I want to be able to reuse the entries over and over. It is a spreadsheet of
codes and the codes may need to be entered more than once.

Wendy


"Bob Phillips" wrote:


See http://www.contextures.com/xlDataVal03.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" <Wendy @discussions.microsoft.com wrote in message
...

I have figured out how to get drop downs in my spreadsheet but I can not
figure out how to be able to re-use the same one in different boxes over
again. When I put in a selection from a drop down, it takes it away from
being one of the choices on my list for the next one. I hope someone can
help! I am very frustrated!






--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default How do I add drop down choices to a spreadsheet?

Oh, I thought it was the other way.

Just use absolute references in you range, such as $A$1 not A1.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" wrote in message
...
I want to be able to reuse the entries over and over. It is a spreadsheet

of
codes and the codes may need to be entered more than once.

Wendy


"Bob Phillips" wrote:

See http://www.contextures.com/xlDataVal03.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" <Wendy @discussions.microsoft.com wrote in message
...
I have figured out how to get drop downs in my spreadsheet but I can

not
figure out how to be able to re-use the same one in different boxes

over
again. When I put in a selection from a drop down, it takes it away

from
being one of the choices on my list for the next one. I hope someone

can
help! I am very frustrated!








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Wendy
 
Posts: n/a
Default How do I add drop down choices to a spreadsheet?

I have that - this is how I have the range
=$A$1:$E$25
It still doesn't work. I have been working on this for a while and can not
get it to work.

"Bob Phillips" wrote:

Oh, I thought it was the other way.

Just use absolute references in you range, such as $A$1 not A1.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" wrote in message
...
I want to be able to reuse the entries over and over. It is a spreadsheet

of
codes and the codes may need to be entered more than once.

Wendy


"Bob Phillips" wrote:

See http://www.contextures.com/xlDataVal03.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" <Wendy @discussions.microsoft.com wrote in message
...
I have figured out how to get drop downs in my spreadsheet but I can

not
figure out how to be able to re-use the same one in different boxes

over
again. When I put in a selection from a drop down, it takes it away

from
being one of the choices on my list for the next one. I hope someone

can
help! I am very frustrated!






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default How do I add drop down choices to a spreadsheet?

Surely you get an error with that, a list must be one row or one column, not
multi in both dimensions.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" wrote in message
...
I have that - this is how I have the range
=$A$1:$E$25
It still doesn't work. I have been working on this for a while and can

not
get it to work.

"Bob Phillips" wrote:

Oh, I thought it was the other way.

Just use absolute references in you range, such as $A$1 not A1.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" wrote in message
...
I want to be able to reuse the entries over and over. It is a

spreadsheet
of
codes and the codes may need to be entered more than once.

Wendy


"Bob Phillips" wrote:

See http://www.contextures.com/xlDataVal03.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" <Wendy @discussions.microsoft.com wrote in message
...
I have figured out how to get drop downs in my spreadsheet but I

can
not
figure out how to be able to re-use the same one in different

boxes
over
again. When I put in a selection from a drop down, it takes it

away
from
being one of the choices on my list for the next one. I hope

someone
can
help! I am very frustrated!








  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I choose multiple choices from a drop down box?

Is this possible in MS Excel 2007? I'm talking about a similar function as
on websites.
TY Carol

"Bob Phillips" wrote:

Surely you get an error with that, a list must be one row or one column, not
multi in both dimensions.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" wrote in message
...
I have that - this is how I have the range
=$A$1:$E$25
It still doesn't work. I have been working on this for a while and can

not
get it to work.

"Bob Phillips" wrote:

Oh, I thought it was the other way.

Just use absolute references in you range, such as $A$1 not A1.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" wrote in message
...
I want to be able to reuse the entries over and over. It is a

spreadsheet
of
codes and the codes may need to be entered more than once.

Wendy


"Bob Phillips" wrote:

See http://www.contextures.com/xlDataVal03.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" <Wendy @discussions.microsoft.com wrote in message
...
I have figured out how to get drop downs in my spreadsheet but I

can
not
figure out how to be able to re-use the same one in different

boxes
over
again. When I put in a selection from a drop down, it takes it

away
from
being one of the choices on my list for the next one. I hope

someone
can
help! I am very frustrated!









  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I choose multiple choices from a drop down box?

Since you have tacked onto an existing thread it is hard to tell what your
needs are.

Do you want simple Data Validation dropdown list of choices?

http://www.contextures.on.ca/xlDataVal01.html


Gord Dibben MS Excel MVP

On Mon, 21 Dec 2009 17:50:01 -0800, Carol Montalbano <Carol
wrote:

Is this possible in MS Excel 2007? I'm talking about a similar function as
on websites.
TY Carol

"Bob Phillips" wrote:

Surely you get an error with that, a list must be one row or one column, not
multi in both dimensions.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" wrote in message
...
I have that - this is how I have the range
=$A$1:$E$25
It still doesn't work. I have been working on this for a while and can

not
get it to work.

"Bob Phillips" wrote:

Oh, I thought it was the other way.

Just use absolute references in you range, such as $A$1 not A1.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" wrote in message
...
I want to be able to reuse the entries over and over. It is a

spreadsheet
of
codes and the codes may need to be entered more than once.

Wendy


"Bob Phillips" wrote:

See
http://www.contextures.com/xlDataVal03.html

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Wendy" <Wendy @discussions.microsoft.com wrote in message
...
I have figured out how to get drop downs in my spreadsheet but I

can
not
figure out how to be able to re-use the same one in different

boxes
over
again. When I put in a selection from a drop down, it takes it

away
from
being one of the choices on my list for the next one. I hope

someone
can
help! I am very frustrated!










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
Limit drop down list and linking to other info Intuit Excel Worksheet Functions 13 February 2nd 06 09:48 PM
Drop down list includes hyperlink Mark Renfrow Excel Discussion (Misc queries) 1 July 6th 05 08:23 PM
How do I create a form with drop downs that narrows choices? Joeglobal Excel Discussion (Misc queries) 1 July 5th 05 10:35 PM
Drop down list with multiple choices Cindy Excel Worksheet Functions 6 March 30th 05 01:35 AM
Dynamic Drop Down Boxes Scooter Excel Worksheet Functions 1 February 8th 05 05:22 AM


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