Using Excel to identify changes in data

nancy67

New Member
Joined
Feb 28, 2010
Messages
5
I have an Excel spreadsheet that I dump my accounting balances into (ie all assets, liabilities and revenue and expense accounts for my company) I then link these to various documents to produce the financial statements. I am always adding new accounts and I want a way to have Excel compare a new dump of my account balances with the existing dump and identify any new accounts (looking at the unique account code which is in both lists). How can I do this?
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Take a look at the VLOOKUP function in Excel's built-in help files. This will show you how you can look up a code, and return a corresponding value for that code. So you can compare your new and old values.
 
Upvote 0
Thanks. I tried that and I keep getting a REF response... why would this be? Formula I put in was =Vlookup(reference to cell to compare, range of cells to compare to, 4, False). 4 is just the location of the account name.
 
Upvote 0
Thanks... I just solved my problem... I put in a wrong reference and when fixed worked perfect. Thanks so much for your help. Nancy
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,289
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top