Hi guys, I'm making a spreadsheet to calculate whatever is being spent at home with my brothers so it is to be shared equally.
We are three, and I made a checkbox for each one, where when pressed the total amount will be divided equally, so if one was not there, he will not have to pay for that later on...
I made a column to check if the checkbox is active or not, so if checked it will be true, unchecked false, the cells are next to the checkboxes.
I could do a percentage, for instance on cell c10 I place: =IF(A10=TRUE,$C$7/2,0)
but then I need to check if A11 is also true, then C11 will be divided by two too, but if A12 is true, then all of them needs to be divided by three... is that even possible?
Bookmarks