How to Calculate sales tax properly from a column of items

Bond00

Board Regular
Joined
Oct 11, 2017
Messages
153
Office Version
  1. 2021
  2. 2016
Platform
  1. Windows
I want to be able to get the totals and correct tax from this.
Really I just need a formula for getting the correct tax value.

assume these values are A1 through A12
$2,993.97
$5,492.30
$7,263.92
$4,759.96
$679.96
$1,119.96
$3,914.95
$820.99
$1,183.99
SubTotal: =SUM(A1:A9)
Tax: ???
Total: =A10+A11
 
It's most likely because those blank cells aren't truly blanks. Try =ISBLANK() on "empty" cells and what does it return?
yeah thats it result was FALSE, very odd, the cell is actually blank because when I click on it to edit it and click off it, it then becomes true so nothing was in it. I try to select something and nothing is there not even a space. So yeah just weird. What can i type as a formula to see what's actually in that cell? Or what it thinks is there..
 
Upvote 0

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
yeah thats it result was FALSE, very odd, the cell is actually blank because when I click on it to edit it and click off it, it then becomes true so nothing was in it. I try to select something and nothing is there not even a space. So yeah just weird. What can i type as a formula to see what's actually in that cell? Or what it thinks is there..
Try =UNICODE()
 
Upvote 0

Forum statistics

Threads
1,226,059
Messages
6,188,634
Members
453,487
Latest member
LZ_Code

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