Did you know you can Calculate Pi by throwing Frozen Hotdogs !
Neither did I until recently.
But better than that is that you don’t need to go to the freezer to get the Hotdogs, you can do it all in Excel.
I recently wrote a post detailing how to develop a model to calculate Pi by simulating throwing hotdogs using Excel.
You can read about the Excel techniques used to make this simulation here: http://www.excelhero.com/blog/2014/11/calculate-pi-by-throwing-hotdogs.html















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.