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 How do a set a parameter in cell - choose A or B options?

I have an Excel Spreadsheet. I want to create a form where in a designated
cell - another user can only choose pre-designated options to type into that
cell. How do I do that? Example: Cell A1 - User can choose to type in:
SSTL or ALUM or COPPER. The user would not be able to type any other value
in cell A1.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default How do a set a parameter in cell - choose A or B options?

Look in the Help file for

Create a drop-down list from a range of cells

"cara8236" wrote:

I have an Excel Spreadsheet. I want to create a form where in a designated
cell - another user can only choose pre-designated options to type into that
cell. How do I do that? Example: Cell A1 - User can choose to type in:
SSTL or ALUM or COPPER. The user would not be able to type any other value
in cell A1.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default How do a set a parameter in cell - choose A or B options?

Datavalidation,allow list and put

SSTL,ALUM,COPPER

in the source box, that will actually give you a dropdown to select from, if
you just want to validate against typing something else you need to
de-select in cell dropdown from the validation dialogue box

note that this is case sensitive, if you don't want that use custom from
allow then in the source use

=OR(I7="SSTL",I7="ALUM",I7="COPPER")

which is not case sensitive

all this can be bypassed by copying and pasting other values

--
Regards,

Peo Sjoblom






"cara8236" wrote in message
...
I have an Excel Spreadsheet. I want to create a form where in a designated
cell - another user can only choose pre-designated options to type into
that
cell. How do I do that? Example: Cell A1 - User can choose to type in:
SSTL or ALUM or COPPER. The user would not be able to type any other
value
in cell A1.



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
How to choose if I use a parameter or not in a parameter query Arnaud Excel Discussion (Misc queries) 0 March 8th 07 01:19 PM
how do i choose multiple options in a drop down menu in excel? DukeDevil Excel Discussion (Misc queries) 1 July 6th 06 10:20 PM
why the date convert to number when i choose formulas from options Musab Saleh Excel Discussion (Misc queries) 1 April 5th 06 07:42 PM
Sort (parameter stored in cell) GerryK Excel Worksheet Functions 0 March 21st 06 06:41 PM
parameter query - multiple options GregCrossan Excel Discussion (Misc queries) 0 September 22nd 05 08:04 PM


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