![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Feb 2002
Posts: 91
|
Want to create a cell referance like this,
A ref to a cell in with the row number given by a cell b3, something like this A(b3) where B3 is the row number, any ideas can it be done, whats the story with for loops can they run in excel. thanks for the help happy easter |
|
|
|
|
|
#2 | |
|
Join Date: Mar 2002
Posts: 22
|
Quote:
=INDIRECT("A" & B3) "whats the story with for loops can they run in excel" ......Yes. |
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,319
|
Want to create a cell referance like this,
A ref to a cell in with the row number given by a cell b3, something like this A(b3) where B3 is the row number, any ideas can it be done, whats the story with for loops can they run in excel. =INDIRECT("A" & B3) And: =OFFSET(A1,B3-1,0) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|