Calculating sales tax in formula

Outdoorsman80

Board Regular
Joined
Oct 4, 2014
Messages
61
Office Version
  1. 365
Platform
  1. Windows
I think I'm too tired and am over thinking this one.

I have a chart that I'm trying to calculate the total cost for x amount of products at a price before tax and need to add in that tax for a total cost.

For example:
Chart.xlsx
ABCD
42TotalsBags918
43Lbs.440879
44$ 24.16Cost$ 224.10
Chart
Cell Formulas
RangeFormula
C42:D42D42=SUM(D2,D7,D12,D17,D22,D27,D32,D37)/50*2
C43:D43D43=SUM(D2,D7,D12,D17,D22,D27,D32,D37)*2
C44C44=(C42*A$44)+(A$44*C42*5.5%)

You can see in C44, the formula is not coming out right, it should equal $229.39. I've tried different formulas, etc but I just can't make Excel come out right... what am I doing wrong?
 
Can you give me a better hint than that? Excel is not liking turning
Excel Formula:
=SUM(C2,C7,C12,C17,C22,C27,C32,C37)/50*2
to
Excel Formula:
=ROUNDUP(C2,C7,C12,C17,C22,C27,C32,C37)/50*2
 
Upvote 0

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
How about
Excel Formula:
=roundup(SUM(C2,C7,C12,C17,C22,C27,C32,C37)/50*2,0)
 
Upvote 0

Forum statistics

Threads
1,215,521
Messages
6,125,306
Members
449,218
Latest member
Excel Master

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