Festus Hagen
New Member
- Joined
- Aug 1, 2011
- Messages
- 40
Hi All,
VBA, Excel97
I'm sure this has been asked a zillion times yet I am unable to find the answer, I suspect I'm searching for the wrong terms ...
Highly possible I'm going about this the wrong way as well!
Locating an intersecting cell within a range using row and column number in relation to the upper left corner of the named range.
Explaination:
Lets say ya have a named range that covers cells X50:AH60.
X50 = Col1, Row1
AH60 = Col11, Row11
Using Row number and Column number how do you locate the cell in Row3,Column3 (in relation to the upperleft of the named range) ...
This range moves around, so using worksheet rows and columns doesn't work ...
Here is what I am doing, In case I am going about this the wrong way...
I have one table 'Data', with column headers and row headers ... Rows=Names, Columns=Dates
Another table 'NewData' with NEW data, that needs to be placed in the 'Data' table in the appropriate cells.
The 'NewData' table has one Date cell (each 'NewData' table import is a different date), and two columns containing: Name and Value.
Using the Date from table 'NewData' to find the column in table 'Data' ...
Using the Name from table 'NewData' to find the row in table 'Data' ...
Thus the intersection as to where 'NewData!Value' can be placed!
Thanks all
-Enjoy
fh <font color="#FF0000">:</font> )_~
VBA, Excel97
I'm sure this has been asked a zillion times yet I am unable to find the answer, I suspect I'm searching for the wrong terms ...
Highly possible I'm going about this the wrong way as well!
Locating an intersecting cell within a range using row and column number in relation to the upper left corner of the named range.
Explaination:
Lets say ya have a named range that covers cells X50:AH60.
X50 = Col1, Row1
AH60 = Col11, Row11
Using Row number and Column number how do you locate the cell in Row3,Column3 (in relation to the upperleft of the named range) ...
This range moves around, so using worksheet rows and columns doesn't work ...
Here is what I am doing, In case I am going about this the wrong way...
I have one table 'Data', with column headers and row headers ... Rows=Names, Columns=Dates
Another table 'NewData' with NEW data, that needs to be placed in the 'Data' table in the appropriate cells.
The 'NewData' table has one Date cell (each 'NewData' table import is a different date), and two columns containing: Name and Value.
Using the Date from table 'NewData' to find the column in table 'Data' ...
Using the Name from table 'NewData' to find the row in table 'Data' ...
Thus the intersection as to where 'NewData!Value' can be placed!
Thanks all
-Enjoy
fh <font color="#FF0000">:</font> )_~