+ Reply to Thread
Results 1 to 2 of 2

Excel2010 IF Formula to return value based on a separate date and two separate text values

  1. #1
    Registered User
    Join Date
    03-11-2015
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    16

    Excel2010 IF Formula to return value based on a separate date and two separate text values

    Hi,

    I am trying to get a cell (X9) to return either

    a date thats +14days from another cells (V9) date if another cell (W9) has "yes" value
    a blank cell if another cell (V9) is blank
    an "N/A" if another cell (W9) has a "No" Value

    Ive tried this but to no good:

    =IF(V9="","",V9+14),IF(AND(V9=>01/01/1986,W9="Yes"),V9+14,IF(W9="No","N/A")

    Any help would be much appreciated

    Thanks

    Jake

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel2010 IF Formula to return value based on a separate date and two separate text va

    May be this...?


    =IF(V9="","",IF(AND(V9>=DATE(1986,1,1),W9="Yes"),V9+14,IF(W9="No","N/A","")))


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ 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. Need to select data based on conditions in a separate sheet then return the values
    By scottmcclean in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-14-2014, 03:39 PM
  2. [SOLVED] Need help to separate numeric values into separate cells (LEFT and RIGHT won't work)
    By RichMcc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-27-2013, 07:48 PM
  3. Replies: 6
    Last Post: 01-22-2012, 12:39 PM
  4. Replies: 4
    Last Post: 11-22-2010, 12:57 PM
  5. Excel 2003 separate values into separate cells
    By nickolm in forum Excel General
    Replies: 1
    Last Post: 06-17-2010, 10:05 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