Special thanks to T. Valko for helping me with my prior thread.
I need to take his advice a step further.
This is the formula he provided (updated to meet my specific needs):
=SUMPRODUCT(--('3-FactoryCalculation'!$L$3:'3-FactoryCalculation'!$L$5000=1),--('3-FactoryCalculation'!$C$3:'3-FactoryCalculation'!$C$5000="Base"),--(TEXT('3-FactoryCalculation'!$R$3:'3-FactoryCalculation'!$R$5000,"mmmyyyy")=TEXT(NOW(),"mmmyyyy")))
It only counts projects on Sheet 'FactoryCalculation' if:
Column L has value of 1
Column C has value "Base"
Column R has a date which falls within the present calendar month, whatever month that may be.
Is it possible to use this sort of formula to only count projects in that same sheet where:
Column L has value of 1
Column C has value of "Base"
and Column R has a date which falls within the PREVIOUS month, i.e. the month that is always just prior to the present calendar month
This is required so that every month when we have our monthly Operations Review, we can easily look at all data for the entirey of the previous month.
I need to take his advice a step further.
This is the formula he provided (updated to meet my specific needs):
=SUMPRODUCT(--('3-FactoryCalculation'!$L$3:'3-FactoryCalculation'!$L$5000=1),--('3-FactoryCalculation'!$C$3:'3-FactoryCalculation'!$C$5000="Base"),--(TEXT('3-FactoryCalculation'!$R$3:'3-FactoryCalculation'!$R$5000,"mmmyyyy")=TEXT(NOW(),"mmmyyyy")))
It only counts projects on Sheet 'FactoryCalculation' if:
Column L has value of 1
Column C has value "Base"
Column R has a date which falls within the present calendar month, whatever month that may be.
Is it possible to use this sort of formula to only count projects in that same sheet where:
Column L has value of 1
Column C has value of "Base"
and Column R has a date which falls within the PREVIOUS month, i.e. the month that is always just prior to the present calendar month
This is required so that every month when we have our monthly Operations Review, we can easily look at all data for the entirey of the previous month.