Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I need use something like: new = range("A" + x & 2).value when x = 2 then I need this result new = range("B" & 2).value Is this somehow possible? Thanks Tom |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the Cells object instead
new = Cells(2, 1 + x).Value -- Regards, Juan Pablo González "TJF" wrote in message ... Hello, I need use something like: new = range("A" + x & 2).value when x = 2 then I need this result new = range("B" & 2).value Is this somehow possible? Thanks Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
divide column(x) by column(y) to give column(x/y) in excel? | New Users to Excel | |||
Referencing date column A & time column B to get info from column | Excel Discussion (Misc queries) | |||
Return text in Column A if Column B and Column K match | Excel Worksheet Functions | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Discussion (Misc queries) | |||
formula : =(column A)+(column B)-(column C). Why won't it work? | Excel Discussion (Misc queries) |