Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dmcnutt_ghg
 
Posts: n/a
Default Multiple Validations in for 1 cell


I am using the validation tool to verfy data entry. I want to make sure
that I am not letting the user enter duplicate data and have entered a
custom validation rule of

=COUNTIF($A$3:$A$1000,A15)=1

I would aslo like to limit the data entry to no more than 10
characters.

How do I make this happen?

I am not a programmer and do not know any vb code.

Debbie


--
dmcnutt_ghg
------------------------------------------------------------------------
dmcnutt_ghg's Profile: http://www.excelforum.com/member.php...o&userid=29044
View this thread: http://www.excelforum.com/showthread...hreadid=487748

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Multiple Validations in for 1 cell

Use a DV formula of

=AND(COUNTIF($A$3:$A$1000,A15)=1,LEN(A15)<=10)

no need for VBA

--

HTH

RP
(remove nothere from the email address if mailing direct)


"dmcnutt_ghg"
wrote in message
...

I am using the validation tool to verfy data entry. I want to make sure
that I am not letting the user enter duplicate data and have entered a
custom validation rule of

=COUNTIF($A$3:$A$1000,A15)=1

I would aslo like to limit the data entry to no more than 10
characters.

How do I make this happen?

I am not a programmer and do not know any vb code.

Debbie


--
dmcnutt_ghg
------------------------------------------------------------------------
dmcnutt_ghg's Profile:

http://www.excelforum.com/member.php...o&userid=29044
View this thread: http://www.excelforum.com/showthread...hreadid=487748



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 cell editing George B. Excel Worksheet Functions 2 August 25th 05 10:26 AM
Counting Multiple Values In A Cell DiamondDean Excel Worksheet Functions 1 August 20th 05 07:22 AM
generate multiple rows based on cell value Theresa Excel Worksheet Functions 0 May 25th 05 11:18 PM
Can multiple cell results be displayed in a single cell? FuadsCurse Excel Discussion (Misc queries) 2 May 18th 05 05:33 PM
Multiple lines in 1 cell Zach F Excel Discussion (Misc queries) 2 April 14th 05 04:58 PM


All times are GMT +1. The time now is 03:00 AM.

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"