EXACT Formula needed?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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)
 
Hi!

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

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

Biff
 
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.
 
Back
Top