B
bojan0810
So I have this formula.
=INDEX(All!$A$7:$F$10,MATCH(1,(All!$A7:$A10=L2)*(All!$E7:$E10=MAX(IF(All!$E7:$E10<=H1,All!$E7:$E10))),0),6)
and its working fine like this, but if I change it to bigger list
=INDEX(All!$A$7:$F$100,MATCH(1,(All!$A7:$A100=L2)*(All!$E7:$E100=MAX(IF(All!$E7:$E100<=H1,All!$E7:$E100))),0),6)
then it isnt working at all. Can someone explaine me why? It is really annoying I must say.
list is full, every row has same format, etc.
Basically, it is pulling out data based on one condition and other condition is date that must be greater then date in list. Greater then "max" date...
=INDEX(All!$A$7:$F$10,MATCH(1,(All!$A7:$A10=L2)*(All!$E7:$E10=MAX(IF(All!$E7:$E10<=H1,All!$E7:$E10))),0),6)
and its working fine like this, but if I change it to bigger list
=INDEX(All!$A$7:$F$100,MATCH(1,(All!$A7:$A100=L2)*(All!$E7:$E100=MAX(IF(All!$E7:$E100<=H1,All!$E7:$E100))),0),6)
then it isnt working at all. Can someone explaine me why? It is really annoying I must say.
list is full, every row has same format, etc.
Basically, it is pulling out data based on one condition and other condition is date that must be greater then date in list. Greater then "max" date...