I need to compare two spread sheets and come up with the names that are not on both. any ideas ?
I need to compare two spread sheets and come up with the names that are not on both. any ideas ?
use a helper formula like:
=Isnumber(match(a1,B:B,0))
where A1 is to be searched in column B... if a match occurs result is TRUE else it is FALSE
Then you can filter for the FALSE results and copy/paste elsewhere
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Hi
Take a look to the attach file.
Is this what are you looking for?
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
would that work for two different spread sheets ? and would i use that syntax exactly ? can i output it to a excel file ?
yes that looks good, can single click sort with that ?
Sorry, but because English is not my first language, I did not understand your question.
Can you say it with other words?
what formula did you use for that
If you look in Sheet 2, column B, you will see the formula(click on a cell there)
In any case the formula is:
Is it OK?![]()
Please Login or Register to view this content.
In cell B2 of sheet 2 enter this formula :
End by Crtl + shift + EnterPHP Code:
=LOOKUP(REPT("z",255),CHOOSE({1,2},"",INDEX($A$1:$A$7,MATCH(1,(COUNTIF($B$1:B1,$A$1:$A$7)=0)*(COUNTIF(Sheet1!$A$1:$A$7,Sheet2!$A$1:$A$7)=0),0))))
Plz, See attach file - thanks
Last edited by sunflowers; 11-18-2011 at 01:35 AM. Reason: edit Funtion word --- Formula
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks