Rollup data from another table?

New to numbers. Hopefully I can explain this properly. I have a file to prepare estimates for specific projects. I have a master table which has the project name, site, status, client, etc. I have three separate sheets/tables for labor, material, and travel costs in which I can itemize everything. In these tables I may have multiple items (rows) assigned to the same project along with associated costs. I would like to add a labor, material and travel column in my master table that will roll up my costs for each project from the other table so I can see my total costs at a glance for all projects. Is this possible? I haven't had any luck finding anything. Thanks!

Posted on Feb 15, 2019 12:02 PM

Reply
Question marked as Top-ranking reply

Posted on Feb 15, 2019 5:25 PM

Try this:

Main:: H2: SUMIFS(Material::M,Material::D,B2,Material::E,C2)


Assuming the Labour and Travel tables have the same construction, the formula will be the same for I2 and J2 except for the table name.


I2: SUMIFS(Labour::M,Labour::D,B2,Labour::E,C2)

J2: SUMIFS(Travel::M,Travel::D,B2,Travel::E,C2)


Fill all three formulas down fro row 2 to the last row in the Main table.


Regards,

Barry

Similar questions

10 replies
Question marked as Top-ranking reply

Feb 15, 2019 5:25 PM in response to corinne1972

Try this:

Main:: H2: SUMIFS(Material::M,Material::D,B2,Material::E,C2)


Assuming the Labour and Travel tables have the same construction, the formula will be the same for I2 and J2 except for the table name.


I2: SUMIFS(Labour::M,Labour::D,B2,Labour::E,C2)

J2: SUMIFS(Travel::M,Travel::D,B2,Travel::E,C2)


Fill all three formulas down fro row 2 to the last row in the Main table.


Regards,

Barry

Feb 15, 2019 3:56 PM in response to jaxjason

Thank you for the reply. I've tried SUMIFS, but it says both ranges have to be the same size.


I have three columns that are consistent with both tables (Project, Airport, and Site). I would like to have my "Material" column in my Master table search for the items in the Material table that correspond to the multiple conditions in that row and sum the cost. Example: A2:C2 in the Master table is project "Bathroom" located at the "ATB" site at "YAM". airport In my Material table, there are multiple items/rows that meet all of these conditions that I would like to sum.


I tried to post a pic but my post was too large. I suspect it's not possible, but I'm hoping :) Thanks for any help!

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Rollup data from another table?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.