Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LPS LPS is offline
external usenet poster
 
Posts: 108
Default Text Restrictions

Using Excel 2000 and without having to get into Macros, is there a way to set
a validation such that only an uppercase character can be enterted into the
cell? For example, the cell would allow an uppercase "X" but nothing else?

Thank you for all help / suggestions,
--
LPS
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,290
Default Text Restrictions

=EXACT(C11,UPPER(C11))
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"LPS"
wrote in message
Using Excel 2000 and without having to get into Macros, is there a way to set
a validation such that only an uppercase character can be enterted into the
cell? For example, the cell would allow an uppercase "X" but nothing else?
Thank you for all help / suggestions,
--
LPS
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Text Restrictions

Try this:

Select cell A1

From the Excel main menu:
<data<validation<settings tab
Allow: custom
Formula: =EXACT(A1,"X")
(Adjust the Error Alert so it mentions that only uppercase "X" is allowed)
Click the [OK] button

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"LPS" wrote:

Using Excel 2000 and without having to get into Macros, is there a way to set
a validation such that only an uppercase character can be enterted into the
cell? For example, the cell would allow an uppercase "X" but nothing else?

Thank you for all help / suggestions,
--
LPS

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LPS LPS is offline
external usenet poster
 
Posts: 108
Default Text Restrictions

Thank you Ron. That does, indeed help.

Cheers,
--
LPS


"Ron Coderre" wrote:

Try this:

Select cell A1

From the Excel main menu:
<data<validation<settings tab
Allow: custom
Formula: =EXACT(A1,"X")
(Adjust the Error Alert so it mentions that only uppercase "X" is allowed)
Click the [OK] button

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"LPS" wrote:

Using Excel 2000 and without having to get into Macros, is there a way to set
a validation such that only an uppercase character can be enterted into the
cell? For example, the cell would allow an uppercase "X" but nothing else?

Thank you for all help / suggestions,
--
LPS

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
Aligning Wraped Text to the bottom of a cell Viking Excel Discussion (Misc queries) 2 July 7th 06 09:33 PM
Conversion to Text file format error Rob Excel Discussion (Misc queries) 1 June 26th 06 10:33 AM
Shade cell according to text? Ltat42a Excel Discussion (Misc queries) 0 January 3rd 06 06:37 PM
Using Concatenate function to generate text in Text Box Mary S. Charts and Charting in Excel 1 December 14th 05 08:55 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM


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