ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Cell reference dependency (https://www.excelbanter.com/excel-programming/341103-cell-reference-dependency.html)

Jubelnar[_5_]

Cell reference dependency
 

Hi All
Is it possible to define a cell through a data input:

Example:
A1 is valued '145'
Then shown in A2 should be value from: C145

A1 is valued '250'
Then shown in A2 should be value from: C250

THANKS so much in advance...


--
Jubelnar
------------------------------------------------------------------------
Jubelnar's Profile: http://www.excelforum.com/member.php...o&userid=10517
View this thread: http://www.excelforum.com/showthread...hreadid=470732


Rob

Cell reference dependency
 
in cell A2, enter:
=indirect("C"&A1)
Rob

"Jubelnar" wrote:


Hi All
Is it possible to define a cell through a data input:

Example:
A1 is valued '145'
Then shown in A2 should be value from: C145

A1 is valued '250'
Then shown in A2 should be value from: C250

THANKS so much in advance...


--
Jubelnar
------------------------------------------------------------------------
Jubelnar's Profile: http://www.excelforum.com/member.php...o&userid=10517
View this thread: http://www.excelforum.com/showthread...hreadid=470732



Ron Coderre[_24_]

Cell reference dependency
 

Try something like this:

A2: =INDIRECT("C"&A1)

Does that help?

Regards,
Ro

--
Ron Coderr
-----------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...fo&userid=2141
View this thread: http://www.excelforum.com/showthread.php?threadid=47073


Jubelnar[_6_]

Cell reference dependency
 

Thanks!!!!


--
Jubelnar
------------------------------------------------------------------------
Jubelnar's Profile: http://www.excelforum.com/member.php...o&userid=10517
View this thread: http://www.excelforum.com/showthread...hreadid=470732



All times are GMT +1. The time now is 09:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com