Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Is it possible to use a variable to designate the column in R1C1 format? If so, what is the proper way to do it? Example: R5C"my variable goes here" -- jim37055 ------------------------------------------------------------------------ jim37055's Profile: http://www.excelforum.com/member.php...o&userid=27788 View this thread: http://www.excelforum.com/showthread...hreadid=472969 |
#2
![]() |
|||
|
|||
![]()
One way:
=INDIRECT("R5C" & myVar,FALSE) Another way: =INDEX(R5,myVar) In article , jim37055 wrote: Is it possible to use a variable to designate the column in R1C1 format? If so, what is the proper way to do it? Example: R5C"my variable goes here" |
#3
![]() |
|||
|
|||
![]()
check out indirect() in help
"jim37055" wrote: Is it possible to use a variable to designate the column in R1C1 format? If so, what is the proper way to do it? Example: R5C"my variable goes here" -- jim37055 ------------------------------------------------------------------------ jim37055's Profile: http://www.excelforum.com/member.php...o&userid=27788 View this thread: http://www.excelforum.com/showthread...hreadid=472969 |
#4
![]() |
|||
|
|||
![]() Thanks guys, that worked. -- jim37055 ------------------------------------------------------------------------ jim37055's Profile: http://www.excelforum.com/member.php...o&userid=27788 View this thread: http://www.excelforum.com/showthread...hreadid=472969 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does my format keep changing in the cell? | Excel Discussion (Misc queries) | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
Office2000: Conditional format behaves strangely | Excel Discussion (Misc queries) | |||
why does currency format change to number format? | Excel Discussion (Misc queries) | |||
protecting format | Excel Discussion (Misc queries) |