Forum Discussion
Raffaele Fusini
Mar 05, 2018Copper Contributor
Calorie Amortization Excel Template Issue
Today I came across the "Calorie Amortization" template on Excel. I started off by changing the preset information so it would fit me. I slightly altered some values from my real ones in the pict...
- Mar 07, 2018
I found the culprit formula which is in E12
formula in E12 is =IFERROR(IF($D12<>"",E11-(I11/CalsPerPound),""),"") which reduces the extra calories regardless if the cell I10 is CAL Decrease or EXTRA CAL
the formula in E12 down the column should be dynamic to check the value in Cell I10 and if it is CAL DECREASE it should reduce andif it is EXTRA CAL then it should increase
so put this formula in cell E12 and copy down.
or simply find attached workbook.
=IFERROR(IF($D12<>"",IF($I$10="CAL DEFICIT",E11-(I11/CalsPerPound),IF($I$10="EXTRA CAL",E11+(I11/CalsPerPound))),""),"")
it should work by then.
Jamil
Mar 05, 2018Bronze Contributor
can u upload the template, so that we can have a look at what is wrong?
Raffaele Fusini
Mar 07, 2018Copper Contributor
I uploaded the file with the template. I hope this is what you meant.