Variable Referencing cells?

cpg39

New Member
Joined
Sep 8, 2017
Messages
2
I'm sorry, really couldn't think of how to phrase this question but here it goes:

So we all know you can have a formula reference another cell, so for ex: =c4*d5

But what I really want to accomplish is the following: =c(a1)*d5


to clarify, this would mean that if a1 contained the value "1", then the formula would function like: =c1*d5



Is this possible? It would be very helpful if I could pull it off somehow.

Thanks for all the help on my first post,

Colin
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Colin

INDEX is probably the best solution for your specific example but you could also consider INDIRECT.

=INDIRECT("C" & A1)*D5
 
Upvote 0
That works perfectly. Thanks for the speedy and simple response. Have a great night.

-Colin
 
Upvote 0

Forum statistics

Threads
1,224,824
Messages
6,181,187
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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