Closed Thread
Results 1 to 6 of 6

Help sorting out a formula

  1. #1
    Registered User
    Join Date
    12-04-2012
    Location
    Estacada, OR
    MS-Off Ver
    Excel 2010
    Posts
    97

    Help sorting out a formula

    I am probably missing one or more parentheses' in the formula but I need a fresh pair of eyes on this:

    =IF(I11>B16,(((I11/B9)*60)+E18),IF(I11<B16,(I11/B9)*60),IF(I11=B16,(I11/B9)*60))

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Help sorting out a formula

    Try this:

    =IF(I11>B16,(I11/B9)*60+E18,IF(I11<B16,(I11/B9)*60,IF(I11=B16,(I11/B9)*60)))

    - Moo

  3. #3
    Registered User
    Join Date
    12-06-2012
    Location
    ireland
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Help sorting out a formula

    I am having trouble with this one: Hi All, I would really appreciate a solution to an if function that I am having trouble with,

    If the Qty is less than 5 then the Disc% is 0%
    If the Qty is between 5 and 9 inclusive then the Disc% is 2%
    It the qty is 10 or greater then the Disc% is 5%

    here is what i am using! IF(D8<5,0%,IF(D8=5,2%,IF(D8=6,2%,IF(D8=7,2%,IF(D8=8,2%,IF(D8=9,2%,IF(D8>=10,5%)))))))

    is there another way to do this particulary for the qty between 5 and 9. thanks in advance, appreciate any help!

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Help sorting out a formula

    Jamie35,

    You have broken Forum Rule #2:
    Don't post a question in the thread of another member -- start your own. If you feel it's particularly relevant, provide a link to the other thread.

    Please start your own thread, with appropriate title, if you need assistance.

    - Moo

  5. #5
    Registered User
    Join Date
    12-06-2012
    Location
    ireland
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Help sorting out a formula

    Thanks didnt know as first time in any forum!

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

    Re: Help sorting out a formula

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    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]

Closed 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