+ Reply to Thread
Results 1 to 3 of 3

3 IFs PT2

Hybrid View

  1. #1
    Registered User
    Join Date
    02-04-2015
    Location
    New York
    MS-Off Ver
    2007
    Posts
    10

    3 IFs PT2

    =IF(H3+I3=2,"$30", IF(H3+I3=3, "$60"), IF(H3+I3=4, "$100"))

    How can I make this work?

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,658

    Re: 3 IFs PT2

    IF way:

    Formula: copy to clipboard
    =IF(H3+I3=2,30,IF(H3+I3=3, 60, IF(H3+I3=4, $100"))


    Some other way

    Formula: copy to clipboard
    =CHOOSE(H3+I3, "?", 30, 60, 100)


    Format cell as currency ($)

  3. #3
    Registered User
    Join Date
    02-04-2015
    Location
    New York
    MS-Off Ver
    2007
    Posts
    10

    Re: 3 IFs PT2

    Awesome, thank you for the fast reply. This is my new favorite forum!

+ 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