Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
eg. if c5=3 a[c5] should give me the contents of a3 like in any high level language |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Excel does not treat a column as an array (table) so when C5=3, the formula
=A[C5] means nothing. However, the formula =INDIRECT("A"&C5) will be equivalent to =A3 when C5 has value 3 best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "sudhakar" wrote in message ... Hi, eg. if c5=3 a[c5] should give me the contents of a3 like in any high level language |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try something like this:
=INDIRECT("A"&C5) Does that help? *********** Regards, Ron XL2002, WinXP-Pro "sudhakar" wrote: Hi, eg. if c5=3 a[c5] should give me the contents of a3 like in any high level language |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Conversion of Cell Contents into a Functional Worksheet name ? | Excel Worksheet Functions | |||
cell color index comparison | New Users to Excel | |||
Function syntax to compare cell contents | Excel Worksheet Functions | |||
Adding contents of one cell to a range of cells. | Excel Worksheet Functions |