MYUSERNAMEIS
New Member
- Joined
- Jan 4, 2017
- Messages
- 4
Hello,
Please can you help me with working out a formula.
I want a formula that will total the unique supplier postage costs even if the data has been filtered by another column (In the example - COLUMN D)
i have tried various different formula found on here but none of them seem to do what i need. (combinations of COUNTIF, SUM, SUBTOTAL, FREQUENCY, MATCH)
[TABLE="class: grid, width: 338"]
<tbody>[TR]
[TD]1[/TD]
[TD] A[/TD]
[TD] B[/TD]
[TD] C [/TD]
[TD] D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Item[/TD]
[TD] Supplier[/TD]
[TD] Postage[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]scissors[/TD]
[TD]Company A[/TD]
[TD="align: right"]£1.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]tables[/TD]
[TD]Company B[/TD]
[TD="align: right"]£15.00[/TD]
[TD] hidden[/TD]
[/TR]
[TR]
[TD] 5[/TD]
[TD]paper[/TD]
[TD]Company B[/TD]
[TD="align: right"]£15.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]pens[/TD]
[TD]Company A[/TD]
[TD="align: right"]£1.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]tape[/TD]
[TD]Company C[/TD]
[TD="align: right"]£0.50[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]pencils[/TD]
[TD]Company D[/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[TD]£16.50[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If the formula did what I wanted it to do the result in C:10 would be £16.50
There are many more rows and columns with other formulas to take into account. It also has to be a result that is just visible, without the end user having to do anything - so i don't think a pivot table.
I am also a complete novice at Excel so would also appreciate if you could explain what the different bits in the formula actually do.
if anybody could help or point me in the right direction i would be so greatful!
myusernameis
Please can you help me with working out a formula.
I want a formula that will total the unique supplier postage costs even if the data has been filtered by another column (In the example - COLUMN D)
i have tried various different formula found on here but none of them seem to do what i need. (combinations of COUNTIF, SUM, SUBTOTAL, FREQUENCY, MATCH)
[TABLE="class: grid, width: 338"]
<tbody>[TR]
[TD]1[/TD]
[TD] A[/TD]
[TD] B[/TD]
[TD] C [/TD]
[TD] D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Item[/TD]
[TD] Supplier[/TD]
[TD] Postage[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]scissors[/TD]
[TD]Company A[/TD]
[TD="align: right"]£1.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]tables[/TD]
[TD]Company B[/TD]
[TD="align: right"]£15.00[/TD]
[TD] hidden[/TD]
[/TR]
[TR]
[TD] 5[/TD]
[TD]paper[/TD]
[TD]Company B[/TD]
[TD="align: right"]£15.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]pens[/TD]
[TD]Company A[/TD]
[TD="align: right"]£1.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]tape[/TD]
[TD]Company C[/TD]
[TD="align: right"]£0.50[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]pencils[/TD]
[TD]Company D[/TD]
[TD="align: right"]£0.00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[TD]£16.50[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If the formula did what I wanted it to do the result in C:10 would be £16.50
There are many more rows and columns with other formulas to take into account. It also has to be a result that is just visible, without the end user having to do anything - so i don't think a pivot table.
I am also a complete novice at Excel so would also appreciate if you could explain what the different bits in the formula actually do.
if anybody could help or point me in the right direction i would be so greatful!
myusernameis