I have a problem using VB which I'll try to explain:
In sheet A I have a table with :
column 1: dates (e.g. 01-01-2005) over a range of 3 years
column 2 till 8: numbers
In sheet B I have a row with dates (say row 1)
what I want to do is to use the date of row 1 in sheet B, look it up
in the table in sheet A and copy the values of the corresponding
numbers into sheet B row 2
For example:
Sheet B Cell(1,1) is 01-01-2005. I want to find the numbers
corresponding to that date in the table and paste the values in row 2
untill 9
An "If" function would take ages since the table contains data of 3
years. Anybody an efficient sollution? Thanks in advance.
In sheet A I have a table with :
column 1: dates (e.g. 01-01-2005) over a range of 3 years
column 2 till 8: numbers
In sheet B I have a row with dates (say row 1)
what I want to do is to use the date of row 1 in sheet B, look it up
in the table in sheet A and copy the values of the corresponding
numbers into sheet B row 2
For example:
Sheet B Cell(1,1) is 01-01-2005. I want to find the numbers
corresponding to that date in the table and paste the values in row 2
untill 9
An "If" function would take ages since the table contains data of 3
years. Anybody an efficient sollution? Thanks in advance.
Comment