![]() |
![]() |
|
|||||||
| 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 |
|
Guest
Posts: n/a
|
Sorry, I wasn't clear enought before. I meant the contents ofthe cell as described below:
I would like cell B10 to display the contents of the cell with Column A and (row 20 - the number in cell B9) Example: If cell B9 contains the value 3 I would like cell B10 to display the CONTENTS of cell A(20-3) or A17 Thanks. |
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=INDIRECT("A"&20-B9)
Note: It's best not to start a new thread. |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,319
|
Quote:
=INDIRECT("A"&20-B9) |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|