I have the following data:
I want to match the Date
and Value
col to the Mapped Date
and Value
colume:
I am doing this with:
=COUNTIFS($A:$A;E2;$B:$B;F2)
However that does not give me the Higher/Lower colume which I want to map. Basically it should look like the expected results
col.
Any suggestions how to map this value?
I appreciate your answer!
PS.: One problem with just using:
=IF(COUNTIFS($A:$A;E8;$B:$B;F8);C8;"")
the value in row 20
gets marked with 0 because the if goes sequentially...