This is going to be extra hard, as my excel is in Norwegian, but I'll try my best to describe it;
I am currently using the SUM-IF command (probably not the actual name, but that's how it would translate.) Basically, it works like so;
=SUM-IF(Area; Criteria; Sum-Area)
Area = Area for evaluation
Criteria = Criteria a cell has to meet in the area
Sum-Area = Area in which the cells to be summed lie.
Sooo....
=SUM-IF(A1:A10; 12; D1:D10)
Would check the area A1:A10 for cells with the value of twelve. If Twelve is found, it will sum up the corresponding cells from the Sum-Area.
If A2, A3 and A7 had 12, the cell with said formula would be 2+D3+D7
yeah.....
anyway, what I want to do is limit the selection to the LAST SIX instances where the criteria is met.
If A2, A3, A4, A6, A7, A8, A9 and A10 had the value "12", I'd only want A4, A6, A7, A8, A9 and A10 (and thus their D counterparts) considered.
lulz. Any idea?