Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
keabu
 
Posts: n/a
Default excel exact command should not be case sensitive

The exact command in Excel is case sensitive when comparing text. It doesn't
have to be. I can understand when comparing numbers or calculations.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default excel exact command should not be case sensitive

If you just want to compare something without regard to case, you can just use
the = comparison:

=if(a1=b1,"same","different")



keabu wrote:

The exact command in Excel is case sensitive when comparing text. It doesn't
have to be. I can understand when comparing numbers or calculations.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove
 
Posts: n/a
Default excel exact command should not be case sensitive

Dave Peterson wrote...
If you just want to compare something without regard to case, you can just use
the = comparison:

=if(a1=b1,"same","different")

....

And even if = didn't work for text, it'd still be possible to use

EXACT(UPPER(a),UPPER(b))

to compare a and b case insensitively. If EXACT were case insensitive
and = didn't work for text, there'd be no way to construct a case
SENSITIVE comparison. Thus, it's better for EXACT to be case sensitive
than not.

The deeper problem is that the OP doesn't understand there are times
some Excel users *DO* want case sensitive comparisons.

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
How to Convert Figures into Text in Excel m_azim1 Excel Worksheet Functions 3 April 5th 06 05:45 PM
Convert number into words Blackwar Excel Discussion (Misc queries) 4 December 2nd 05 12:05 PM
Sorting by Fill Colour Denise Robinson Excel Discussion (Misc queries) 4 August 10th 05 05:45 PM
Spellnumber Norman Jones Excel Worksheet Functions 6 December 13th 04 07:21 AM
Identifying the Active Fill Color Steve Conary Excel Discussion (Misc queries) 3 December 9th 04 04:45 AM


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