Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Data Validation formula required.

Hello Folks
I am needing a Data Validation formula so that only a single capital letter
can be entered in a cell. Eg. A or B or C etc. (chars 65 to 90 inc).
Please can u help.

Your help is and always has been very much appreciated.
Thanking you in anticipation
---
Big Rick
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Data Validation formula required.

Try this:

=AND(LEN(A1)=1,CODE(A1)=65,CODE(A1)<=90)

Biff

"Big Rick" wrote in message
...
Hello Folks
I am needing a Data Validation formula so that only a single capital
letter
can be entered in a cell. Eg. A or B or C etc. (chars 65 to 90 inc).
Please can u help.

Your help is and always has been very much appreciated.
Thanking you in anticipation
---
Big Rick



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Data Validation formula required.

Many thanks.
When I copied the formula in DV, I got a message saying that there was an
error and did I wish to continue. So I clicked yes.
I was then expecting an error but was plesantly suprised when it worked just
as I wanted.
Thank you once again.

---
Big Rick


"Biff" wrote:

Try this:

=AND(LEN(A1)=1,CODE(A1)=65,CODE(A1)<=90)

Biff

"Big Rick" wrote in message
...
Hello Folks
I am needing a Data Validation formula so that only a single capital
letter
can be entered in a cell. Eg. A or B or C etc. (chars 65 to 90 inc).
Please can u help.

Your help is and always has been very much appreciated.
Thanking you in anticipation
---
Big Rick




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Data Validation formula required.

Yeah, I should have warned you about that!

Thanks for the feedback!

Biff

"Big Rick" wrote in message
...
Many thanks.
When I copied the formula in DV, I got a message saying that there was an
error and did I wish to continue. So I clicked yes.
I was then expecting an error but was plesantly suprised when it worked
just
as I wanted.
Thank you once again.

---
Big Rick


"Biff" wrote:

Try this:

=AND(LEN(A1)=1,CODE(A1)=65,CODE(A1)<=90)

Biff

"Big Rick" wrote in message
...
Hello Folks
I am needing a Data Validation formula so that only a single capital
letter
can be entered in a cell. Eg. A or B or C etc. (chars 65 to 90 inc).
Please can u help.

Your help is and always has been very much appreciated.
Thanking you in anticipation
---
Big Rick






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
Data Validation - Scroll in the formula bar for a custom criteria Hanno Scholtz Excel Worksheet Functions 3 September 22nd 05 02:11 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Data Validation - Custom - Formula DYeomans Excel Worksheet Functions 2 May 2nd 05 05:21 AM
HELP: Data > Validation ---List ----Formula amit Excel Worksheet Functions 3 April 15th 05 01:38 PM
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? Arvi Laanemets Excel Discussion (Misc queries) 0 December 2nd 04 11:29 AM


All times are GMT +1. The time now is 07:26 AM.

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"