How do I find only the singular rows in a sheet with duplicates?

A

Alli

I have two sheets. One from the previous day and one from today. (This is a
daily thing.) Somewhere between yesterday and today, certain rows have been
deleted. I need to know which rows were deleted.

Deleting duplicates leaves me with the sheet from yesterday.

Filtering unique records does the same thing.

Help?

Thank you =)
 
B

Bob Phillips

In an adjacent column in the yesterday sheet, add this formula

=IF(COUNTIF('today'!$A$1:$A$100,A1)=0,"Deleted","")

and copy down. You c an then filter on deleted items.
 
B

bj

I am a little confused. in that you say deleting duplicates leaves the sheet
from yesterday. do you mean that taking todays sheet , and deleting
everything which was on yesterdays sheet, you still have a copy of
yesterday's sheet?

do you mean deleting duplicates from yesterdays sheet doesn't delete anything?

Is someone else deleting the rows? or is it being done automatically?

could you just fill a column each day with a series and just look for
missing numbers the next day?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top