Last few weeks at work have been really hectic and full of activity. I had to go to Bangalore 4 times for some workshops and project issues. I was also busy with my US visa processing formalities.
I am moving to US for a few months starting tonight. My wife will join me later during December. I am hoping to return to Chennai by next year, October types, but it could take longer.
So this is going to breathe a new life in to PHD, chronicles from another foreign land are going to be loaded here on regular basis along with all the usual tidbits of commentary on business and technology. I will write a detailed mail about my travel once I go there.
Btw, just in case you are wondering, I will be going to Columbus, Ohio.














One Response to “How to compare two Excel sheets using VLOOKUP? [FREE Template]”
Maybe I missed it, but this method doesn't include data from James that isn't contained in Sara's data.
I added a new sheet, and named the ranges for Sara and James.
Maybe something like:
B2: =SORT(UNIQUE(VSTACK(SaraCust, JamesCust)))
C2: =XLOOKUP(B2#,SaraCust,SaraPaid,"Missing")
D2: =XLOOKUP(B2#,JamesCust, JamesPaid,"Missing")
E2: =IF(ISERROR(C2#+D2#),"Missing",IF(C2#=D2#,"Yes","No"))
Then we can still do similar conditional formatting. But this will pull in data missing from Sara's sheet as well.