Easy Question?

msimone

New Member
Joined
Sep 30, 2006
Messages
17
If I have the text "B2" entered into cell A1 and in cell B2 I have the value 5...is there anyway to construct a formula where I reference A1 but it calculates it as 5?

Essentially I want the formula to look at cell A1 and have it point to the value of B2 when I do my calculation. Is this poppycock?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
You're awesome! Thanks Domenic!

Another (probably) stupid question, can you use =INDIRECT across worksheets?
 
Upvote 0
You're very welcome! If A1 contains ''Sheet2'!B2...

=INDIRECT(A1)

Or, if A1 contains B2...

=INDIRECT("'Sheet2'!"&A1)

Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,214,821
Messages
6,121,755
Members
449,049
Latest member
excelknuckles

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