PC Review


Reply
Thread Tools Rate Thread

Custom Data Validation

 
 
Darin Kramer
Guest
Posts: n/a
 
      26th Feb 2007


Hi there,

Im looking to create some data validation in say cell a2, that says if
cell a1 = "a", then allow a2 to accept a number, if a1 = anything else
then dont allow entry into a2.
Is it possible using custom data validation...? I cant seem to get any
sensical result from using custom...

Regards

Darin

*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
 
 
 
Chip Pearson
Guest
Posts: n/a
 
      26th Feb 2007
In the Allow list, choose Custom and use a formula like

=$A$1="a"

This will allow you to enter a value in A2 if A1 is either "A" or "a". For
an exact case match, use

=EXACT($A$1,"a")

will allow entry if A1 is "a" but not if A1 is "A".


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)


"Darin Kramer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
>
> Hi there,
>
> Im looking to create some data validation in say cell a2, that says if
> cell a1 = "a", then allow a2 to accept a number, if a1 = anything else
> then dont allow entry into a2.
> Is it possible using custom data validation...? I cant seem to get any
> sensical result from using custom...
>
> Regards
>
> Darin
>
> *** Sent via Developersdex http://www.developersdex.com ***



 
Reply With Quote
 
Darin Kramer
Guest
Posts: n/a
 
      26th Feb 2007

Thanks!!!


*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
custom data validation on cells with data validation values AKrobbins Microsoft Excel Worksheet Functions 2 21st Jun 2011 04:20 PM
custom data validation Gareth Microsoft Excel Worksheet Functions 3 22nd May 2008 02:26 PM
Custom Data Validation =?Utf-8?B?ZHJlYWQ=?= Microsoft Excel Misc 2 20th Jul 2006 09:31 PM
Custom data validation =?Utf-8?B?R3V5IE5vcm1hbmRlYXU=?= Microsoft Excel Misc 3 18th Apr 2006 04:12 PM
How to use data validation - Custom validation 0-0 Wai Wai ^-^ Microsoft Excel Discussion 1 7th May 2004 09:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:57 AM.