+ Reply to Thread
Results 1 to 3 of 3

Thread: Connect if statements

  1. #1
    Registered User
    Join Date
    08-18-2011
    Location
    St. Peters
    MS-Off Ver
    Excel 2007
    Posts
    1

    Connect if statements

    I need help on combining or connecting these two if statements.

    =IF(S7<3000,"50",S7)

    =IF(S7>N7,S7,IF(S7<N7,N7,S7))*0.0083

  2. #2
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    1,974

    Re: Connect if statements

    Maybe this:

    =IF(S7<3000,50,IF(S7>N7,S7,IF(S7<N7,N7,S7)))*0.0083
    abousetta

  3. #3
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    1,974

    Re: Connect if statements

    This may be a shorter version:

    =IF(S7<3000,50,MAX(S7,N7))*0.0083
    abousetta

+ 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.2.0