+ Reply to Thread
Results 1 to 5 of 5

import a row of delimited data and combine with existing row

  1. #1
    Registered User
    Join Date
    12-04-2023
    Location
    USA
    MS-Off Ver
    Microsoft Office Standard 2016
    Posts
    3

    import a row of delimited data and combine with existing row

    Hello,

    i'm looking to import 1 row of delimited data and combine/merge data. I want to update/replace the data if it changed but if the data is blank i want to keep the existing data. is this possible?

    existing cells: abc, 123, ABC, 345
    new cell data: abc, , EFG, ,

    combind: abc, 123, EFG, 345


    hope this make sense.

    thank you
    mike

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: import a row of delimited data and combine with existing row

    Maybe this, copied across:

    =IF(A2="",A1,A2)

    or this, does it all in one calculation:

    =IF(A2:D2="",A1:D1,A2:D2)

    See file (it almost ALWAYS helps to include a sample file, with expected answers).
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    12-04-2023
    Location
    USA
    MS-Off Ver
    Microsoft Office Standard 2016
    Posts
    3

    Re: import a row of delimited data and combine with existing row

    Thank you Glenn!!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: import a row of delimited data and combine with existing row

    You're welcome. Thanks for letting us know that you got an answer.




    Please take a moment and consider clicking the "Add Reputation" button at the foot of any of the posts of anyone who helped you reach a solution here today.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,853

    Re: import a row of delimited data and combine with existing row

    So this wasn't an Access query, then?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. How To Paste Data From Tab Delimited Txt Into Existing Workbook
    By pcopeland in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-12-2018, 02:59 PM
  2. Combine all data from one row into one other cell, pipe-delimited
    By ShootingBlanks in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-12-2016, 12:26 PM
  3. import data from tab delimited txt file into on excel sheet
    By flojos in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-05-2013, 08:34 PM
  4. how do I import tab delimited data?
    By Rob in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-02-2006, 03:50 PM
  5. [SOLVED] how do Import data tab delimited text?
    By Rob in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-02-2006, 03:25 PM
  6. Data Import -> Delimited setting for all data links
    By Excellion - ExcelForums.com in forum Excel General
    Replies: 0
    Last Post: 05-02-2005, 04:06 AM
  7. [SOLVED] Re: Data Import -> Delimited setting for all data links
    By Excellion - ExcelForums.com in forum Excel General
    Replies: 0
    Last Post: 05-02-2005, 04:06 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