Several weeks ago, with the help of several, I got a working formula for the distribution of funds.
As a reminder the goal is funds to be distributed based on full and half partners. The total for distribution obviously needs to equal the total distributed. When there is a half partner, the remaining half partner share needs to be distributed to all in a manner which results in those funds being distribute in a ratio or percentage that ends totaling the half share. (D15 = D22 in the file attached)
As you can see with the existing number of partners the formula works. but if you add a partner, full or half (in yellow area), total for distribution and total distributed do not equal each other. I have checked the ranges for the formulas and do not see a reason for this. What have I missed???
Current formula is:
IF($C25="",0,IF(COUNTIF($C$25:$C$42,"h")=0,D$14,IF($C25="",0,IF($C25="h",D$15+D$20/COUNTIF($C$25:$C$42,"h"),IF(C$25="f",D$14+D$19/COUNTIF($C$25:$C$42,"f"),0)))))
Thanks
Bookmarks