What formula do I use to show the net value (less 23% tax).

In Numbers, what formula do I use to show the net value (i.e. less 23% tax).

thejuddo writes:
"$100 plus sales tax of 23% would be $123.00 but in order to get the net value of $123.00 less the tax I would have to divide by 1.23 not multiply by 23% and then minus it."
Correct;
The 23% tax is 23 one hundredths of the base amount, and is applied to that amount. As a formula, this can be stated as:
=B2+B2*C2
or
=B2*(1+C2)
(either applying to the data arrangement shown in the top table, and entered in  D2 of that table)
In the other direction, though (bottom table), we start with the Gross amount and the Tax rate as known quantities, from which we are to determine the base amount, remembering that the 23% Tax rate is 23% of the Base amount, not 23% of the Gross amount.
Rewriting the two formulas above as equations, with g, b, and t as the variables, we get:
g = b + (b * t) 
g = b(1+t)
Solving the second for b:
b - g/(1+t)
Expressed as a formula (with the data as arranged in the bottom table, and the formula in D2):
D2: =B2/(1+C2)
In both directions, it may be prudent to round the result to the nearer hundredth, as done here for the calculation immediately above:
=ROUND(B2/(1+C2),2)
Regards,
Barry

Similar Messages

  • What formula do I use to create the average across several columns?

    I'm curious what the formula is for creating averages accross colums?

    E2: =AVERAGE(B2:D2)
    Fill down to E20.
    Regards,
    Barry

  • What to command to use to show IP address

    Gurus, I have a Catalyst 3560, and was wondering what command I could use to show the IP Address of the device plugged into a specific port?
    Thanks!

    Hi Mate,
    Switches don't collect information on IP addresses plugged into a port. The only thing you can get is the MAC address of the device plugged into the port.
    Hope that helps - pls rate the post if it does.
    Paresh

  • Credit for Returns showing different Net values...

    Hi,
    I used VF03 to see a billing document, it was a Credit for Returns and it had one line item. It showed the Net value as say 25000.00. I clicked that line item and then clicked the icon at the bottom "Item Pricing Condtn" and in the next screen under the "Conditions tab" , the net value shown is like 15676.00.
    Why is the Net Value different from what was shown in the first screen ? What may be happening ? Any tips ?
    And also the net value in the first screen then changes when you move back to the first screen !!
    So everytime when you open the document  in VF03 it shows 25000.00 and then when u return to that screen (after above mentioned steps) it shows the new value 15676.00.
    thnks
    Edited by: sdnuser1 sdnsurname on Sep 17, 2010 9:09 PM

    Hi SDNuser,
    Check if any routine is written for calculation of any condition type in pricing unde requirements, Altcalctype or Altcalcbaseval.
    Also check if some logic has been implemented in User exit RV60AFZZ, for billing document pricing under forms:
          USEREXIT_PRICING_PREPARE_TKOMK     
          USEREXIT_PRICING_PREPARE_TKOMP                 
    Regards

  • I want to make a grid. Apple said Pages will do the job. I need to change the grid to 1 in. x 1 1/2 in. squares. What tutorial can I use to show me how to do this?

    I want to make a grid. Apple said Pages will do the job. I need to change the grid to 1 in. x 1 1/2 in. squares. What tutorial can I use to show me how to do this?

    A calendar is not difficult nor does it take long once you know where the dates fall.
    Start with a basic month template table.
    1. Click on the table icon on the Toolbar to create a basic table for one month
    2. Click on the resultant table > Inspector > Table > Headers & Footers > 2nd button > 1
    3. Inspector > Table > Body Rows: 6 > Body Columns: 7
    4. Inspector > Metrics > Size > Width: 7 cm/in > Height: 7 cm/in
    You can drag resize the whole month to your liking afterwards
    5. Select the entire header row > Inspector > Table > Edit Rows & Columns > Merge Cells > Type in a month
    6. Type Mon in first cell & Tue in 2nd cell of of 2nd row > Select both cells and drag the white dot in the bottom right corner sideways to fill the cells with the days
    7. Do the same with the dates in the cells below
    8. You can fill the spare dates at the beginning and end of the month if you like and maybe change them to a paler grey.
    9. Style and position the text as you like it.
    10. If you don't want to see the grid or want different strokes, colors etc:
    Inspector > Table > Cell Borders/Cell Backgrounds etc
    When you have the first month looking the way you want, option drag out copies sideways to make the rest of the months.
    Peter

  • A simple percentage? How does one add a percentage to a number? If I have 100 and I want to add 15% and get a total, what formula would I use?

    How does one add a percentage to a number? If I have 100 and I want to add 15% and get a total, what formula would I use?

    You can do something like this:
    D2=B2*(1+C2/100)
    this means in the cell D2 type the following "=B2*(1+C2/100)"... leave out the double quotes

  • What formula can I use?

    I am creating a price list for all my products. This list acts as a database for invoice printing when customer comes to buy.
    The logic is that once I input a product code in the invoice, the invoice can fill up automatically by looking up data from the price list. There are 3 prices for a product: first for normal customer, second for superior customer and third for VIP customer.
    Make it simple, in the price list, it goes like this:
    Product code |001|002|
    Normal price |$40|$80|
    Superior price |$38|$75|
    VIP price |$35|$68|
    In the invoice
    Product code|Product Name|Customer Type|Price|Quantity|Subtotal|
    001 | XXX | Superior | | | |
    So which formula I can use so that the correct price will show in for the correct product?
    I think it needs multiple formula to accomplish. Need help!!! Thank so much.

    Hi k'
    Welcome to Apple Discussions and the numbers '09 forum.
    Assuming that a customer will have the same 'customer level' for all products, I would make one change to the Invoice table he proposes.
    Rather than placing a 'customer level' pop-up on each row of the invoice, place a single cell in the Customer Information portion of the invoice (which could be on a separate table on the same sheet), then use a fixed reference to that cell in place of the $C2 reference in Yvan's formula.
    KOENIG Yvan wrote:
    Cell C2 is defined as a popUp menu with the values : Normal, Superior, VIP
    In cell D2, the formula is :
    =IFERROR(VLOOKUP($A2,Prices :: $A:$E,HLOOKUP($C2,Prices :: $1:$2,2,0),0),"")
    For the example formula below I've placed the popup on a new table, "Sold To", that would contain the customer's name, address, etc. and the customer level for that customer. The 'customer level' pop-up is in cell B5
    Yvan's formula becomes:
    =IFERROR(VLOOKUP($A2,Prices :: $A:$E,HLOOKUP(Sold To :: $B$5,Prices :: $1:$2,2,0),0),"")
    Regards,
    Barry

  • I switched my iPod Nano from a PC to my macbook air. The info and iTunes still shows it as a windows device, just want to confirm that is ok. Next issue, which is, as usual, my wrongdoing. When I locked my iPod it used to show the time, pls advise

    Hello to my always excellent community who always gives me the right answers. I switched my iPod Nano library from my PC to my new macbook air with the help of an excellent and courteous gentleman. The info on my Ipod and on iTunes still shows my Ipod Nano as a windows device, just want to confirm that is ok.  Next issue, which is, as usual, is prob my wrongdoing. When I locked my iPod it used to show the time of day, don't even know how I got it to do that and can't remember if it stopped doing so before or after the swith. Can anyone please advise or help? I hope Thank you and if you do reply, thank you in advance for my lack of tech terms and look at my username

    I see that there are a lot of views and no replies, so it's clearly a user issue...SHOCKER!!!
    In trying to figure out the above; I stumbled upon the link below which taught me how to change/update my iPod Nano to show Version 1.0.2. Mac rather than the windows version 1.x.xPC it was still showing after I transferred my itunes library from my old pc to my new macbook air......I didn't dowlnload the iPod updater 2006-06-28 for Mac and once I did....whoa!!! I got my calendar and reminders on my nano now it's like a new toy all over again, just follow the steps in the below article, if I can do it, a 2 year old can
    http://support.apple.com/kb/HT1339?viewlocale=en_US&locale=en_US

  • How do I change the settings on my ipod so that it plays continuous music.  Right now, it plays the same song over and over, even if I select the shuffle icon.  It used to show the continuous play icon, it doesn't anymore.

    How do I change the settings on my ipod so that it plays continuous music.  Right now, it plays the same song over and over, even if I select the shuffle icon.  It used to show the continuous play icon, it doesn't anymore.

    Right click on a movie(in iTunes), and click "get info" then go to album artwork and add the artwork that you want...
    -Messymeese

  • Evertime i open a secondary window in an application it opens on my laptop and I working on the application on my thunderbolt. what setting do i use to open the secondary window on the thunderbolt?

    evertime i open a secondary window in an application it opens on my laptop and I working on the application on my thunderbolt. what setting do i use to open the secondary window on the thunderbolt?

    ''Problem:'' For whatever reason, NoScript is stopping Runescape Community Toolbar from working properly which freezes your first Firefox window.
    ''Fix:'' Uninstall the toolbar. Disable NoScript. Install the toolbar. Add your RS account to it and make sure it works, then Enable NoScript again.
    EDIT: Posted a fix earlier that was wrong. Corrected to the right one, sorry ^_^ Answer was on Runescape Forums.

  • What method should be used for resizing the particular JTable Column width

    I have a four table. Only one table which are on top have a table header. I want that when user resize the topmost table with a mouse other table colume also be resized automatically. So I want to know that what method should be used for resizing the particular JTable Column width.
    Thanks
    Lalit

    maybe you can implement a interface ComponentListener as well as ComponentAdapter with your topmost Table.
    for example:
    toptable.addComponentListener(
    new ComponentAdapter(){
    public void componentResized(ComponentEvent e){
    table1.setSize(....);
    table2.setSize(....);
    /*Optionally, you must also call function revalidate
    anywhere;*/
    );

  • HT4489 transferring my contacts to my phone from my computer, what program do i use, i have the apple 3gs

    transferring my contacts to my phone from my computer saved as vcard, what program do i use, i have the apple 3gs. I used Icloud and clicked on import in contact there a message came back with an error

    Hello Tehuti2,
    There are a few ways to transfer contacts from your computer to your iPhone.  I found an article that provides steps on how to import a vCard to iCloud.com:
    iCloud: Import a vCard
    http://support.apple.com/kb/PH3605
    If your PC fits the following specifications, you can setup iCloud to automatically sync contacts with your iPhone:
    Microsoft Windows 7 or 8
    iCloud Control Panel 2.1.2 or later
    iTunes 11 or later (for iTunes in the Cloud and iTunes Match)
    Outlook 2007 or 2010 or iCloud.com
    Safari 5.1.7 or later or Internet Explorer 9 or later (for iCloud.com and Bookmarks), Firefox 16 or later or Chrome 23 or later (for iCloud.com)
    iCloud: System requirements
    http://support.apple.com/kb/HT4759
    Learn how to setup iCloud
    http://www.apple.com/icloud/setup/pc.html
    I hope this helps! 
    Best,
    Sheila M.

  • My inbox used to show the sender for each message and now it does not...how do I get it back to where it was?

    My inbox used to show the sender for each message and now it does not...how do I get it back to where it was?

    Right click the heading at the top of the message list and select From from the list of options.

  • What api would I use to get the number of chars in string?

    What api would I use to get the number of chars in string?

    Assuming that you really mean that you want the number of charaters in a String (not string), that would be documented in java.lang.String
    The method is length()

  • What program do you use to open the installer file for mac?!

    for some reason it wants to use matlab. i know how to fix this problem myself if i knew what program to use to open the installer... but i cannot find that information anywhere. can someone please help me. what program do you use to open the java installer file for mac!?

    osx - Why is Adobe Flash Player downloaded as a ".dmg.mdlp" file? - Super User

Maybe you are looking for