+ Reply to Thread
Results 1 to 3 of 3

Concatenate or hide blank

  1. #1
    Registered User
    Join Date
    05-06-2020
    Location
    Silverton, OR
    MS-Off Ver
    2016
    Posts
    1

    Concatenate or hide blank

    I have a spreadsheet with a filed that only gets populated infrequently. I need it so that when this field gets populated it takes that value and in the cell next to it appends a value xyz.555

    For example if a user inputs 5552223333 the next cell over will display 5552223333xyz.555 but if the user skips that field the cell next to it would be blank. I have the value xyz.555 as a hidden value to reference in formulas (Cell T1)

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Concatenate or hide blank

    Perhaps this?
    =if(A1="","",A1&xyz.555)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Concatenate or hide blank

    I take it that worked for you, so thanks for the feedback

+ 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. Macro to loop through column, if blank blank cells then hide rows
    By stein7 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-25-2019, 01:24 PM
  2. Concatenate : Leave blank if cell = blank
    By cyee in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-19-2018, 05:15 PM
  3. [SOLVED] Hide decimals through =CONCATENATE
    By HaroonSid in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-25-2016, 11:37 AM
  4. Hide rows for blank Cells when there is another blank cell below
    By bilich in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-16-2016, 08:29 PM
  5. [SOLVED] concatenate with symbols and blank if blank
    By Mohrinho in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-10-2015, 06:28 AM
  6. [SOLVED] Concatenate If Blank - remove blank line if first cell is blank
    By ker9 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-27-2014, 02:14 PM
  7. [SOLVED] Concatenate several dates and hide 1/00/00
    By Jeff in forum Excel General
    Replies: 5
    Last Post: 07-07-2006, 07:30 AM

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