+ Reply to Thread
Results 1 to 3 of 3

Triple IF statement

  1. #1
    Registered User
    Join Date
    01-19-2011
    Location
    Jackson, Mich
    MS-Off Ver
    Excel 2007
    Posts
    11

    Triple IF statement

    I am positive I am close with this but I am having issues putting this together.

    =IF(G18=1, ROUND(H8*H18,2)*E18), IF(G18=2,ROUND(H9*H18,2)*E18), IF(G18=3, ROUND(H10*H18,2)*E18)

    Basically G18 can have 1 of 3 values (1,2,3)
    Depending which value is entered the value of the hourly rate that is charged to the client will change.
    This formula used ROUND(H8*H18,2)*E18 represents

    ROUND (HourlyRate*TotalHours,2digits)*Quantity

    I feel like each instance should have a false statement but I am not sure how to write it.
    Thank you
    Last edited by JordanA; 01-19-2011 at 02:30 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Triple IF statement

    I think perhaps the below would be a suitable approach:

    Please Login or Register  to view this content.
    IF wise:

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    01-19-2011
    Location
    Jackson, Mich
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Triple IF statement

    Works perfect!

    Thank You

+ 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