+ Reply to Thread
Results 1 to 7 of 7

How to conditionally concatenate in Excel 2016

Hybrid View

  1. #1
    Registered User
    Join Date
    03-27-2019
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    4

    Re: How to conditionally concatenate in Excel 2016

    Hi ChemistB,

    Thanks for this. Actually, I made a mistake. Instead of concatenating Node B to Node A I want the opposite(instead of concatenating row 3 to row 2, I want row 2 to row 3). Please see the example_corrected spreadsheet.

    How would this work now?
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: How to conditionally concatenate in Excel 2016

    If you take my suggested approach, you can have the same formula in C2 (copied down) and this one in B2:

    =IF(OR(C2=MAX(C:C),C2=""),"",INDEX(A:A,MATCH(C2+1,C:C,0))&"-"&A2)

    which just reverses the order.

    Hope this helps.

    Pete

+ 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. Concatenate 2 Dates Conditionally Using Another Cell
    By chiatbw in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-20-2017, 08:05 AM
  2. Replies: 1
    Last Post: 09-18-2017, 08:27 AM
  3. [SOLVED] Issue send email with excel 2016 true outlook 2016
    By kirana2014 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-12-2017, 11:34 AM
  4. Help! Automated Email coding for Excel 2016 and Outlook 2016 problems
    By lisa6421 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-01-2017, 08:07 AM
  5. [SOLVED] conditionally concatenate values in second table
    By kammend in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 01-27-2016, 11:44 AM
  6. [SOLVED] How to concatenate mutiple rows and show it in a single Cell Conditionally
    By Kandavalli.Kiran in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-04-2015, 04:48 PM
  7. how do i concatenate conditionally formatted cells in excel
    By Sandwiches2 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-13-2006, 09:45 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