Forum

Notifications
Clear all

I want to insert the cell reference through formula within the formula

3 Posts
3 Users
0 Reactions
101 Views
(@bhau2393)
Posts: 1
New Member
Topic starter
 

Suppose the numbers in my excel sheet is coming from another excel sheet within the same workbook, then the numbers are linked with another sheet numbers. It has a link as "='Hyperion - Jan'!$Z$54" in formula bar which has a value of 32.8%.

Now I need to change this $Z$54 cell reference n number of times in various cells, so i was trying to insert this $Z$54 in my formula through the formula if Z & 54 is written in my excel in other cells for the reference. But i was stuck & not able to come up with the formula i want.

 
Posted : 29/03/2019 6:57 am
Philip Treacy
(@philipt)
Posts: 1629
Member Admin
 

Hi Bhavesh,

So what is it you actually want to do, you haven't really explained?  Change $Z$54 to some other cell reference?

Please supply the workbook so we might better understand the question.

Regards

Phil

 
Posted : 29/03/2019 8:18 am
(@sunnykow)
Posts: 1417
Noble Member
 

Are you referring to the INDIRECT function?

E.g. in cell A1 you have the text $Z$54. You can use INDIRECT($A$1) in all your formulas to reference the cell $Z$54.

If you decide to change the reference in A1 to $X$10 (for example) then the INDIRECT($A$1) will now reference cell $X$10.

 
Posted : 29/03/2019 9:52 pm
Share: