Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 367
Default Exact formula 3 Columns

I understand that the Exact formula can compare 2 columns. Is there a way
that I can compare 3 columns of data?

Thanks.

Jason
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Exact formula 3 Columns

=EXACT(E1,IF(EXACT(F1,G1),F1))

--
HTH

Bob

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

"Jason" wrote in message
...
I understand that the Exact formula can compare 2 columns. Is there a way
that I can compare 3 columns of data?

Thanks.

Jason



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Exact formula 3 Columns

Try one of these.

Array entered** :

=AND(EXACT(A1,B1:C1))

Normally entered:

=SUMPRODUCT(--(EXACT(A1,B1:C1)))=2

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

--
Biff
Microsoft Excel MVP


"Jason" wrote in message
...
I understand that the Exact formula can compare 2 columns. Is there a way
that I can compare 3 columns of data?

Thanks.

Jason



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Exact formula 3 Columns

One way

=SUMPRODUCT(--(EXACT(A2:C2,A2)))=3


where the 3 columns are A, B and C


you can also use this array formula

=AND(EXACT(A2:C2,A2))

entered with ctrl + shift & enter)

--


Regards,


Peo Sjoblom


"Jason" wrote in message
...
I understand that the Exact formula can compare 2 columns. Is there a way
that I can compare 3 columns of data?

Thanks.

Jason



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
EXACT Formula needed? Big Rick Excel Discussion (Misc queries) 5 August 30th 06 02:58 PM
Compare Two Columns (Exact and Wildcard) Xavier Excel Worksheet Functions 4 August 15th 06 06:29 PM
Exact formula copy. Richard Excel Discussion (Misc queries) 2 December 20th 05 05:21 PM
EXACT formula Muks Excel Discussion (Misc queries) 4 July 29th 05 05:59 PM
MATCH function - 2 columns w/ SIMILAR, not EXACT data Jane Excel Worksheet Functions 3 March 5th 05 03:11 AM


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