Hi, I have a list of weekly dates in Column A and Costs in Column C. I am trying to find the lowest value of C if the date is before this week (as the values constantly go up, using min gives a misleading result as every week starts at £0.
My formula (array) is as follows:
<k11,c:c,""))[ code]<k11,c:c,""))}[="" code]
Where K11 is a date 5 days ago... this ensures that the data it pulls is from the correct set of A:A.
However, this keeps giving a value of 0 - and the VLOOKUP for the value shows this week rather than any previous week. If I change the sign to > it works (showing next week as the first zero), but can't get it to work for past dates.
Any ideas anybody?
Thanks in advance.</k11,c:c,""))[>
My formula (array) is as follows:
<k11,c:c,""))[ code]<k11,c:c,""))}[="" code]
Code:
=MIN(IF(A:A < K11,C:C,""))
However, this keeps giving a value of 0 - and the VLOOKUP for the value shows this week rather than any previous week. If I change the sign to > it works (showing next week as the first zero), but can't get it to work for past dates.
Any ideas anybody?
Thanks in advance.</k11,c:c,""))[>
Last edited: