Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default case sensetive data validation

I have a worksheet where the costumer types in data. The data is later
used for data validation as a list.

My big problem is, that data validation based on a list is not Case
sensetive. This means data can be added that is not exactly the same
case "Yes" <"yes", etc.

The applied data data is exported to another program, that is case
sensetive.

Using upper case is not an option. I need to control that the user only
types in exact valid data.

Any ideas?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default case sensetive data validation

You could try a custom DV type with a formula of

=EXACT(D1,INDEX(F1:F10,MATCH(D1,F1:F10,0)))

where D1 is the DV cell, F1:F10 is the validation list.

--
HTH

Bob Phillips

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message
oups.com...
I have a worksheet where the costumer types in data. The data is later
used for data validation as a list.

My big problem is, that data validation based on a list is not Case
sensetive. This means data can be added that is not exactly the same
case "Yes" <"yes", etc.

The applied data data is exported to another program, that is case
sensetive.

Using upper case is not an option. I need to control that the user only
types in exact valid data.

Any ideas?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default case sensetive data validation

One way

Assuming the valid list [case sensitive] is housed in E1:E10 (eg: Yes, No,
etc)
with inputs to be made in col A

Select col A,
Click Data Validation
Allow: Custom
Formula:
=SUMPRODUCT(--ISNUMBER(FIND(A1,$E$1:$E$10)))0
Click OK

Test it out
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
" wrote:
I have a worksheet where the costumer types in data. The data is later
used for data validation as a list.

My big problem is, that data validation based on a list is not Case
sensetive. This means data can be added that is not exactly the same
case "Yes" <"yes", etc.

The applied data data is exported to another program, that is case
sensetive.

Using upper case is not an option. I need to control that the user only
types in exact valid data.

Any ideas?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default case sensetive data validation

Thats not an option, because the validation lists are dynamic. The
users are allowed to change the lists. And some of the lists are long.
First they fill in sheet1 containing the lists for validation.
Then then fill in sheets 2-10 containing cells with data validation
based on the lists in sheet one.

As for the other posts they give me a true/false and I have no spare
cells to show them in.



On 26 Jan., 15:26, Debra Dalgleish wrote:
If the list isn't too long, type it in the data validation dialog box,
instead of referring to a list on the worksheet. Then it will be case
sensitive.

wrote:
I have a worksheet where the costumer types in data. The data is later
used for data validation as a list.


My big problem is, that data validation based on a list is not Case
sensetive. This means data can be added that is not exactly the same
case "Yes" <"yes", etc.


The applied data data is exported to another program, that is case
sensetive.


Using upper case is not an option. I need to control that the user only
types in exact valid data.--

Debra Dalgleish
Contextureshttp://www.contextures.com/tiptech.html




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default case sensetive data validation

DV should return True or False, that is how DV knows whether to accept it or
to throw an error.

--
HTH

Bob Phillips

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message
ups.com...
Thats not an option, because the validation lists are dynamic. The
users are allowed to change the lists. And some of the lists are long.
First they fill in sheet1 containing the lists for validation.
Then then fill in sheets 2-10 containing cells with data validation
based on the lists in sheet one.

As for the other posts they give me a true/false and I have no spare
cells to show them in.



On 26 Jan., 15:26, Debra Dalgleish wrote:
If the list isn't too long, type it in the data validation dialog box,
instead of referring to a list on the worksheet. Then it will be case
sensitive.

wrote:
I have a worksheet where the costumer types in data. The data is later
used for data validation as a list.


My big problem is, that data validation based on a list is not Case
sensetive. This means data can be added that is not exactly the same
case "Yes" <"yes", etc.


The applied data data is exported to another program, that is case
sensetive.


Using upper case is not an option. I need to control that the user

only
types in exact valid data.--

Debra Dalgleish
Contextureshttp://www.contextures.com/tiptech.html




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
Displays the number in text. (One thousand two hundred thirty four Ashish Patel Excel Worksheet Functions 1 March 20th 06 09:27 PM
Case Sensitivity problem with data validation Upya Excel Worksheet Functions 3 October 7th 05 01:30 AM
reminder notifications in a column L Mieth Excel Discussion (Misc queries) 6 June 10th 05 11:00 AM
Is there a formula to spell out a number in excel? Sha-nay-nay Excel Worksheet Functions 2 December 18th 04 09:25 PM
Spellnumber Norman Jones Excel Worksheet Functions 6 December 13th 04 07:21 AM


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