1Answers
What formula in the WPS table can subtract the first total from the number of days, until 0 or negative.
Asked by: Christopher 186 views Software
For example, 100-8=92, 92-10=82 until 0
Welcome Guest.
Asked by: Christopher 186 views Software
For example, 100-8=92, 92-10=82 until 0
+2Votes
Assume the total number in column A is in column B every day
if(a1=<""0",=a1-b1,0)