Formatting Troubles with Spreadsheet tracking rent & utilities from roommates

DumbEngineer

New Member
Joined
Nov 1, 2017
Messages
5
Hi,


As the title suggests, I created a spreadsheet to keep track what bills my roommates owe. I have columns/cells that tell say what bills each individual owes. The trouble I am having comes in when trying to format cells so that they will tell me what bills people still owe after paying part of total amount. I can easily get the numerical value of what people still owe if they pay only part of the total amount, however, I want the spreadsheet to display the bill(s) they have not paid. For example, the expenses are rent, electricity, cable, and water. If a roommate has only paid the water bill but not the rent or other utilities, I want the column to say "Rent, Cable, and Electric still owed". Another example would be if a roommate only paid $100, I want the column to spit out that the roommate still owes utilities plus the amount of rent minus 100. And finally if the roommate has paid everything, I want "Paid in Full" displayed. I tried using a bunch of nested IF statements but soon realized there are well over 100 different combinations to have to go through. I was just wondering if there was a much simpler way of going about formatting the column to tell me what people still owe.


Thanks
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi, this will almost certainly be do-able, but it's difficult to give a precise answer because we have no idea what your data looks like.

Can you post a small sample of your data please (made up if you don't want to show real data) and say exactly what the results should be ?

Don't worry too much about explaining your household's finances - that's probably not too important here.
The main thing is to describe your data clearly, and what exactly you want to do with it.
 
Upvote 0
Gerald,

Here is basically what my sheet looks like. The problem I'm having is in the Bills Owed Column and having the spreadsheet specify exactly what bills have yet to be paid. How should I format the column without using a bunch of nested IF statements? Or How should I make this spreadsheet more efficient?

BillsPer Person
Rent2200
Cable127.8521.308
Water108.318.050
Electric House273.72
Electric Garage8.59
Electric Total282.3147.052
Grand total2718.4686.410
RoommatesRentUtilitiesAmount OwedAmount PaidAmount Still OwedBill(s) Owed
Roommate A35086.410436.41100336.41
Roommate B33086.410416.41416.410
Roommate C40086.410486.4121.31465.1
Roommate D42086.410506.4118.05488.36
Roommate E37086.410456.4147.05409.36
Roommate F33086.410416.4165.10351.31
Total2200518.4602718.46

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,839
Members
449,193
Latest member
MikeVol

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