C
carl
I have 2 sets of data like so:
Set1
Time Number
121033 5
122345 6
122744 7
Set2
Time Price
121028 1
121533 2
122240 3
122530 4
122645 5
I am trying to build a formula that will be in column 3 of data set1 that
will look at data set2 and pick the price that has time lessthan or equal to
the time on dataset1.
The result would like like so:
set1
Time Number Price
121033 5 1
122345 6 3
122744 7 5
Thank you in advance.
Set1
Time Number
121033 5
122345 6
122744 7
Set2
Time Price
121028 1
121533 2
122240 3
122530 4
122645 5
I am trying to build a formula that will be in column 3 of data set1 that
will look at data set2 and pick the price that has time lessthan or equal to
the time on dataset1.
The result would like like so:
set1
Time Number Price
121033 5 1
122345 6 3
122744 7 5
Thank you in advance.