rcarmichael
New Member
- Joined
- Aug 10, 2012
- Messages
- 29
- Office Version
- 2016
- Platform
- Windows
Hello,
I am creating a calculator to make cashup of our drawer easier at the end of the day; the premise is that when we cash up there should be only $800 left in the drawer, and the largest denominations should be removed first in order to make that happen (JENI).
I am currently using
which works 85% of the time, but as you can see from my demo on Google Drive it sometimes returns the incorrect value (that is, the sum of the money to be removed and kept does not match what it should).
Does anyone have any idea why this would be? Any assistance is greatly appreciated.
Ryan
I am creating a calculator to make cashup of our drawer easier at the end of the day; the premise is that when we cash up there should be only $800 left in the drawer, and the largest denominations should be removed first in order to make that happen (JENI).
I am currently using
Excel Formula:
INT(($D$2-SUMPRODUCT($A$2:$A2,F$2:F2))/$A3
Does anyone have any idea why this would be? Any assistance is greatly appreciated.
Ryan