All,
I have the following array formula which is working well
{=MIN(MMULT(IF($G12:J61="",10^10,$G12:J61),TRANSPOSE(COLUMN($G$1:J$1))^0))}
Until I try to add a filter to it...
{=MIN(MMULT(IF(OR($F$12:$F$61>COLUMN(A1),$G12:I61=""),10^10,$G12:I61),TRANSPOSE(COLUMN($G$1:I$1))^0))}
My goal is to have the formula check two things
In other words, I only want the calculation to take into account products that are constrained by the lead time in order to truly calculate the minimum number of units we can produce.
Thank you in advance for your help!
Jake
I have the following array formula which is working well
{=MIN(MMULT(IF($G12:J61="",10^10,$G12:J61),TRANSPOSE(COLUMN($G$1:J$1))^0))}
Until I try to add a filter to it...
{=MIN(MMULT(IF(OR($F$12:$F$61>COLUMN(A1),$G12:I61=""),10^10,$G12:I61),TRANSPOSE(COLUMN($G$1:I$1))^0))}
My goal is to have the formula check two things
- that the week in question is greater than the number of weeks in column 'F' where the value represents lead time
- that there are values in column G which represent products
In other words, I only want the calculation to take into account products that are constrained by the lead time in order to truly calculate the minimum number of units we can produce.
Thank you in advance for your help!
Jake
Last edited: