You can not enter a number AND a formula in the same cell, you could simulate it through vba I suppose, but the easiest way would be something like this,
D4 = total yards
B10-B29 = yards used
D5 (or maybe E4, up to you
) = yards remaining
then in the yards remaining cell, this formula :
as you enter values into B10-29, the value in your yards remaining cell will decrease
You would have to erase the cells (B10-29 and D4) for each project, or set up different sheets/areas for each project, but the basic formula is still the same
Hope this helps
Bookmarks