+ Reply to Thread
Results 1 to 4 of 4

Please help :)

  1. #1
    Registered User
    Join Date
    05-02-2012
    Location
    simei
    MS-Off Ver
    Excel 2003
    Posts
    2

    Talking Please help :)

    Hi

    I trying to form this sum,

    $1 - $999 0.5%
    $1,000 - $2,999 1%
    $3,000 and above 5%

    But for now I can only done up to 1% portion. IF(E36>=3000,E36*5%) can't seem to work too

    =IF(E36<1000,MAX(0,E36*0.5%),IF(E36>999,MIN(2999,E36*1%),IF(E36>=3000,E36*5%)))

    Many Thanks

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Please help :)

    Maybe

    =E36*IF(E36<1000,.005,IF(E36<3000,.01,.05))

  3. #3
    Registered User
    Join Date
    05-02-2012
    Location
    simei
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Please help :)

    Quote Originally Posted by Cutter View Post
    Maybe

    =E36*IF(E36<1000,.005,IF(E36<3000,.01,.05))
    That works exactly how I wanted it...thanks for your assistance!
    :D

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Please help :)

    Ahbinbin,

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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