+ Reply to Thread
Results 1 to 4 of 4

Find and tag ID and Name accordingly

Hybrid View

  1. #1
    Registered User
    Join Date
    09-15-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    56

    Find and tag ID and Name accordingly

    Datetag example.xlsm

    What would be a way to tag the ID and name fields at the side of the data which belongs to the name and ID? The changes are in column F and G.

    I was thinking of doing a find on the name/ID then finding it's nearest start and end to find the range for the tagging then find after once the tagging is done but I'm not sure how to go about doing that and if it is the best way.

    Original and desired outcome worksheets in the attached file.
    Last edited by dwx; 10-12-2013 at 02:12 PM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Find and tag ID and Name accordingly

    Dutch F3 = [CODE=ALS($A3="Company:";VERSCHUIVING(F3;3;-4;;F2)][/CODE]

    Englisch F3 =
    =if($A3="Company:",offset(F3,3,-4,,),F2)
    See the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Find and tag ID and Name accordingly

    Thank you for the rep(utation).

    So I gues the question is solved.

    Will you mark the question as solved?

  4. #4
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Find and tag ID and Name accordingly

    another alternative in F3 & G3:
    =LOOKUP(2,1/(A$3:A3="Company:"),B$6:B6)

    =LOOKUP(2,1/(A$3:A3="Company:"),B$7:B7)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ 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. Replies: 1
    Last Post: 12-17-2012, 08:00 PM
  2. Replies: 4
    Last Post: 09-18-2012, 10:54 AM
  3. Find Macro With Userform - To find a data across multiple tabs in excel
    By Testify in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 03-15-2012, 04:49 PM
  4. Replies: 1
    Last Post: 06-15-2006, 09:15 PM
  5. Replies: 1
    Last Post: 01-31-2006, 06:25 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