Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jon S
 
Posts: n/a
Default Is it possible to use a cell adress that is typed in a cell?

For example if I would type, say, "A1" into a cell, for example B1, could I
then somehow extract the value A1 from B1 and use that information to point a
function at A1?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sloth
 
Posts: n/a
Default Is it possible to use a cell adress that is typed in a cell?

I think you want the INDIRECT function.

Example:
A1: 21
B1: ="A"&ROW()
C1: =INDIRECT(B1)

B1 will output the text string "A1"
C1 will output 21.

"Jon S" wrote:

For example if I would type, say, "A1" into a cell, for example B1, could I
then somehow extract the value A1 from B1 and use that information to point a
function at A1?

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
Transfer Cell Formatting for linked cells Scott Excel Discussion (Misc queries) 2 November 23rd 05 11:04 PM
How to Copy the value of a cell to any given cell Memphis Excel Discussion (Misc queries) 4 October 21st 05 08:29 PM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
In Excell - How do you get infomation typed in one cell to appear. Kev Nurse Excel Discussion (Misc queries) 4 February 1st 05 11:44 AM
Excel merged cell - can it automatically expand as text is typed? Joanne (JAS) New Users to Excel 2 January 8th 05 12:11 AM


All times are GMT +1. The time now is 05:14 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"