Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the problem. I have sheet with some data organized in few columns
and I want to reference values from that table in dependence of the first value in row. Is it possible? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have a look at the MATCH worksheet function
-- Don Guillett SalesAid Software "John Smith" wrote in message ... I have the problem. I have sheet with some data organized in few columns and I want to reference values from that "table" in dependence of the first value in row. Is it possible? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don Guillett wrote:
Have a look at the MATCH worksheet function This is promising... And how could I do referencing on field when I now that is "A5"? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If A1 contains the string "A5" and you want to display or use the value in
A5 in another cell, then in the other cell, put in the formula =Indirect(A1) -- Regards, Tom Ogilvy "John Smith" wrote in message ... Don Guillett wrote: Have a look at the MATCH worksheet function This is promising... And how could I do referencing on field when I now that is "A5"? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi John,
Look at the Offset Property in VBA help. --- Regards, Norman "John Smith" wrote in message ... I have the problem. I have sheet with some data organized in few columns and I want to reference values from that "table" in dependence of the first value in row. Is it possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date refrencing | Excel Worksheet Functions | |||
Formular for refrencing two referances | Excel Worksheet Functions | |||
Refrencing cell formulas in a new worksheet | Excel Worksheet Functions | |||
Refrencing and Linking Worksheets | Excel Worksheet Functions | |||
Refrencing an entire worksheet? | Excel Discussion (Misc queries) |