A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
In cell B5, enter this formula
=SUMIFS($G$5:$G$10,$F$5:$F$10,$A5:$A8,$E$5:$E$10,B$4:C$4)
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Create array to sum considering column & row headers Sheet
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
In cell B5, enter this formula
=SUMIFS($G$5:$G$10,$F$5:$F$10,$A5:$A8,$E$5:$E$10,B$4:C$4)
Hope this helps.
I'm still not clear what you're trying to accomplish but given your expected results it looks like you want to pivot your lookup data such that each job type is a column that sums the invoices by date. In that case you want to use a pivot. In Excel you have to create a pivot table.
Job Date column to the Rows field since each day is a separate row.Job Type column to the Columns field since you want to pivot and create a column for each type.#Invoices column to the Values field since this is what you want to aggregate.Excel generates a pivot table containing the data that I believe you want. You can customize it from there if desired.