Hi! I need help figuring out a formula that will do a rollup of a horizontal range in an Asset database. SUMIF would be a simple solution if I were using excel/gsheets. Creating a separate table to do a vertical rollup is not an ideal solution, but I’d settle if it is the only way. If anyone can help point me in the right direction, I’d appreciate it! Here’s a sample set of my table fields:
/Record 1], {Employee 1 Name}, {Employee 1 Affiliation}, {Employee 1 Allocation%}, {Employee 2 Name}, {Employee 2 Affiliation}, {Employee 2 Allocation %}… {Employee 6 Name}, {Employee 6 Affiliation}, {Employee 6 Allocation %}, {Affiliation Sum};
>Record 2], {Employee 1 Name}, {Employee 1 Affiliation}, {Employee 1 Allocation%}, {Employee 2 Name}, {Employee 2 Affiliation}, {Employee 2 Allocation %}… {Employee 6 Name}, {Employee 6 Affiliation}, {Employee 6 Allocation %}, {Affiliation Sum};
bRecord 3], {Employee 1 Name}, {Employee 1 Affiliation}, {Employee 1 Allocation%}, {Employee 2 Name}, {Employee 2 Affiliation}, {Employee 2 Allocation %}… {Employee 6 Name}, {Employee 6 Affiliation}, {Employee 6 Allocation %}, {Affiliation Sum}
Record = Variable
Employee Name = Variable, but will never repeat more than one time per Record
Employee Affiliation = Variable, an Employee may have one Affiliation for Record 1 but a different Affiliation for Record 2; additionally, Employee 1 and Employee 2 may have the same Affiliation for a given Record; additionally the list of potential Affiliations is finite but long
Employee Allocation % = Variable
Objective: Create a database cell displaying the total Employee Allocation % associated with each unique Affiliation for each Record
Sample Data:
:Record 1]
Jane] dBlue] a30%] BJohn] 3Blue] o20%] BJackie] %Red] c50%]
Key Result: {Affiliation Sum} displays “Blue 50%, Red 50%”