View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Matching address with two seperate worksheets

=IF(Sheet1!A1=Sheet2!A1,"Yes","No")
Use the AND function if you want to compare more than one pair of cells at a
time.
--
David Biddulph

"Christie" wrote in message
...
I want to compare the contents of one sheet to another. I need it to say
YES
if the name and address matches the name and address of the other
spreasheet
sheet. If it doesn't match to say no.


"Otto Moehrbach" wrote:

Christie
What do you mean by "match"? Do you want to compare the contents of
one
sheet with that of the other sheet to find a match if there is one? What
do
you want to happen or do when you find a match? HTH Otto
"Christie" wrote in message
...
I have two worksheets with names and address. How do I match these?