Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default EXACT Formula needed?

Hello Folks.
I have two grids of 81 cells. (A1:I9 and A11:I19)
What I would like is a formula in L10 is that if all 81 cells in A1:I9
exactly match the contents of A11:I19 then show the contents of Z11. Each
cell can contain a single number or letter.
I have tried =(EXACT(A1:I9,A11:I19)) but this only worked for the first cell.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 299
Default EXACT Formula needed?

Do you mean that all values in A1:I9 are different from each other but you
want to check that if for instance B1 is exact to B11?


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(remove ^^ from email)


"Big Rick" wrote in message
...
Hello Folks.
I have two grids of 81 cells. (A1:I9 and A11:I19)
What I would like is a formula in L10 is that if all 81 cells in A1:I9
exactly match the contents of A11:I19 then show the contents of Z11. Each
cell can contain a single number or letter.
I have tried =(EXACT(A1:I9,A11:I19)) but this only worked for the first
cell.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 299
Default EXACT Formula needed?

Try this

=IF(SUMPRODUCT(--(EXACT(A1:I9,A11:I19)))=81,Z11,"Not exact")

--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(remove ^^ from email)


"Peo Sjoblom" wrote in message
...
Do you mean that all values in A1:I9 are different from each other but you
want to check that if for instance B1 is exact to B11?


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(remove ^^ from email)


"Big Rick" wrote in message
...
Hello Folks.
I have two grids of 81 cells. (A1:I9 and A11:I19)
What I would like is a formula in L10 is that if all 81 cells in A1:I9
exactly match the contents of A11:I19 then show the contents of Z11. Each
cell can contain a single number or letter.
I have tried =(EXACT(A1:I9,A11:I19)) but this only worked for the first
cell.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default EXACT Formula needed?

Hi!

EXACT means that "a" does not match "A".......

=IF(SUMPRODUCT(--(EXACT(A1:I9,A11:I19)))=81,Z11,"")

Biff

"Big Rick" wrote in message
...
Hello Folks.
I have two grids of 81 cells. (A1:I9 and A11:I19)
What I would like is a formula in L10 is that if all 81 cells in A1:I9
exactly match the contents of A11:I19 then show the contents of Z11. Each
cell can contain a single number or letter.
I have tried =(EXACT(A1:I9,A11:I19)) but this only worked for the first
cell.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default EXACT Formula needed?

Try this:

=IF(SUMPRODUCT(--EXACT(A1:I9,A11:I19))=81,Z11,"Not Exact")

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Big Rick" wrote in message
...
Hello Folks.
I have two grids of 81 cells. (A1:I9 and A11:I19)
What I would like is a formula in L10 is that if all 81 cells in A1:I9
exactly match the contents of A11:I19 then show the contents of Z11. Each
cell can contain a single number or letter.
I have tried =(EXACT(A1:I9,A11:I19)) but this only worked for the first
cell.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default EXACT Formula needed?

You must all live on the planet Genius. I will have to go there on my holidays.
Thank you very much. Exactly what I needed.
--
Big Rick


"RagDyer" wrote:

Try this:

=IF(SUMPRODUCT(--EXACT(A1:I9,A11:I19))=81,Z11,"Not Exact")

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Big Rick" wrote in message
...
Hello Folks.
I have two grids of 81 cells. (A1:I9 and A11:I19)
What I would like is a formula in L10 is that if all 81 cells in A1:I9
exactly match the contents of A11:I19 then show the contents of Z11. Each
cell can contain a single number or letter.
I have tried =(EXACT(A1:I9,A11:I19)) but this only worked for the first
cell.

Your help is and always has been very much appreciated.
Thanking you in anticipation.
--
Big Rick



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
LOOKUP Formula help needed Weasel Excel Discussion (Misc queries) 1 March 21st 06 10:13 PM
Copy exact value from one cell to new formula in another cell asg2307 Excel Discussion (Misc queries) 2 February 6th 06 09:33 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


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