N
Nick
I have a table like this:
Week date
1 132
1 133
2 0
2 134
2 135
I would like to get a match for the beginning of week 2,
that should be 134 here.
I tried this
=INDEX(date,MATCH(2,week,0)) but it returned me a 0. I
guess it needs a condition where date should be different
of 0, but I don't know how to put it
Can somebody help me on this?
Thx
Week date
1 132
1 133
2 0
2 134
2 135
I would like to get a match for the beginning of week 2,
that should be 134 here.
I tried this
=INDEX(date,MATCH(2,week,0)) but it returned me a 0. I
guess it needs a condition where date should be different
of 0, but I don't know how to put it
Can somebody help me on this?
Thx