+ Reply to Thread
Results 1 to 2 of 2

Solution for 3 conditions (IF)

  1. #1
    Registered User
    Join Date
    02-29-2012
    Location
    Ottawa, Canada
    MS-Off Ver
    Excel 2000
    Posts
    1

    Solution for 3 conditions (IF)

    Hiya folks,

    I'm having problem making a formula work. I would appreciate some advise.

    =IF(D16="lunch",J15,IF(D16="45",J16),IF(D16="15",J17)))

    I'm having too many arguments tho and i won't let go on.

    Any suggestions?

  2. #2
    Forum Contributor
    Join Date
    02-07-2012
    Location
    MIA
    MS-Off Ver
    Excel 2007, 2010
    Posts
    429

    Re: Solution for 3 conditions (IF)

    Try this:

    =IF(D16="lunch",J15,IF(D16="45",J16,IF(D16="15",J17)))

    I think it might work. I hope it helps.

+ 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