Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
inter-dependency kc Excel Worksheet Functions 1 February 13th 09 03:52 AM
dependency changes after row insert John Excel Discussion (Misc queries) 1 January 14th 08 10:22 AM
Drop down dependency stuff Pasty Excel Worksheet Functions 2 November 13th 06 10:13 AM
Intersect Operator vs Explicit Cell References and the Dependency Adam Excel Programming 3 April 29th 05 04:41 PM
dependency protected cells Mario[_5_] Excel Programming 1 September 17th 03 09:01 PM


All times are GMT +1. The time now is 02:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"