Hello,
please I need help with one problem.
I have currency list for a period and specific dates I need to get the currency for.
E.g.
A B
24.07.2017 7,4098 kn
21.07.2017 7,4110 kn
20.07.2017 7,4103 kn
19.07.2017 7,4143 kn
13.07.2017 7,4138 kn
11.07.2017 7,4111 kn
If date is e.g. 19.07.2017 (in A8) the searched value, with vlookup formula VLOOKUP(A8; $A$1:$B$6;2;FALSE) (in B8) would give 7,4143 kn.
But when I have e.g. 23.7.2017 the vlookup function displays #n/a, because for that date there is no currency value. In these cases, how can I edit formula to search for first previous valid date and displays currency value from that date? In this case this would be 21.7.2017 and value I would need is 7,4110kn.
I assume it is simple solution, but....
thx!!
please I need help with one problem.
I have currency list for a period and specific dates I need to get the currency for.
E.g.
A B
24.07.2017 7,4098 kn
21.07.2017 7,4110 kn
20.07.2017 7,4103 kn
19.07.2017 7,4143 kn
13.07.2017 7,4138 kn
11.07.2017 7,4111 kn
If date is e.g. 19.07.2017 (in A8) the searched value, with vlookup formula VLOOKUP(A8; $A$1:$B$6;2;FALSE) (in B8) would give 7,4143 kn.
But when I have e.g. 23.7.2017 the vlookup function displays #n/a, because for that date there is no currency value. In these cases, how can I edit formula to search for first previous valid date and displays currency value from that date? In this case this would be 21.7.2017 and value I would need is 7,4110kn.
I assume it is simple solution, but....
thx!!