+ Reply to Thread
Results 1 to 4 of 4

Need to create a Concatenate formula that displays on a conditional basis

  1. #1
    Registered User
    Join Date
    08-08-2013
    Location
    DC
    MS-Off Ver
    Excel 2007
    Posts
    3

    Need to create a Concatenate formula that displays on a conditional basis

    I am using the below formula to generate a comment that displays when a report will expire. Because I added the text "This report will expire on" directly into the concatenate function arguments box it is constantly displayed. I want the cell to be blank if there is no date in the third party expiration!D13 cell.

    =CONCATENATE("This report will expire on"," ",TEXT('Third Party Expiration'!D13,"mmmm d, yyyy"))

    This formula is constantly displayed as "This report will expire on"
    When there is a date in the D13 cell then an example display is "This report will expire on August 8, 2013"

    When D13 contains no date- I do not want the words "this report will expire on" to show up. How can I alter this formula to have the cell left blank on a conditional basis.

    Thanks!

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Need to create a Concatenate formula that displays on a conditional basis

    Perhaps..

    =IF('Third Party Expiration'!D13="","",CONCATENATE("This report will expire on"," ",TEXT('Third Party Expiration'!D13,"mmmm d, yyyy")))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    08-08-2013
    Location
    DC
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Need to create a Concatenate formula that displays on a conditional basis

    Thank you!! Works great!

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Need to create a Concatenate formula that displays on a conditional basis

    You are welcome and thanks for the feed back.

    As that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thank you.

+ 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. Can I create a formula using concatenate?
    By rohed in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 05-05-2022, 11:54 AM
  2. Need to create a formula that either subtracts or displays 0
    By FlowrHuntr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-09-2013, 04:02 PM
  3. [SOLVED] Create calc formula with INDIRECT and CONCATENATE
    By FixandFoxi in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-28-2012, 05:53 AM
  4. how can i use concatenate to create a linking formula?
    By DRandolph in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-25-2006, 03:30 PM
  5. Replies: 2
    Last Post: 09-14-2005, 04:46 PM

Tags for this Thread

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