
Originally Posted by
RyanF
I would appreciate a formula I could use similar to this to with adjusted drug life's and amounts, so I don't have to use an "X" to annotate the drug use on a particular day.
I would like to try have two cells somewhere on the sheet that the drug life and dose can be inputed into that would change the calcs. or use the days.
Appreciate the help
Using my solution.. see attached...
You can enter a Half-Life in H2 and a Dosage in I2 and then amend formula in E2 to:
=IF(AND(C2="",MAX($E$2:$E2)=$D$3/2),IF(E2=E1,E2-$D$3/($H$2*2),E2),(SUM(IF(C3="x",D3/($H$2*2),0),E2)))
and copy down...
Bookmarks