Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() MATCH returns the column number refering to the range. For the correct column number you have to start in A and 1 or you have to add the offset: myAddr = Evaluate("Address(MATCH(C1,A1:A9,0),MATCH(E1,A3:I3 ,0))") or myAddr = Evaluate("Address(MATCH(C1,A4:A9,0)+3,MATCH(E1,B3: I3,0)+1)") Regards Claus B. Thanks Claus. Clears that up, and seems to be working just fine. Howard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ActiveCell.Row & Column intersect | Excel Programming | |||
Select cell where column and row intersect. | Excel Programming | |||
Row column intersect | Excel Programming | |||
find a specific value in a column and write another column | Excel Discussion (Misc queries) | |||
How do I find where a column value and row value intersect? | Excel Worksheet Functions |