+ Reply to Thread
Results 1 to 8 of 8

formula to change entire tariff table

  1. #1
    Registered User
    Join Date
    02-17-2009
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    4

    formula to change entire tariff table

    I run company that requires a tariff rate sheet indicating prices per lb for multiple origins and destinations. We have the table set up and the prices need to change every few months and it's extremely labor intesive to change each rate per lb. What formula do I need to use to increase all these varying rates by x percent across the board?
    Last edited by VBA Noob; 02-18-2009 at 03:40 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: I need help finding formula to change entire tariff table

    If you want to increase all prices by 3%, then in a cell type 1.03 and copy that cell.

    Now highlight ALL your prices at once, click on Edit > Paste Special > Operation: Multiply and all your prices will be multiplied by 1.03. And you're done. You don't have to remember anything later. And the changes are IN the cells as actual values.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    02-17-2009
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    4

    Question Re: I need help finding formula to change entire tariff table

    Thank you for your help, one more question. If we want to add x cents per lb across the board for varying rates, not a percentage,is that a different formula? Thank you, Matt

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: I need help finding formula to change entire tariff table

    Well, you've seen how to use Multiply in the Paste Special menu. Go ahead and experiment with the other options, like Add. Sounds like that's what you want.

  5. #5
    Registered User
    Join Date
    02-17-2009
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    4

    Question Re: formula to change entire tariff table

    Hi again, we are not used to 2007 version, i cant find edit button, where is that? is there any other obstacles that I might run into with this new version? Thanks again, Matt

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: formula to change entire tariff table


  7. #7
    Registered User
    Join Date
    02-17-2009
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    4

    Question Re: formula to change entire tariff table

    Hi there, we need to solve another problem.
    If we have one price of $967 and another for $1000 we need the formula to show what percentage is the difference in the two prices. Thank you.

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: formula to change entire tariff table

    Up to you to determine which is the priority, so here are both formulas:

    A1 = 967
    B1 = 1000
    C1 =ABS(1-B1/A1) = 3.41%
    D1 =ABS(1-A1/B1) = 3.30%

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1