I have been wanting an ipod for almost two and half years now. Somehow the need vanished after I got my Walkman phone. Even then I came close to buying one at several occasions during my duty free shopping spree. I almost paid with traveler checks for an ipod at Changi airport sometime back. Somehow I held the temptation back when I heard the exchange rate.
Well, no more wait, I purchased this beautiful 4 gig nano day before yesterday from walmart. 🙂













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.