B
Brian
Can anyone help with this problem
I have a spreadsheet with 4 columns. These columns are Cost, Yes/No, Area and Cost Code
I want to work out costs to each combination of Yes/No, Area and Cost Cod
e.g
Cost Yes/No Area Cost Cod
£200 Y Car 123
£100 N Car 123
£100 Y House 2345
£200 N Travel 234
£300 Y Car 123
This should return costs of
Car 1234 Y £400
Car 1234 N £10
House 2345 Y £10
Travel 2345 N £20
I have been trying to use SUMIF statements for this but I can't get it to work as I think SUMIF will only sum the Cost column based on one criteria ie Area, Yes/No or Cost Code – not a combination of all three
I have a spreadsheet with 4 columns. These columns are Cost, Yes/No, Area and Cost Code
I want to work out costs to each combination of Yes/No, Area and Cost Cod
e.g
Cost Yes/No Area Cost Cod
£200 Y Car 123
£100 N Car 123
£100 Y House 2345
£200 N Travel 234
£300 Y Car 123
This should return costs of
Car 1234 Y £400
Car 1234 N £10
House 2345 Y £10
Travel 2345 N £20
I have been trying to use SUMIF statements for this but I can't get it to work as I think SUMIF will only sum the Cost column based on one criteria ie Area, Yes/No or Cost Code – not a combination of all three