Long Code, Sum I

Freeman5438

New Member
Joined
Aug 14, 2019
Messages
2
I need help, I have a Quotation that I have made for work. It has drop downs Lists to save time and speed up the completion of the quotation.

Problem is I have added a drop down List under subtotal is for offers like 20% off ect.

the one I'm having trouble with is the free packing material List.

I need to count all the packing material only and add this up before taking it away from the grand total.

[TABLE="width: 500"]
<tbody>[TR]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]QUANTITY[/FONT]<strike></strike>
[/TD]
[TD]<strike></strike>[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]DESCRIPTION[/FONT]<strike></strike>
[/TD]
[TD]<strike></strike>[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]UNIT PRICE[/FONT]<strike></strike>
[/TD]
[TD]<strike></strike>[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]AMOUNT[/FONT]<strike></strike>
[/TD]
[/TR]
[TR]
[TD]34[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Small Box 457x305x254mm[/FONT]<strike></strike>
[/TD]
[TD]1.30[/TD]
[TD]44.20[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Medium Box 457x457x457mm[/FONT]<strike></strike>
[/TD]
[TD]1.90[/TD]
[TD]32.30[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Rental Service, Wardrobe Box 508x457x1016mm[/FONT]<strike></strike>
[/TD]
[TD]3.00[/TD]
[TD]18.00[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Large Box 457x457x914mm[/FONT]<strike></strike>
[/TD]
[TD]2.60[/TD]
[TD]15.60[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Small Box 457x305x254mm[/FONT]<strike></strike>
[/TD]
[TD]1.30[/TD]
[TD]7.80[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Medium Box 457x457x457mm[/FONT]<strike></strike>
[/TD]
[TD]1.90[/TD]
[TD]9.50[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Full Packing Service[/FONT]<strike></strike>
[/TD]
[TD]500.00[/TD]
[TD]500.00[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Dismantling & Reassembling Service[/FONT]<strike></strike>
[/TD]
[TD]25.00[/TD]
[TD]75.00[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Small Box 457x305x254mm[/FONT]<strike></strike>
[/TD]
[TD]1.30[/TD]
[TD]1.30[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Medium Box 457x457x457mm[/FONT]<strike></strike>
[/TD]
[TD]1.90[/TD]
[TD]1.90[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Loading, Unloading & Moving Service[/FONT]<strike></strike>
[/TD]
[TD]1000.00[/TD]
[TD]1000.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]SUBTOTAL[/FONT]<strike></strike>
[/TD]
[TD]<strike></strike>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Free Packing Material [/FONT]<strike></strike>
[/TD]
[TD]<strike></strike>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]TOTAL[/FONT]<strike></strike>
[/TD]
[TD]<strike></strike>
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
(a) how do you identify "packing material" and (b) what gets removed from the subtotal?
 
Upvote 0
If I understand you correctly, I used a helper column E which could be hidden, then:


Excel 2010
ABCDE
1QUANTITYDESCRIPTIONUNIT PRICEAMOUNTPacking
234Small Box 457x305x254mm$1.30$44.2044.2
317Medium Box 457x457x457mm$1.90$32.3032.3
46Rental Service, Wardrobe Box 508x457x1016mm$3.00$18.0018
56Large Box 457x457x914mm$2.60$15.6015.6
66Small Box 457x305x254mm$1.30$7.807.8
75Medium Box 457x457x457mm$1.90$9.509.5
81Full Packing Service$500.00$500.00
93Dismantling & Reassembling Service$25.00$75.00
101Small Box 457x305x254mm$1.30$1.301.3
111Medium Box 457x457x457mm$1.90$1.901.9
121Loading, Unloading & Moving Service$1,000.00$1,000.00
13
14Subtotal$1,705.60
15Free Packing Material$130.60
16TOTAL$1,575.00
Sheet9
Cell Formulas
RangeFormula
D2=A2*C2
D14=SUM(D2:D12)
E2=IF(ISNUMBER(FIND("Box",B2)),D2,"")
 
Upvote 0
Actually, D15 is: =IF("Free Packing Material"=C15,SUM(E2:E12),D14*C15)

And the drop-downs for C15 used a list containing Free Packing Material, 10%, 20%...or whatever.

I assumed that any description with "box" in it was packing material.
 
Last edited:
Upvote 0
Actually, D15 is: =IF("Free Packing Material"=C15,SUM(E2:E12),D14*C15)

And the drop-downs for C15 used a list containing Free Packing Material, 10%, 20%...or whatever.

I assumed that any description with "box" in it was packing material.

Hi Kweaver, im new to this so how can i send you the workbook about i dont know if im explaning it correctly. It sorted work but i dont need the extra column.
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top