Help, in need of a formula.

Darrelljenkins1985

New Member
Joined
May 1, 2017
Messages
1
Hello,
Here is my situation I'm creating a new rental spreadsheet at my workplace We rent scooters and wheelchairs. The rental fee is $50 per 24hrs.
many of our renters like to keep them over the 24 hours, so I would like a way to keep track of how much is owed, past the initial rental fee. So, lets say they rent on 4/25/17, pay the initial fee (or not) and return it on 4/2717, they owe us an additional $50(or $100). I'm looking for something similar to this, any help would be great.

Date rented Date Returned Amount owed
4/25/17 4/27/17 $100
4/26/17 4/27/17 $50
4/28/17 4/28/17 $150
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
this is how i would tackle it

[TABLE="width: 1100"]
<colgroup><col span="5"></colgroup><tbody>[TR]
[TD]date rented[/TD]
[TD]date returned[/TD]
[TD]amount due[/TD]
[TD]DEPOSIT PAID[/TD]
[TD]BALANCE REMAINING[/TD]
[/TR]
[TR]
[TD="align: right"]25/04/2017[/TD]
[TD="align: right"]27/04/2017[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]50[/TD]
[/TR]
</tbody>[/TABLE]

formula

[TABLE="width: 1308"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]date rented[/TD]
[TD]date returned[/TD]
[TD]amount due[/TD]
[TD]DEPOSIT PAID[/TD]
[TD]BALANCE REMAINING[/TD]
[/TR]
[TR]
[TD]42850[/TD]
[TD]42852[/TD]
[TD]=(B2-A2)*50[/TD]
[TD]50[/TD]
[TD]=C2-D2[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,175
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top