I´m having a problem figuring this formula out. I have a formula that count how many services we have that are over 20 days old + a few other citeria. Now i´m trying to get the date of the oldest service.
This is the formula that i use to count the number of old services.
=SUMPRODUCT((G!$A$2:$A$6000=$B4)*(NOT(G!$I$2:$I$6000="Valmis/Odottaa nouto"))*(NOT(G!$I$2:$I$6000="Valmis, toimitettu"))*(NOT(G!$I$2:$I$6000="Finished/WaitingDeli"))*(Päivämääärät!$C$1-G!$C$2:$C$6000>Päivämääärät!$I$3))
I just cant figure out how to get the min function in the so that it would work and give me the date for the oldest service. Could someone please help me.
Bookmarks