I flew to Mumbai on monday morning on some work, would be here till Thursday. If any of you my friends or campusmates would like to catch up drop me a mail at chandoo dot d at gmail dot com or call me 98 eight four 71 seven zero 72. Cya!
Related: Best Mumbai Eatouts, Theobroma Delicacies, A date with just another Mumbai Bar
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.