+ Reply to Thread
Results 1 to 4 of 4

Writing two IF/ELSE formula's together

  1. #1
    Forum Contributor
    Join Date
    06-04-2014
    Location
    Nevada, USA
    MS-Off Ver
    2010, 2013
    Posts
    342

    Writing two IF/ELSE formula's together

    Hi Folks,
    I have two formulas that I would like to write as a single formula

    formula 1
    =if(AND(A1>8, B1=1),-C1, "SAME TEXT")

    Formula 2
    =IF(AND(A1>8, B1<>1),C1-6,"SAME TEXT")

    Is it possible to write these two formula's as a single formula?

    Any help would be much appreciated.

    Thank you in advance.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Writing two IF/ELSE formula's together

    Try

    =IF(A1>8,IF(B1=1,-C1,C1-6),"SAME TEXT")

  3. #3
    Forum Contributor
    Join Date
    06-04-2014
    Location
    Nevada, USA
    MS-Off Ver
    2010, 2013
    Posts
    342

    Re: Writing two IF/ELSE formula's together

    Hi Jonmo1,
    Thank you

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Writing two IF/ELSE formula's together

    You're weclome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. writing an AND formula in VBA
    By juniperjacobs in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 01-23-2011, 09:59 PM
  2. Excel 2007 : Help writing a formula
    By JULIE1983 in forum Excel General
    Replies: 1
    Last Post: 03-02-2010, 01:39 PM
  3. Writing a formula
    By changetires in forum Excel General
    Replies: 1
    Last Post: 06-27-2006, 12:20 PM
  4. Replies: 2
    Last Post: 01-03-2006, 05:42 PM
  5. writing a formula
    By philz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-01-2005, 12:35 AM

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