Hopefully this will make sense.
My worksheet is to be a list of purchased items that are split between 3 people. Only one person will make the full purchase but then the other two will be responsible for paying that person back their 1/3 of the rest of the cost.
I have chosen to use a drop down list where only the first initials of each of the three people are in the list. The initial of the person that paid for all of the purchase can be chosen and I hoped to have a way to have the total amount split into thirds but only the result of that 1/3rd of the total is attributed to the names who DID NOT already pay. Column G has the drop down list of initials that is hidden in column O3 through O5. The calculation of the total divided by 3 is located in L1. I'm not sure how to handle to remaining amounts that cannot be divisible by 3 yet.
I've tried to attach what I have done so far. Thank you so much in advance for any time anyone is willing to help me resolve this task.
My worksheet is to be a list of purchased items that are split between 3 people. Only one person will make the full purchase but then the other two will be responsible for paying that person back their 1/3 of the rest of the cost.
I have chosen to use a drop down list where only the first initials of each of the three people are in the list. The initial of the person that paid for all of the purchase can be chosen and I hoped to have a way to have the total amount split into thirds but only the result of that 1/3rd of the total is attributed to the names who DID NOT already pay. Column G has the drop down list of initials that is hidden in column O3 through O5. The calculation of the total divided by 3 is located in L1. I'm not sure how to handle to remaining amounts that cannot be divisible by 3 yet.
I've tried to attach what I have done so far. Thank you so much in advance for any time anyone is willing to help me resolve this task.
Still.xlsx | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | P | |||||||
1 | ||||||||||||||||||
2 | DATE | PRODUCT DESCRIPTION | COST | TAX | SHIPPING | TOTAL | PD | MATT | STEVE | TERRY | ||||||||
3 | 5/31/22 | Suteck Alcohol Still 8 Gal Stainless Steel | $159.99 | $10.16 | $170.15 | T | $56.72 | |||||||||||
4 | $0.00 | |||||||||||||||||
5 | $0.00 | |||||||||||||||||
6 | $0.00 | |||||||||||||||||
7 | $0.00 | |||||||||||||||||
8 | $0.00 | |||||||||||||||||
9 | $0.00 | |||||||||||||||||
10 | $0.00 | |||||||||||||||||
11 | $0.00 | |||||||||||||||||
12 | $0.00 | |||||||||||||||||
13 | $0.00 | |||||||||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
H3 | H3 | =IF(G3="T",$F3/$L$1,"0") |
F3:F13 | F3 | =SUM(C3:E3) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
G3:G13 | List | =$O$2:$O$5 |