FORMULA TO HIGHLIGHT CHANGES TO INFORMATION & insert new information

juliew1961

New Member
Joined
Apr 12, 2017
Messages
3
Hi, I have a large spreadsheet and I am sent information to update equipment numbers and other information contained within it.

I can provide a sample of the spreadsheet. Staff send in a copy of the information with manually highlighted fields and changed equipment names and numbers etc. I have to make note of the changes into a connector however highlight if a number in the spreadsheet changes.

Can someone help me with a formula to do a vlookup or hlookup to make this a faster process? There are 250,000 lines/equipment in the original excel spreadsheet that I have to check.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi, I have a large spreadsheet and I am sent information to update equipment numbers and other information contained within it.

I can provide a sample of the spreadsheet. Staff send in a copy of the information with manually highlighted fields and changed equipment names and numbers etc. I have to make note of the changes into a connector however highlight if a number in the spreadsheet changes.

Can someone help me with a formula to do a vlookup or hlookup to make this a faster process? There are 250,000 lines/equipment in the original excel spreadsheet that I have to check.

Please post an example.

J.Ty.
 
Upvote 0
If you need to ID cells that have been manually colored, then no formula can do that, you will need VBA.

to find the row where a change was made, use MATCH...
=if(iserror(MATCH(A1,'[file-name.xlsm]sheet-name'!$A$1:$A$25,0))"Change","")
adjust ranges, file and sheet names to suite
 
Upvote 0

Forum statistics

Threads
1,224,824
Messages
6,181,186
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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