Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
whowatwerwyhow
 
Posts: n/a
Default multiple validation in a single cell

Is it possible to set multiple validation for a single cell in excel? Its
pretty straight forward to set a single validation so that a message is
displayed when incorrect data is entered. However, adding another validation
seems to delete the old one. Thanks in advance.
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

you can do some of this under data / validation - custom
but without more details we can't give you a specific answer.

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"whowatwerwyhow" wrote in message
...
Is it possible to set multiple validation for a single cell in excel? Its
pretty straight forward to set a single validation so that a message is
displayed when incorrect data is entered. However, adding another
validation
seems to delete the old one. Thanks in advance.



  #3   Report Post  
whowatwerwyhow
 
Posts: n/a
Default

the sort of things i'd like 2 do r:

- validate that the number entered is smaller than 2400
- validate that the last 2 digits are never greater than 59
- validate that the the number enetered is smaller/greater than other
entries made in other cells, etc, etc.

i can manage to do these individually as u sugested belo, i.e. using data -
validation. however, how can i do them all at the same time for a single cell?

thanks.

"JulieD" wrote:

Hi

you can do some of this under data / validation - custom
but without more details we can't give you a specific answer.

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"whowatwerwyhow" wrote in message
...
Is it possible to set multiple validation for a single cell in excel? Its
pretty straight forward to set a single validation so that a message is
displayed when incorrect data is entered. However, adding another
validation
seems to delete the old one. Thanks in advance.




  #4   Report Post  
JulieD
 
Posts: n/a
Default

Hi

well here's the formula to meet the first two criteria ... as you didn't
specify the rest, hopefully you'll be able to figure it out from here
choose
data / validation
choose
custom
type
=AND(A1<2400,VALUE(RIGHT(A1,2))<=59)


--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"whowatwerwyhow" wrote in message
...
the sort of things i'd like 2 do r:

- validate that the number entered is smaller than 2400
- validate that the last 2 digits are never greater than 59
- validate that the the number enetered is smaller/greater than other
entries made in other cells, etc, etc.

i can manage to do these individually as u sugested belo, i.e. using
data -
validation. however, how can i do them all at the same time for a single
cell?

thanks.

"JulieD" wrote:

Hi

you can do some of this under data / validation - custom
but without more details we can't give you a specific answer.

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"whowatwerwyhow" wrote in
message
...
Is it possible to set multiple validation for a single cell in excel?
Its
pretty straight forward to set a single validation so that a message is
displayed when incorrect data is entered. However, adding another
validation
seems to delete the old one. Thanks in advance.






  #5   Report Post  
whowatwerwyhow
 
Posts: n/a
Default

Thanks, that wrkd.

"JulieD" wrote:

Hi

well here's the formula to meet the first two criteria ... as you didn't
specify the rest, hopefully you'll be able to figure it out from here
choose
data / validation
choose
custom
type
=AND(A1<2400,VALUE(RIGHT(A1,2))<=59)


--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"whowatwerwyhow" wrote in message
...
the sort of things i'd like 2 do r:

- validate that the number entered is smaller than 2400
- validate that the last 2 digits are never greater than 59
- validate that the the number enetered is smaller/greater than other
entries made in other cells, etc, etc.

i can manage to do these individually as u sugested belo, i.e. using
data -
validation. however, how can i do them all at the same time for a single
cell?

thanks.

"JulieD" wrote:

Hi

you can do some of this under data / validation - custom
but without more details we can't give you a specific answer.

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"whowatwerwyhow" wrote in
message
...
Is it possible to set multiple validation for a single cell in excel?
Its
pretty straight forward to set a single validation so that a message is
displayed when incorrect data is entered. However, adding another
validation
seems to delete the old one. Thanks in advance.








  #6   Report Post  
JulieD
 
Posts: n/a
Default

you're welcome and thanks for the feedback

"whowatwerwyhow" wrote in message
...
Thanks, that wrkd.

"JulieD" wrote:

Hi

well here's the formula to meet the first two criteria ... as you didn't
specify the rest, hopefully you'll be able to figure it out from here
choose
data / validation
choose
custom
type
=AND(A1<2400,VALUE(RIGHT(A1,2))<=59)


--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"whowatwerwyhow" wrote in
message
...
the sort of things i'd like 2 do r:

- validate that the number entered is smaller than 2400
- validate that the last 2 digits are never greater than 59
- validate that the the number enetered is smaller/greater than other
entries made in other cells, etc, etc.

i can manage to do these individually as u sugested belo, i.e. using
data -
validation. however, how can i do them all at the same time for a
single
cell?

thanks.

"JulieD" wrote:

Hi

you can do some of this under data / validation - custom
but without more details we can't give you a specific answer.

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"whowatwerwyhow" wrote in
message
...
Is it possible to set multiple validation for a single cell in
excel?
Its
pretty straight forward to set a single validation so that a message
is
displayed when incorrect data is entered. However, adding another
validation
seems to delete the old one. Thanks in advance.








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 lines in 1 cell Zach F Excel Discussion (Misc queries) 2 April 14th 05 04:58 PM
counting Multiple answers in 1 cell + column help me i have an excel problem Excel Discussion (Misc queries) 0 February 21st 05 08:41 AM
Is there a forumla to link an absolute cell reference in multiple. Thomas Excel Worksheet Functions 2 February 5th 05 04:15 PM
How can I combine text and a function in a single cell slot guy Excel Worksheet Functions 3 January 19th 05 04:13 PM
Adding Value within a single cell... Brian Excel Worksheet Functions 4 December 28th 04 08:48 PM


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