#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default == INSTEAD OF EXACT?

Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of the
EXACT function to make exact comparisons. For example, =A1==B1 returns the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default == INSTEAD OF EXACT?

Where did you read that?

Are you sure that the author was writing about excel?

FARAZ QURESHI wrote:

Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of the
EXACT function to make exact comparisons. For example, =A1==B1 returns the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default == INSTEAD OF EXACT?

Dave,

It's in Excel 2003 help and I suspect it must be a typo.

Mike

"Dave Peterson" wrote:

Where did you read that?

Are you sure that the author was writing about excel?

FARAZ QURESHI wrote:

Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of the
EXACT function to make exact comparisons. For example, =A1==B1 returns the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default == INSTEAD OF EXACT?

I don't see it in xl2003's help for =Exact():

EXACT

See Also

Compares two text strings and returns TRUE if they are exactly the same, FALSE
otherwise. EXACT is case-sensitive but ignores formatting differences. Use EXACT
to test text being entered into a document.

Syntax

EXACT(text1,text2)

Text1 is the first text string.

Text2 is the second text string.


Mike H wrote:

Dave,

It's in Excel 2003 help and I suspect it must be a typo.

Mike

"Dave Peterson" wrote:

Where did you read that?

Are you sure that the author was writing about excel?

FARAZ QURESHI wrote:

Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of the
EXACT function to make exact comparisons. For example, =A1==B1 returns the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 968
Default == INSTEAD OF EXACT?

Surprising you can find it at:
http://office.microsoft.com/en-us/ex...090811033.aspx

But it does not work.

Charles
__________________________________________________
Outlines for my Sessions at the Australia Excel Users Group
http://www.decisionmodels.com/OZEUC.htm

"Dave Peterson" wrote in message
...
Where did you read that?

Are you sure that the author was writing about excel?

FARAZ QURESHI wrote:

Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of
the
EXACT function to make exact comparisons. For example, =A1==B1 returns
the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!


--

Dave Peterson





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default == INSTEAD OF EXACT?

Interesting that the internet help
http://office.microsoft.com/en-gb/ex...090811033.aspx mentions the
double equals, but the built-in help doesn't.
--
David Biddulph

"FARAZ QURESHI" wrote in message
...
Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of
the
EXACT function to make exact comparisons. For example, =A1==B1 returns the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default == INSTEAD OF EXACT?

My built in help (2003) does mention it

"David Biddulph" wrote:

Interesting that the internet help
http://office.microsoft.com/en-gb/ex...090811033.aspx mentions the
double equals, but the built-in help doesn't.
--
David Biddulph

"FARAZ QURESHI" wrote in message
...
Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of
the
EXACT function to make exact comparisons. For example, =A1==B1 returns the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!




  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default == INSTEAD OF EXACT?

Well I could have sworn that mine (also Excel 2003) didn't when I looked an
hour or two ago, but now it seems to. It's obviously been too long a week!
:-)
--
David Biddulph

"Mike H" wrote in message
...
My built in help (2003) does mention it

"David Biddulph" wrote:

Interesting that the internet help
http://office.microsoft.com/en-gb/ex...090811033.aspx mentions the
double equals, but the built-in help doesn't.
--
David Biddulph

"FARAZ QURESHI" wrote in message
...
Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of
the
EXACT function to make exact comparisons. For example, =A1==B1 returns
the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!






  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default == INSTEAD OF EXACT?

I don't have the online content enabled when I use help and that remark doesn't
show up for me.

But I turned on the online content and tada(!), it showed up.

The authors of the builtin help were less "creative" than the authors of the
online help!

David Biddulph wrote:

Well I could have sworn that mine (also Excel 2003) didn't when I looked an
hour or two ago, but now it seems to. It's obviously been too long a week!
:-)
--
David Biddulph

"Mike H" wrote in message
...
My built in help (2003) does mention it

"David Biddulph" wrote:

Interesting that the internet help
http://office.microsoft.com/en-gb/ex...090811033.aspx mentions the
double equals, but the built-in help doesn't.
--
David Biddulph

"FARAZ QURESHI" wrote in message
...
Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of
the
EXACT function to make exact comparisons. For example, =A1==B1 returns
the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!




--

Dave Peterson
  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default == INSTEAD OF EXACT?

Likewise my online help isn't enabled, here's a copy of my built in help



Compares two text strings and returns TRUE if they are exactly the same,
FALSE otherwise. EXACT is case-sensitive but ignores formatting differences.
Use EXACT to test text being entered into a document.

Syntax

EXACT(text1,text2)

Text1 is the first text string.

Text2 is the second text string.

Remarks

You can also use the double equals (==) comparison operator instead of the
EXACT function to make exact comparisons. For example, =A1==B1 returns the
same value as =EXACT(A1,B1).

Example

The example may be easier to understand if you copy it to a blank worksheet.

etc

Mike

"Dave Peterson" wrote:

I don't have the online content enabled when I use help and that remark doesn't
show up for me.

But I turned on the online content and tada(!), it showed up.

The authors of the builtin help were less "creative" than the authors of the
online help!

David Biddulph wrote:

Well I could have sworn that mine (also Excel 2003) didn't when I looked an
hour or two ago, but now it seems to. It's obviously been too long a week!
:-)
--
David Biddulph

"Mike H" wrote in message
...
My built in help (2003) does mention it

"David Biddulph" wrote:

Interesting that the internet help
http://office.microsoft.com/en-gb/ex...090811033.aspx mentions the
double equals, but the built-in help doesn't.
--
David Biddulph

"FARAZ QURESHI" wrote in message
...
Upon exploring the help on EXACT() Function I came across:

"You can also use the double equals (==) comparison operator instead of
the
EXACT function to make exact comparisons. For example, =A1==B1 returns
the
same value as =EXACT(A1,B1)."

However, such an expression of "==" is not working!




--

Dave Peterson



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
if / exact problem JB2010 Excel Discussion (Misc queries) 3 March 28th 07 03:00 AM
if / exact problem John Excel Discussion (Misc queries) 0 March 27th 07 11:56 PM
look for the exact number sctroy Excel Discussion (Misc queries) 1 September 25th 05 09:49 PM
EXACT function chrisrowe_cr Excel Discussion (Misc queries) 1 July 26th 05 01:29 PM
Using EXACT to Deduplicate Darrell Halverson via OfficeKB.com Excel Worksheet Functions 4 May 2nd 05 07:37 AM


All times are GMT +1. The time now is 04:49 PM.

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"