A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Enter the start value 91 in another cell, say in Z1.
In B2, enter the formula
=MAX(Z1-(TODAY()-DATE(2021,1,14)),0)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am working on an a project and for each day, I am required to decrease a cell value by one.
For instance, on 01/14/2021 cell B2= 91 and I need the value to decrease by 1 until it reaches 0.
Whta formula could I use so that the value decreses on its own ?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Enter the start value 91 in another cell, say in Z1.
In B2, enter the formula
=MAX(Z1-(TODAY()-DATE(2021,1,14)),0)
Okay! I will try it out and let you know how it goes. Thank you so much