lookup with a twist

frankandsteph

New Member
Joined
Aug 22, 2018
Messages
15
So I have a dynamic lookup I need some help with. I have some vba code that heads out to a network drive and brings in multiple sheets from dozens of workbooks. It then creates a list of sheet names in column B of my 'summary' sheet. The next time I run it it clears out all the old sheets and brings them back in to this master workbook and recreates by list of sheet names.

What I would like to do is, after everything is copied in, place the last value in column C of all the sheets next to its name on my summary page. Seems simple, but since the tab names are dynamic I can't hard code into a lookup.

I am using this to grab the minimum value, but I can't seem to make the leap to get the last value in C
=IFERROR(MIN(INDIRECT(B4&"!I:I")),"")

Any thoughts?

-Frank
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,216,360
Messages
6,130,175
Members
449,562
Latest member
mthrasher16

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