I want to find out how to sort tax rates, with the corresponding tax Id rate changes
Example:
Column E4 (Gross) Column F4 (taxed) Column M (Corresponding Tax Id) Column N4 (Tax Rate)
$84.32 $7.32 3120 .095
$190.05 $15.05 3100 .086
$170.82 $14.82 1724 .095
I need a formula or table that will sort the different tax id's listed into there own columns with column F(taxed amount) total at bottom.
Like for example
I would like it to have the Tax Id's listed separately, than the taxed amounts, and gross
Sorted Columns: Tax ID Taxed amount gross
(all lines that have "3120" rate) =E4-(E4/(1+N4)) E4
and so on, so it would pull all the Tax id's labeled 3120 and sort them, and add them, and than another line with tax id's labeled 3100 and so on.
Let me know if this sounds confusing and I will try to reword it, any help would be much appreciated. Thank you
Bookmarks