+ Reply to Thread
Results 1 to 4 of 4

Less than = x, More than = y

Hybrid View

  1. #1
    Registered User
    Join Date
    02-06-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    2

    Less than = x, More than = y

    Hello -

    A colleague has asked me to try and find out if it is possible to automate his spreadsheet to do the following.

    In the initial column he wants to enter a figure (£) and he wants the next column to fill with the required % fee.

    So the initial column he will enter any figure, he wants anything 0-10,000 to = 4.5% and anything 10,000 + to = 7.5%

    I don't know any way to do this, can anyone help?

    Any advice is much appreciated.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Less than = x, More than = y

    =if(a1<=10000,a1*4.5%,a1*7.5%) should do it i take it you mean over 10000
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    02-06-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Less than = x, More than = y

    Thanks for that, I've tried applying this to a cell but it tells me there's something wrong...I'm really not great at this.

    Any idea how I can apply this in practice?

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Less than = x, More than = y

    try again i had a typo in there
    Attached Files Attached Files

+ 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