Using formula results from one cell to be identified as a TAB Name in another formula

S

scottso2000

Any assistance would be greatly appreciated.

I have one cell that uses a Data Validation List drop down box. Th
list of drop down items is Tab Names for other worksheets in tha
book.

I would like to take the results from the drop down and put that into
formula that would reference the tab selected.

Very Basic eg.

Valid Values:
Sheet1 $c$3 = "Blue"
Sheet2 $c$3 = "Green"
Sheet3 $c$3 = "Red"
**********************

Sheet4 Cell A2

Drop Down List: Sheet1
Sheet2
Sheet3

User select Sheet2 (the tab name)
**********************
Sheet4 Cell A3

=(User Selection results of A2) $c$3
**********************

I am trying to get the word Green in cell A3

Thanks,
Scot
 
F

Frank Kabel

Hi Scott
if your listbox result is in A2 use the following formula in A3
=INDIRECT("'" & A2 & "'!$C$3")
not the multiple apostrophes at the beginning (" ' ") and in the middle
(" ' !)
 
S

scottso2000

Thanks, works great. I am using this to do our activity based cos
model and based on the size, if/then statements and data reference
were getting out of control
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top