It is Easter time in Denmark and Sweden. In Scandinavia, Easter is the most celebrated time of the year. So we have a 5 day holiday at work.
Few of my colleagues and me are going on a train trip to Copenhagen, Hamburg and Cologne (Germany), Amsterdam (Netherlands) and if possible to Brussels (Belgium).
But that shouldn‘t leave you in the cold. So we have an Easter egg for you, hidden in this post. Find out the URL and click on it and you will be treated with a secret treasure of excel and charting tips. Savor them while I am on a cross country trip.
Happy Easter Weekend Everyone…














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.