+ Reply to Thread
Results 1 to 2 of 2

If/and formula modification

  1. #1
    Forum Contributor
    Join Date
    08-25-2013
    Location
    Virginia, USA
    MS-Off Ver
    Excel 2013
    Posts
    205

    If/and formula modification

    The formula in column "Q" needs an additional (IF TRUE, IF FALSE) parameter, but I can't figure out how to add it.

    I would like to adjust the formula so that IF D95=1, E95=W, D96=2, E96=W, & D97 <>=3 THEN Q95 = (M96*2+M95)
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    03-17-2005
    Location
    Canterbury, Kent
    MS-Off Ver
    2003, 2010
    Posts
    285

    Re: If/and formula modification

    is this what you want??

    =IF(AND(D95=1,E95="W",D96=2,E96="W",D97<>3),(M96*2)+M95,0)

    Windy

+ 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. Formula Modification
    By quibilty in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-14-2013, 01:25 AM
  2. If Formula Modification
    By nathanB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-17-2013, 05:38 AM
  3. [SOLVED] IF formula need modification
    By nur2544 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-17-2012, 12:51 AM
  4. formula modification
    By tofimoon4 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 06-20-2009, 05:59 AM
  5. Modification of a formula
    By ForSale in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-12-2005, 06:39 PM

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