Read Text from One Cell to reference another Worksheet

TalmadgeHill

New Member
Joined
Aug 2, 2017
Messages
2
Okay, here is my situation and here is what I am trying to do. I hope there is a relatively simple solution.

I have a spreadsheet that lists all of the audiobooks I own and it is broken up by author. Each author has a worksheet. Each worksheet has the list of books and a total of the books I have listened to and the books I haven't listened to. I also have a summary page that has all the authors and how many from each author that I have or haven't read. For Example:

[Author] Stephen King

[Listened to] 18
[Unheard] 8

The formulas are shown below:

[Author] Stephen King

[Listened to] ='Stephen King'!$E$2
[Unheard] ='Stephen King'!$G$2

Where cell E2 and G2 on each author page totals the number of heard and unheard.


My question is:
Is there a way that I can just put the authors' name in the first cell, and the other two cells read that text, find the worksheet titled as that author, and then fill out the formula.

Basically replace 'Stephen King' with a generic formula, so I don't have to change the text each time I add a new author. I can just copy the formula to the new author rows and have it update.

Thank you!
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hia & welcome to the board
Assuming that the Author's name is in A Listened to in B & Unheard in C
in B2 =INDIRECT("'"&$A2&"'!$E$2")
in C2 =INDIRECT("'"&$A2&"'!$G$2")
 
Upvote 0
Hia & welcome to the board
Assuming that the Author's name is in A Listened to in B & Unheard in C
in B2 =INDIRECT("'"&$A2&"'!$E$2")
in C2 =INDIRECT("'"&$A2&"'!$G$2")


Thank you. That is exactly what I was looking for. Simple and easy. I haven't used that function before.:):)
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,248
Members
452,623
Latest member
cliftonhandyman

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