+ Reply to Thread
Results 1 to 4 of 4

Permit Fee Schedule Calculator

  1. #1
    Registered User
    Join Date
    07-27-2016
    Location
    Tennessee
    MS-Off Ver
    MS Excel 13
    Posts
    2

    Permit Fee Schedule Calculator

    Hello!
    I am trying to create an interactive permit fee schedule in Excel. Essentially, I have a valuation, broken down into 5 categories of ranges with a set fee per range and an additional fee that increases for each additional thousand. I need help building a formula, so that when I enter an amount, Excel will populate the new valuation with added fees. Can anyone help me set this up please? I would so appreciate it. Thank you!

    Here is the layout of the valuation:

    Up to $2,000 Fee: $40.39

    $2,000.01 to $50,000 Fee: $40.39 Plus $6.92 for each additional thousand

    $50,000.01 to $100,000 Fee: $372.71 Plus $5.57 for each additional thousand

    $100,000.01 to $500,000 Fee: $651.38 Plus $4.19 for each additional thousand

    $500,000.01 and Up Fee: $2,326.84 Plus $2.79 for each additional thousand

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Permit Fee Schedule Calculator

    Welcome to the board.

    How about ...

    A
    B
    C
    D
    E
    1
    Amt
    Rate
    Delta
    2
    0
    0.000%
    0.000%
    C2: =B2-N(B1)
    3
    2,000
    0.692%
    0.692%
    4
    50,000
    0.557%
    -0.135%
    5
    100,000
    0.419%
    -0.138%
    6
    500,000
    0.279%
    -0.140%
    7
    8
    Amt
    Fee
    9
    1,000
    40.39
    B9: =SUMPRODUCT((A9 > $A$2:$A$6) * (A9 - $A$2:$A$6) * $C$2:$C$6) + 40.39
    10
    2,000
    40.39
    11
    3,000
    47.31
    12
    5,000
    61.15
    13
    10,000
    95.75
    14
    20,000
    164.95
    15
    30,000
    234.15
    16
    50,000
    372.55
    17
    100,000
    651.05
    18
    200,000
    1070.05
    19
    300,000
    1489.05
    20
    500,000
    2327.05
    21
    1,000,000
    3722.05


    They aren't exactly the same at the breakpoints; yours have a discontinuity.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    07-27-2016
    Location
    Tennessee
    MS-Off Ver
    MS Excel 13
    Posts
    2

    Re: Permit Fee Schedule Calculator

    Thanks for the reply. This is an awesome start. Is there a way to set a nest of conditions that will allow someone to use this template to forecast what a value would be (including the fee) by entering a value and letting Excel spit back out the calculated result?

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Permit Fee Schedule Calculator

    A9 through A21 do exactly that.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Work Schedule Calculator
    By skeletiki in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-02-2015, 09:35 AM
  2. Replies: 1
    Last Post: 07-10-2014, 06:38 PM
  3. Creating a loan calculator and schedule
    By FutureCPAExcel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-25-2013, 11:50 PM
  4. Formula for creating permit fees.
    By GrayHeadedMule in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-15-2007, 05:46 PM
  5. Integrated calculator in excel 07 instead of separate calculator
    By Wayne in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-26-2006, 11:20 AM
  6. [SOLVED] Where can I find a parking permit template?
    By fidielio in forum Excel General
    Replies: 2
    Last Post: 02-17-2006, 12:15 AM
  7. No permit dupes in listbox...
    By sal21 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-04-2006, 12:15 PM

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