Scripting Dictionary as a vlookup

SamPaulRoger

New Member
Joined
Jul 28, 2018
Messages
12
Hi,

I was wondering if it is possible to create a scripting dictionary that is equivalent to a vlookup for a report that I am trying to create. Basically I have my Sheet1 where I have my list of "ID" then some other data, and the new amount, which is taken from from Sheet8 - a data dump I get every day. I have been using a formula, however, I am trying to improve this process a little more as the data set is several thousand rows, which is time consuming to calculate and recalculate every time a value is changed within the workbook. My objective is to make this a quick and easy data pull where other people do not have to be concerned about formulas. Any help would be greatly appreciated.

Sheet1

[TABLE="width: 150"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Other_Data[/TD]
[TD]New_Amount[/TD]
[/TR]
[TR]
[TD]ABC123[/TD]
[TD][/TD]
[TD]221[/TD]
[/TR]
[TR]
[TD]DEF456[/TD]
[TD][/TD]
[TD]333[/TD]
[/TR]
[TR]
[TD]QWE001[/TD]
[TD][/TD]
[TD]25[/TD]
[/TR]
</tbody>[/TABLE]


Sheet8 (Data dump)

[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Other_Data[/TD]
[TD]Other_Data[/TD]
[TD]New_Amount[/TD]
[/TR]
[TR]
[TD]abc123[/TD]
[TD][/TD]
[TD][/TD]
[TD]221[/TD]
[/TR]
[TR]
[TD]DEF456[/TD]
[TD][/TD]
[TD][/TD]
[TD]333[/TD]
[/TR]
[TR]
[TD]QWE001[/TD]
[TD][/TD]
[TD][/TD]
[TD]25[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,223,162
Messages
6,170,432
Members
452,326
Latest member
johnshaji

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