Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default validation formula's and conditional formatting

I have created a drop down menu using 'data' - 'validation'. the options are
'1', '2', and '3'. there are a total of six cells that these numbers can can
be entered into.

My questions a
A) i want to limit people from entering '1' maximum once, '2' max. three
times, and '3' max. two times.
B) i want an 'error' or 'alert' to occur if these max. limits of 1 once, 2
three times, and 3 two times is entered.

Is it possible to do both of the options above?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default validation formula's and conditional formatting

Just enter a normal DV in cell A1 with a list of 1,2,3. But in A2:A6, use
custom with a formula of

=OR(AND(A2=1,COUNTIF($A$1:$A2,A2)=1),AND(A2=2,COUN TIF($A$1:$A2,A2)<=3),AND(A2=3,COUNTIF($A$1:$A2,A2) <=2))

--
__________________________________
HTH

Bob

"VanessaS" wrote in message
...
I have created a drop down menu using 'data' - 'validation'. the options
are
'1', '2', and '3'. there are a total of six cells that these numbers can
can
be entered into.

My questions a
A) i want to limit people from entering '1' maximum once, '2' max. three
times, and '3' max. two times.
B) i want an 'error' or 'alert' to occur if these max. limits of 1 once, 2
three times, and 3 two times is entered.

Is it possible to do both of the options above?



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
Conditional formatting and validation Krissy Excel Worksheet Functions 6 April 17th 08 04:49 PM
Data Validation Conditional Formatting....or both? Klee Excel Worksheet Functions 3 January 3rd 08 12:48 PM
Stumped Conditional Formatting or Validation? SCrowley Excel Worksheet Functions 4 September 24th 07 07:44 PM
Finding data validation and conditional formatting Dave L[_2_] Excel Discussion (Misc queries) 1 May 2nd 07 12:06 AM
Data Validation & Conditional Formatting Shelly Excel Discussion (Misc queries) 3 December 22nd 06 08:23 PM


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