PC Review


Reply
Thread Tools Rate Thread

case sensitivity check for List values

 
 
riz.pro@gmail.com
Guest
Posts: n/a
 
      26th Feb 2007
hi,

i have a list of values something like this..
"Priority"----this is the header.
Blocking
High
Medium
Low
i have deifned a name for this list. A column of cells can contain
only these values, user have been provided dropdown for selecting from
this list.

but the problem is...if a user types "blocking" instead of selecting
"Blocking" from the dropdown, the cell takes a value as "blocking"
and never prompt it as an error. I have written a perl script that
reads these values and puts them in the database. the database
integrity goes for a toss if this value is put in it.
Is there a way or a macro(that can be written)to provide a check for
case sensitivity...?
I also have other lists that dont fit the PROPER, UPPER OR LOWER case
the list can be a mixture of all these..

to make matters worse i am new to using excel and have very faint idea
about writing excel macros..
Please HELP...

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      26th Feb 2007
You could try a formula in the DV like so

=EXACT(L1,INDEX(O:O,MATCH(L1,O:O,0)))

where L1 is the DV cell, O is where the list is held.

--
---
HTH

Bob

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



<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> hi,
>
> i have a list of values something like this..
> "Priority"----this is the header.
> Blocking
> High
> Medium
> Low
> i have deifned a name for this list. A column of cells can contain
> only these values, user have been provided dropdown for selecting from
> this list.
>
> but the problem is...if a user types "blocking" instead of selecting
> "Blocking" from the dropdown, the cell takes a value as "blocking"
> and never prompt it as an error. I have written a perl script that
> reads these values and puts them in the database. the database
> integrity goes for a toss if this value is put in it.
> Is there a way or a macro(that can be written)to provide a check for
> case sensitivity...?
> I also have other lists that dont fit the PROPER, UPPER OR LOWER case
> the list can be a mixture of all these..
>
> to make matters worse i am new to using excel and have very faint idea
> about writing excel macros..
> Please HELP...
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Case sensitivity R. Smith Microsoft Access Queries 2 14th May 2004 09:09 AM
C# case sensitivity and VS. Microsoft C# .NET 4 2nd Apr 2004 10:39 PM
case sensitivity Jeff S Microsoft C# .NET 5 6th Dec 2003 12:58 AM
Case sensitivity bigbob Microsoft C# .NET 6 4th Sep 2003 07:03 AM
C# Case sensitivity? Ben Microsoft Dot NET 0 1st Aug 2003 04:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:31 AM.