Hello everyone, I have a very specific excel question in regards to calculating the daily cash drop for a restaurant. Every day at my restaurant we start with $300 in the cash drawer across all amounts of change and bills. At the end of the day, the person closing counts the total amount of cash, then takes out $300 for the next day, and deposits the remaining cash into a safe (the cash sales for the day). We always want to put the largest bills in the safe first and have the smaller bills in the drawer to start the next day (plus all the change). I'm trying to figure out a way in excel for the employees to know quickly and easily how many of each bill to put into the safe.
So for example we might end the day we might have $837.54 in the register. This means person closing needs to put $537 (we always round down) into the safe using the biggest bills first. Let's say the bill break down is as follows
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD]Denomination[/TD]
[TD]Number[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD="align: right"]$0.01[/TD]
[TD="align: right"]79[/TD]
[TD="align: right"]$0.79[/TD]
[/TR]
[TR]
[TD="align: right"]$0.05[/TD]
[TD="align: right"]55[/TD]
[TD="align: right"]$2.75[/TD]
[/TR]
[TR]
[TD="align: right"]$0.10[/TD]
[TD="align: right"]80[/TD]
[TD="align: right"]$8.00[/TD]
[/TR]
[TR]
[TD="align: right"]$0.25[/TD]
[TD="align: right"]60[/TD]
[TD="align: right"]$15.00[/TD]
[/TR]
[TR]
[TD="align: right"]$1.00[/TD]
[TD="align: right"]111[/TD]
[TD="align: right"]$111.00[/TD]
[/TR]
[TR]
[TD="align: right"]$5.00[/TD]
[TD="align: right"]30[/TD]
[TD="align: right"]$150.00[/TD]
[/TR]
[TR]
[TD="align: right"]$10.00[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]$100.00[/TD]
[/TR]
[TR]
[TD="align: right"]$20.00[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]$200.00[/TD]
[/TR]
[TR]
[TD="align: right"]$50.00[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]$150.00[/TD]
[/TR]
[TR]
[TD="align: right"]$100.00[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]$100.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Total[/TD]
[TD="align: right"]$837.54[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Drop Amount[/TD]
[TD="align: right"]$537.00[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way in excel to use this information to get the $537 using the biggest bills first? That way employee doesn't have to calculate anything on their own, they can just grab the bills the need to put into safe?
Any help is much appreciated.
Thanks!
So for example we might end the day we might have $837.54 in the register. This means person closing needs to put $537 (we always round down) into the safe using the biggest bills first. Let's say the bill break down is as follows
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD]Denomination[/TD]
[TD]Number[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD="align: right"]$0.01[/TD]
[TD="align: right"]79[/TD]
[TD="align: right"]$0.79[/TD]
[/TR]
[TR]
[TD="align: right"]$0.05[/TD]
[TD="align: right"]55[/TD]
[TD="align: right"]$2.75[/TD]
[/TR]
[TR]
[TD="align: right"]$0.10[/TD]
[TD="align: right"]80[/TD]
[TD="align: right"]$8.00[/TD]
[/TR]
[TR]
[TD="align: right"]$0.25[/TD]
[TD="align: right"]60[/TD]
[TD="align: right"]$15.00[/TD]
[/TR]
[TR]
[TD="align: right"]$1.00[/TD]
[TD="align: right"]111[/TD]
[TD="align: right"]$111.00[/TD]
[/TR]
[TR]
[TD="align: right"]$5.00[/TD]
[TD="align: right"]30[/TD]
[TD="align: right"]$150.00[/TD]
[/TR]
[TR]
[TD="align: right"]$10.00[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]$100.00[/TD]
[/TR]
[TR]
[TD="align: right"]$20.00[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]$200.00[/TD]
[/TR]
[TR]
[TD="align: right"]$50.00[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]$150.00[/TD]
[/TR]
[TR]
[TD="align: right"]$100.00[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]$100.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Total[/TD]
[TD="align: right"]$837.54[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Drop Amount[/TD]
[TD="align: right"]$537.00[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way in excel to use this information to get the $537 using the biggest bills first? That way employee doesn't have to calculate anything on their own, they can just grab the bills the need to put into safe?
Any help is much appreciated.
Thanks!