A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Jessaahh4,
Based on the information you provided, I have created a simple example for you with the IFS function. Below is the table I created based on your description:
In column F, G & H is the total of Charity A, Charity B and Charity A B & C, the formulas are the below:
Charity A = IFS(C1=B1,SUM(E2:E7),C1=B2,"0",C1=B3,SUM(E2:E7)/2,C1=B4,SUM(E2:E7)/3)
Charity B = IFS(C1=B1,"0",C1=B2,SUM(E2:E7),C1=B3,SUM(E2:E7)/2,C1=B4,SUM(E2:E7)/3)
Charity A B & C = IFS(C1=B1,"0",C1=B2,"0",C1=B3,"0",C1=B4,SUM(E2:E7)/3)
If there is any misunderstood, please feel free to provide more information to us.
Regards,
Tisky