+ Reply to Thread
Results 1 to 3 of 3

Nested IF function (urgent help needed)

  1. #1
    Registered User
    Join Date
    02-28-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    1

    Nested IF function (urgent help needed)

    I am working on a formula where i need to meet 3 conditions.

    1. If Miles[E13] is between 2.01 and 5 then (E13-H5)*K6
    2. If Miles[E13] is less than 2.01[C6] then print Zero Value [0]
    3. If Miles[E13] is great than 5[G6] then H6*K6

    I created a formula but when I execute it, it gives an error of too many arguments.

    Help will be highly appreciated.

    See my sheet screen shot.

    excel formula help.JPG

    To finish off whole assignment, I also need help with multiple values,

    Basically, it is a price calculation of a taxi. if the given miles are between the given range, then the price for first two miles will be @ £2.5 and next 3 miles will be @£2 and so on.

    if the final price is less than minimum fare of £6 then the price should be £6.

    Any help to complete this whole function with a single formula????????
    Last edited by HJalal; 02-28-2013 at 11:59 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,598

    Re: Nested IF function (urgent help needed)

    Please post a sample sheet

  3. #3
    Valued Forum Contributor
    Join Date
    04-13-2011
    Location
    Ottawa, Canada
    MS-Off Ver
    365
    Posts
    1,101

    Re: Nested IF function (urgent help needed)

    =if(e13<2.01, 0, if(e13<=5, (e13-h5)*k6, h6*k6))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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