+ Reply to Thread
Results 1 to 2 of 2

Adding additional IF statement

  1. #1
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    Adding additional IF statement

    In the formula in R83 I would like to add

    IF(S65<R65-$P$84,"",S65)

    can anyone help me with this?
    Attached Files Attached Files

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Adding additional IF statement

    Hi Rhudgins, perhaps

    =IF(OR(R65="",Q83=""),"",IF(R65>$P$83,R65,IF(S65>=R65-$P$84,S65,"")))

    Is it possible for R65>$P$83 and S65>=R65-$P$84 to both be true? If so, which should "win"?

+ 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