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

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

mgirvin

Well-known Member
Joined
Dec 15, 2005
Messages
1,226
Office Version
  1. 365
Platform
  1. Windows
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,195,663
Messages
6,011,013
Members
441,579
Latest member
satishrazdhan

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
Top