Formula to auto calculate due date

I want to auto calculate the due date for monthly stock inventory.
For February it will be 28 of the month, for the rest of the month to be 30th.
Would appreciate your assistance.
Thanks.
Vivien Chong
Modern Work Management Consultant @ 57Network Consultancy Sdn Bhd
Connect with us: 57network.com
Best Answer
-
Hi @Vivien Chong ,
Try:
=IF(month@row=11, date(year@row,11,28), date(year@row, month@row, 30)
Work for you?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Vivien Chong ,
Try:
=IF(month@row=11, date(year@row,11,28), date(year@row, month@row, 30)
Work for you?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks @Mark Cronk , I am able to get what I want with the formula you shared.
Vivien Chong
Modern Work Management Consultant @ 57Network Consultancy Sdn Bhd
Connect with us: 57network.com
-
Excellent. Happy to help. Thank you for using the Community.
Be Well,
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
Check out the Formula Handbook template!