Staggered rent calculation.

Tmwahomas

New Member
Joined
May 8, 2016
Messages
2
Hi,

Some friends of mine and I are staying in a villa for a set total cost £3780.

But 7 people will stay for the full 3 weeks,
1 person will stay for 2 weeks,
and 2 people will stay for 1.5 weeks.

How do I calculate how much each person has to pay?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
I like Alan's approach. B2 should be 7.
 
Upvote 0
Thats awesome - thank you so much Alan! That's helped me a lot. ;)


Sheet1

*ABCD
13780PeopleDaysTotDays
2*32163
3*11414
4*21020
5***97
6Cost per Day*38.96907<--Each person pays per day

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:64px;"><col style="width:64px;"><col style="width:64px;"><col style="width:64px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
D2=B2*C2
D3=B3*C3
D4=B4*C4
D5=SUM(D2:D4)
C6=A1/D5

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0

Forum statistics

Threads
1,216,561
Messages
6,131,416
Members
449,651
Latest member
Jacobs22

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