Over the past 3 weeks we have been able to showcase some Excellent Excel Tips, Tricks, Cheats and Hacks from some of the best excel practitioners on the planet.
These Excel Tips, Tricks, Cheats and Hacks were published in the following posts:
Excel Tips, Tricks, Cheats & Hacks – Microsoft MVP Edition
Excel Tips, Tricks, Cheats & Hacks – Chandoo.org Excel Ninja Edition
Excel Tips, Tricks, Cheats & Hacks – Notable Excel Sites Edition
But now it is your turn !
Next week we will be highlighting what is Your favorite Excel Tips, Tricks, Cheats and Hacks.
These will be compiled and published with worked examples this time next week together with your name and any other details you want included.
You can either:
- Leave a comment below with your tip and details;
- Start a Conversation with me in the Chandoo.org Forums, or
- Email me directly to: ihuitson at gmail dot com.
All Excel Tips, Tricks, Cheats and Hacks posted in the comments of the above 3 posts will automatically be included:














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.