Concatenate

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Here is my problem; (Amongst many)

Sheet2 is named Cindy and in cell b12 is the value $100

In Sheet1 cell a1 = Cindy. Also in Sheet1 I would like to write a formula
that uses cell a1 to get the sheet name (Cindy) and combine it with B12 to
return the value $100.

Any help will be greatly appreciated. Thanks.
 
=INDIRECT("'"&A1&"'!B12")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Bob - Thank you. It worked perfect.

Bob Phillips said:
=INDIRECT("'"&A1&"'!B12")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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