+ Reply to Thread
Results 1 to 3 of 3

Concatenate IF cell is not empty

  1. #1
    Registered User
    Join Date
    11-17-2010
    Location
    Nottinghgam
    MS-Off Ver
    Excel 2003
    Posts
    20

    Concatenate IF cell is not empty

    Evening all,

    I have a simple spreadsheet that I'm currently building that I require help in with a couple of areas, I may need a macro so I will post that on a different thread.

    I've attached my spreadsheet which has two worksheets, Input and 1. Phone (Jabber), I populate the 2nd worksheet from the Input worksheet with the aid of Concatenate, I would like to know how to achieve the following please.

    If I have and empty cell I want another cell to be emptied, looking at my 2nd worksheet in cell A4 you will see I have the formula =IF(C4="","","FILLED") this is my just testing I can make the cell empty and then populate with the word FILLED.

    What I would like to achieve is instead of saying FILLED I can pull data from the Input worksheet =CONCATENATE("CSF",UPPER(Input!E3))
    So basically if the C4 is empty leave A4 blank, if not then =CONCATENATE("CSF",UPPER(Input!E3))

    Hope this makes sense and hope you can also let me know how to achieve this.

    Many thanks,
    Chet
    Attached Files Attached Files
    Last edited by chet; 06-02-2021 at 05:20 PM.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Concatenate IF cell is not empty

    is this what you are saying you want?
    =IF(C2="","",CONCATENATE("CSF",UPPER(Input!E2)))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    11-17-2010
    Location
    Nottinghgam
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Concatenate IF cell is not empty

    Perfect, thanks for your time and help.

+ 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] TEXTJOIN if empty "" if not empty CONCATENATE the first cell in row with this cell
    By Mattec in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-25-2021, 02:29 PM
  2. [SOLVED] concatenate to first empty cell in column
    By thadacto in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-13-2017, 07:43 AM
  3. [SOLVED] concatenate corresponding header row text when row cell is not empty
    By copperberry in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-16-2015, 02:04 AM
  4. Eliminating empty cell in the concatenate
    By asapkevin in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 08-06-2014, 09:10 PM
  5. [SOLVED] Concatenate IF cell is not empty
    By GMSuppliesltd in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-05-2013, 01:58 AM
  6. Replies: 2
    Last Post: 01-06-2011, 11:27 AM
  7. Excel 2007 : Concatenate Next Non-Empty Cell in a Column
    By paulrockliffe in forum Excel General
    Replies: 15
    Last Post: 03-30-2010, 12:04 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