Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
DKerr
 
Posts: n/a
Default Get row number from another cell


Instead of using the link:

=Sheet1!A3

I would like the row number 3 to be taken from cell A1, something like

=Sheet1!A(A1)

but this doesn't work. Can anyone advise me of how to do this.

Thanks


--
DKerr
------------------------------------------------------------------------
DKerr's Profile: http://www.excelforum.com/member.php...o&userid=13087
View this thread: http://www.excelforum.com/showthread...hreadid=512170

  #2   Report Post  
Posted to microsoft.public.excel.misc
Ed Ferrero
 
Posts: n/a
Default Get row number from another cell

Hi DKerr,

If cell A1 contains the value 3
=ADDRESS(A1,1) gives $A$3
=INDIRECT(ADDRESS(A1,1) ) gives the value in the cell $A$3

The key is the ADDRESS function, look it up in Help for more info.

Ed Ferrero
Microsoft Excel MVP
http://www.edferrero.com


Instead of using the link:

=Sheet1!A3

I would like the row number 3 to be taken from cell A1, something like

=Sheet1!A(A1)

but this doesn't work. Can anyone advise me of how to do this.

Thanks


--
DKerr
------------------------------------------------------------------------
DKerr's Profile:
http://www.excelforum.com/member.php...o&userid=13087
View this thread: http://www.excelforum.com/showthread...hreadid=512170



  #3   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default Get row number from another cell

Think we could put it say, in Sheet2's B1:
=INDIRECT("'Sheet1'!A" & A1)
where in (Sheet2's) A1: 3

The above would return the same as the link: =Sheet1!A3
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"DKerr" wrote in
message ...

Instead of using the link:

=Sheet1!A3

I would like the row number 3 to be taken from cell A1, something like

=Sheet1!A(A1)

but this doesn't work. Can anyone advise me of how to do this.

Thanks


--
DKerr
------------------------------------------------------------------------
DKerr's Profile:

http://www.excelforum.com/member.php...o&userid=13087
View this thread: http://www.excelforum.com/showthread...hreadid=512170



  #4   Report Post  
Posted to microsoft.public.excel.misc
DKerr
 
Posts: n/a
Default Get row number from another cell


Thanks

For both replies, Max's suggestion seems to work best for mee.


--
DKerr
------------------------------------------------------------------------
DKerr's Profile: http://www.excelforum.com/member.php...o&userid=13087
View this thread: http://www.excelforum.com/showthread...hreadid=512170

  #5   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default Get row number from another cell

You're welcome !
Thanks for the feedback
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"DKerr" wrote in
message ...

Thanks

For both replies, Max's suggestion seems to work best for mee.



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
Can I make the number in one cell automatically appear elsewhere? holmeshouse Excel Worksheet Functions 2 August 17th 05 01:12 PM
First Number in a Cell Kelly O. Excel Worksheet Functions 4 August 14th 05 03:31 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
number formatted cell Pam Coleman Excel Discussion (Misc queries) 2 June 2nd 05 08:44 PM
Defining a number in a cell by text then subtracting it by the tex Crowraine Excel Worksheet Functions 1 December 16th 04 07:49 AM


All times are GMT +1. The time now is 03:12 AM.

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

About Us

"It's about Microsoft Excel"