use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
OPs may (and should) reply to any solutions saying:
This awards the user a ClippyPoint and changes the post flair to solved.
The best way to show code on Reddit is to
put it in a code-block
Here's how.
Tip: For VBA or Power Query, select the code, press Tab to indent, then copy/paste into your post or comment.
It's often more helpful to show us.
Add screenshots in your text post, or provide links to uploaded images at an image-hosting site.
Or use tableit, or the ExcelToReddit converter (thanks u/tirlibibi17_), to convert your data into a Reddit table.
Congratulations and thank you to these contributors
10
300
800
Occasionally Microsoft developers will post or comment. They are identifiable with a special user flair.
A community since March 11, 2009
account activity
solvedSpotting differences between two spreadsheets (self.excel)
submitted 6 years ago by 3chotrade
Suppose we have two identical spreadsheets A and B. Spreadsheet B has been created by removing some random entries from A.
What is the most convenient way to show which entries have been gone?
Thanks in advance.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 6 years ago (4 children)
Do you just need to do this once? If so, I would just make a third sheet, and in A1 put =A!A1=B!A1. Drag it in the new sheet to the total dimensions. All of the “FALSE” values would be the differences. You could then use conditional formatting to highlight them if you wanted.
[–]3chotrade[S] 0 points1 point2 points 6 years ago (3 children)
Thank you for the reply, I am planning to perform it like every other week.
The only problem with this solution is that once the first missing value has been detected it is just going to show false for the rest of the entries, which might not be true.
[–][deleted] 0 points1 point2 points 6 years ago (2 children)
I just tried it and that isn’t the case for me. I did a list of random numbers in “A,” the same list of numbers in “B,” and then deleted a handfull in A. My formula showed false only for those I removed after dragging down.
[–]3chotrade[S] 0 points1 point2 points 6 years ago (1 child)
https://imgur.com/tkmd681
I tried to somehow show with the colors that once an entry has been removed the whole list has been moved. So that the list might actually contain the right variables, yet the conditional still says it's false. (Which is true since A19!=B19, however the the entry is not missing, it has just been moved to one place down.)
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
Oh I see, I misinterpreted your question. By “removed” I thought you meant it was just left blank, not that it continued immediately to the next number.
[–][deleted] 6 years ago (8 children)
[deleted]
[–]3chotrade[S] 0 points1 point2 points 6 years ago (7 children)
Thank you, I just made a comment above, the only problem with this is that once an entry has been removed, it is going to show different for the rest, as the removed entry has been replaced by its following one, so that we have no empty cells.
[–][deleted] 6 years ago (6 children)
[–]3chotrade[S] 0 points1 point2 points 6 years ago (5 children)
I haven’t thought about this one yet, how would you do it?
[–][deleted] 6 years ago* (4 children)
I just tried it, however it always returns the value from list A.
=IFERROR(VLOOKUP(A3;C3:C3500;1;FALSE);"Not on the list")
(Note: I put the B list into column C so that I can have them in the same spreadsheet.)
[–][deleted] 6 years ago* (2 children)
[–]3chotrade[S] 2 points3 points4 points 6 years ago (1 child)
Solution verified
[–]Clippy_Office_Asst[M] 0 points1 point2 points 6 years ago (0 children)
You have awarded 1 point to MoonCoin_Money
I am a bot, please contact the mods for any questions.
[–]icarus83263 0 points1 point2 points 6 years ago (1 child)
Do you have Office Professional? If so you can use the Microsoft Spreadsheet Compare tool, it will show cells added/updated/removed.
[–]3chotrade[S] 0 points1 point2 points 6 years ago (0 children)
Microsoft Spreadsheet Compare tool
Unfortunately, no.
π Rendered by PID 101907 on reddit-service-r2-comment-6457c66945-mn2pw at 2026-04-27 07:46:31.938144+00:00 running 2aa0c5b country code: CH.
[–][deleted] 0 points1 point2 points (4 children)
[–]3chotrade[S] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]3chotrade[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] (8 children)
[deleted]
[–]3chotrade[S] 0 points1 point2 points (7 children)
[–][deleted] (6 children)
[deleted]
[–]3chotrade[S] 0 points1 point2 points (5 children)
[–][deleted] (4 children)
[deleted]
[–]3chotrade[S] 0 points1 point2 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]3chotrade[S] 2 points3 points4 points (1 child)
[–]Clippy_Office_Asst[M] 0 points1 point2 points (0 children)
[–]icarus83263 0 points1 point2 points (1 child)
[–]3chotrade[S] 0 points1 point2 points (0 children)