![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 15
|
HI
how do I exract only the row from a cell reference EG =+'OP JHB'!AI47 What would a code be for extracting only the 47 to a cell Thanks |
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Mar 2002
Posts: 1,805
|
Quote:
=ROW('OP JHB'!AI47) Eli |
|
|
|
|
|
|
#3 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
MrExcel MVP
Join Date: Mar 2002
Location: Kobe, Japan
Posts: 1,420
|
Hi Rasmas,
If you want to get it from only a cell reference, please try this.
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
#4 |
|
New Member
Join Date: May 2002
Posts: 15
|
HI
Thanks that does work But What I have is a spreadsheet that is a form and pull data from anther working sheet. But we constantly inserting lines in the working sheet. I need to extract the row from a cell in the from that refers to anther cell eg In a1 I have the Cell reference =+ImportWorksheet!R1017 Now this reference changes every time I need to extract 1017 into cell Z1 but cell A1 changes and I dont what to keep typing =row(...) Thanks |
|
|
|
|
|
#5 |
|
New Member
Join Date: May 2002
Posts: 15
|
HI colo
Thanks for the help, could you please check the "=get.cell(6,C1)" when i try to paste it in the cell d2 it tells me unknow function. What am I doing wrong Thanks Rasmas |
|
|
|
|
|
#6 |
|
Board Regular
Join Date: May 2002
Location: Gothenburg, Sweden
Posts: 74
|
If you want to have a reference to a specific cell, you just have to type
=ROW(ImportWorksheet!R1017) Don't you? Or possibly =ROW(INDIRECT(A1)) _________________ /Niklas Jansson [ This Message was edited by: Vas on 2002-05-08 02:44 ] |
|
|
|
|
|
#7 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Kobe, Japan
Posts: 1,420
|
Hi Rasmas,
I've sent a sample file to you just now. |
|
|
|
|
|
#8 | |||||||||||||||||||||||||||||||||||||||||||||||||
|
MrExcel MVP
Join Date: Feb 2002
Location: Millbank, London, UK
Posts: 1,790
|
Quote:
|
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|
#9 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Kobe, Japan
Posts: 1,420
|
Thanks Chris,
I've just made the code. Does anyone want it? |
|
|
|
|
|
#10 |
|
Board Regular
Join Date: Mar 2002
Location: Hellas
Posts: 553
|
Hello Colo
Nice design pass me the code please . My email is in your private folder Thanks |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|