Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A1 contains a number like 13.
Let's say I want a cell to contain what is in cell O13. How do I create a reference such that the column is "O" and the row number comes from the contents of A1? Something like =O(A1) would return what is in O13. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INDIRECT("O"&A1)
-- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- wrote in message ups.com... A1 contains a number like 13. Let's say I want a cell to contain what is in cell O13. How do I create a reference such that the column is "O" and the row number comes from the contents of A1? Something like =O(A1) would return what is in O13. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Earl Kiosterud wrote: =INDIRECT("O"&A1) -- Earl Kiosterud www.smokeylake.com I could kiss you. Thanks! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A woman said that to me once. I said "I'm game." So she shot me.
-- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- wrote in message oups.com... Earl Kiosterud wrote: =INDIRECT("O"&A1) -- Earl Kiosterud www.smokeylake.com I could kiss you. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Preserving Cell References | Excel Discussion (Misc queries) | |||
Auto-increment data source cell references when copying charts | Excel Discussion (Misc queries) | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
Creating a cell name from another cell | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |