+ Reply to Thread
Results 1 to 3 of 3

If statement assistance

  1. #1
    Forum Contributor
    Join Date
    05-24-2010
    Location
    London England
    MS-Off Ver
    Excel 2003
    Posts
    345

    If statement assistance

    Hi please see the following attached spreadsheet.

    I need to populate col D.

    What I want the forumnla to do is look in col C, if it equals "HBI", then look in col J, then if col C says HBI and col J is greater than the date 30th sept 2013, then input in Col D HBI Evolutions. If col C does not have HBI return blank, if col C is HBI but is before 30th sept 2013, then return HBI.

    thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,079

    Re: If statement assistance

    Try

    ="HBI "&IF(AND(C2="HBI",J2>DATEVALUE("30/09/2013")),"Evolutions","")
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    05-24-2010
    Location
    London England
    MS-Off Ver
    Excel 2003
    Posts
    345

    Re: If statement assistance

    thx it's perfect

+ 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. [SOLVED] Assistance with If statement
    By capson in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-07-2014, 02:28 PM
  2. [SOLVED] I need some assistance with IF statement
    By billylasvegas in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-22-2013, 12:27 PM
  3. [SOLVED] Assistance with If And statement
    By Delta729 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-01-2013, 09:56 AM
  4. IF Statement Assistance
    By gasguzzler in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-11-2009, 04:50 PM
  5. Assistance with an IF statement
    By dabman in forum Excel General
    Replies: 1
    Last Post: 04-09-2009, 08:31 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