Using the outcome of cell A in a formula in cell B as a worksheet

  • Thread starter Thread starter Upgrade
  • Start date Start date
U

Upgrade

Cell A displays text based on an IF statement. for example: "Water"

I then have a worksheet titled "Water" and would like cell B to use the text
displayed in Cell A ("Water") to look at a cell reference on the "Water"
worksheet.

So the worksheet reference in cell B's formula is dynamically changing based
on the text in cell A.

Is this possible.

Thanks in advance for any help on this.
 
Look in HELP for the INDIRECT() function

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Cell A displays text based on an IF statement. for example: "Water"
|
| I then have a worksheet titled "Water" and would like cell B to use the text
| displayed in Cell A ("Water") to look at a cell reference on the "Water"
| worksheet.
|
| So the worksheet reference in cell B's formula is dynamically changing based
| on the text in cell A.
|
| Is this possible.
|
| Thanks in advance for any help on this.
 
=INDIRECT(A1&"!B9")

to get cell B9 from the sheet displayed in A1
 

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

Back
Top