+ Reply to Thread
Results 1 to 3 of 3

Nested if statement again...

  1. #1
    Forum Contributor
    Join Date
    01-18-2010
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    128

    Nested if statement again...

    If Q1=-.59, or -2.07, or -3.54, put $5.36, otherwise $4.88

    Thank you!

  2. #2
    Valued Forum Contributor
    Join Date
    03-14-2012
    Location
    Arizona USA
    MS-Off Ver
    Excel 2000/2007
    Posts
    408

    Re: Nested if statement again...

    This is not a "nested" if function.

    =If(OR(Q1 = -0.59,Q1 = -2.07,Q1 = -3.54),5.36,4.88)

    format the cell with the currency option.

  3. #3
    Forum Contributor
    Join Date
    01-18-2010
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    128

    Re: Nested if statement again...

    Thank you very much;it's working fine.

+ 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