Referencing Sheet Name in Formula

bsteeves

Active Member
Joined
Jul 17, 2008
Messages
393
In column A I have a list of about 350 tickers. Each ticker symbol has its own sheet. Is there a way to pull data from each respective sheet without manually typing out the formulas. For example:

A6=AFB

I want B6 = 'AFB'!A5

Do you think this calls for VBA?
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Dear bsteeves,

If all the values in the various sheets were in A5,

You could use this formula:

=INDIRECT("'"&A6&"'!A5")

When you type this in, it would go like this: equal sign, the word INDIRECT, open parenthesis, double quote, single quote, double quote, ampersand, A6, ampersand, double quote, single quote, explanation point, A5, double quote, close parenthesis.
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,895
Members
449,097
Latest member
dbomb1414

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