Hi folks,
I am excited to announce Awesome August. It is a month-long effort to make you awesome in various aspects of Excel.

Awesome August… What is it?
For each and every day of August 2015, I am going to publish a new piece of content – an Excel tip, a formula technique, a charting solution or a productivity booster. 31 days – 31 pieces of awesome content.
Sounds Yummy? Participate in Awesome August:
There are 4 ways to participate in Awesome August
- Sign-up to Chandoo.org newsletter. Get weekly emails with links to all the Awesome August content.
- Comment & Win: Comment on any of the Awesome August posts. 31 random commenters will each get $31 Amazon gift-card.
- Follow Awesome August in social media – on twitter, facebook, youtube and iTunes
- Ask your friends & colleagues to participate. Send them to Chandoo.org/AwesomeAugust
So what next?
We just wait. 3 more days…














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.