+ Reply to Thread
Results 1 to 3 of 3

Concatenate with offset / abstract reference

  1. #1
    Registered User
    Join Date
    04-05-2016
    Location
    India
    MS-Off Ver
    2013
    Posts
    78

    Concatenate with offset / abstract reference

    I have a table with Area, Item and Output as fields. For functional propose, I wish to keep the ‘Area’ name only once, in other words, I do not intend to drag down the ‘area’ filed to each ‘item’ field. Hence, I desire to obtain the output as concatenation of ‘area’ and ‘item’ field but with offset. The normal CONCATENATE function does not take into account.
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Concatenate with offset / abstract reference

    C2=IF(B2="","",LOOKUP("zzzz",A$2:A2)&"-"&B2)
    Try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,911

    Re: Concatenate with offset / abstract reference

    Try this in C3:

    =IF(B3="","",LOOKUP("zzzzzzz",$A$2:A2)&"-"&B3)

+ 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. Offset, Copy, Concatenate, and Paste
    By jadown in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-19-2017, 02:12 PM
  2. Need help with OFFSET for 2 reference
    By Akbaruu in forum Excel General
    Replies: 3
    Last Post: 10-17-2015, 01:26 AM
  3. Quantifying Abstract Academic Levels
    By jjmmoo in forum Excel General
    Replies: 7
    Last Post: 10-04-2015, 01:39 PM
  4. [SOLVED] Can I use concatenate in a sheet reference?
    By excelquestionz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-27-2015, 05:06 PM
  5. Concatenate from a reference
    By Opsanalyst in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-24-2007, 11:37 AM
  6. [SOLVED] How to abstract a number from a string?
    By Danny Hoon in forum Excel General
    Replies: 4
    Last Post: 06-09-2005, 11:05 AM
  7. Offset Reference
    By matt4003 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 04-29-2005, 10:09 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