Re: Data Validation Formula Q
- From: "Max" <demechanik@xxxxxxxxx>
- Date: Tue, 6 Jan 2009 16:40:23 +0800
Think you could try:
=OR(AND(J10>=1,J10<999999,COUNTIF($J10:J22,J10)=1),J10="CC")
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,000 Files:370 Subscribers:66
xdemechanik
---
"Seanie" <seanryanie@xxxxxxxxxxx> wrote in message
news:92be3ea9-9c66-4e8f-b190-f82c98476449@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
How could I tweak the Data Validation below which in cell J10 where it
resides, also include an ability to enter the letters CC?
At the moment it requires up to a 6 digit numeric value which must be
unique from the inputs in J10:J22. I still want to retain this but
also allow the letters CC. Note here I want to allow CC to be typed in
more than one cell in the range J10:J22 (but the up to 6 digit
numerics must be unique)
=AND(J10>=1,J10<999999,COUNTIF($J10:J22,J10)=1)
.
- Follow-Ups:
- Re: Data Validation Formula Q
- From: Max
- Re: Data Validation Formula Q
- From: Seanie
- Re: Data Validation Formula Q
- References:
- Data Validation Formula Q
- From: Seanie
- Data Validation Formula Q
- Prev by Date: Data Validation Formula Q
- Next by Date: Re: Help with an "If Statement"
- Previous by thread: Data Validation Formula Q
- Next by thread: Re: Data Validation Formula Q
- Index(es):
Relevant Pages
|