Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Multiple Data Validation

I need to allow either a specific letter (P,D,E, or A) or a number between 1
and 10 (decimals to two places) in a range of cells. I can create one or the
other but not both - HELP?!?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default Multiple Data Validation

Hi Bettany,

I can think of one way, but there is probably a better one out there.

In the interim, in another sheet you could create this range (which goes to
row 1004) Highlight, name it (insert-name-define) and in your cell that you
want the drop down in, data-validation-list-source is: "=mynamedlist" (minus
the quotations and mynamedlist to be replaced with whatever you named your
range.

hth

BigPig


"betany70" wrote:

I need to allow either a specific letter (P,D,E, or A) or a number between 1
and 10 (decimals to two places) in a range of cells. I can create one or the
other but not both - HELP?!?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Multiple Data Validation

Try this Custom Formula in your Data Validation:

=IF(OR(A1="A",A1="D",A1="E",A1="P"),TRUE,IF(AND(A1 1,A1<10,A1*100=INT(A1*100)),TRUE,FALSE))

HTH,
Elkar


"betany70" wrote:

I need to allow either a specific letter (P,D,E, or A) or a number between 1
and 10 (decimals to two places) in a range of cells. I can create one or the
other but not both - HELP?!?

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
multiple data validation criteria Greyling Excel Discussion (Misc queries) 3 May 15th 07 07:10 PM
Data Validation & multiple columns Bob Excel Discussion (Misc queries) 1 April 9th 07 10:24 AM
Data Validation - Multiple Dependencies Nimish Excel Discussion (Misc queries) 0 August 11th 06 03:47 PM
Data Validation - Multiple Options LPS Excel Discussion (Misc queries) 8 August 11th 06 03:16 PM
Data Validation (Multiple Choice) John Jost Excel Worksheet Functions 4 December 13th 05 01:45 PM


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