+ Reply to Thread
Results 1 to 3 of 3

Matching and finding data

  1. #1
    Registered User
    Join Date
    02-09-2020
    Location
    Istanbul
    MS-Off Ver
    O365
    Posts
    15

    Matching and finding data

    Dear experts,

    My goal is to be able to automatic write data to the cell I designate by matching the date and name, id numbers.
    EXCEL_TCrzhXnpbi.png


    I want to transfer Start Job hours in that column to column F.

    How can I verify with A, B, C and K, L, M columns.
    So if A, B, C equals K, L, M, then transfer column O to column F.

    You can find the Excel file in the attachment.

    Thanks in advance,
    Attached Files Attached Files

  2. #2
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,737

    Re: Matching and finding data

    Simple SUMIFS should works (G2):
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    however the biggest issue is that in col. L soem fo names contains diacritical sign.
    ex. Orhan Ozdag is not equal to ORHAN ÖZDAĞ and there are not matching but for Levent Koymatli is fine.
    I think that some additional UDF which clear off diacritics have to be used.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  3. #3
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,737

    Re: Matching and finding data

    I've added 'helper' column in col. Q which clear off unpleasant signs f
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    rom col. L by UDF like below:

    Please Login or Register  to view this content.
    and into L2:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    then as in my previous post into F2:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    then drag it down as long as needed.

    Please check attached file.
    Attached Files Attached Files

+ 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] Finding matching data L7
    By ricklou in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-26-2019, 12:35 PM
  2. Finding Matching Data in one Column/Adding corresponding matching string value.
    By swade730 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-02-2013, 07:23 PM
  3. matching and finding data between two spreadsheets
    By Megatron in forum Excel General
    Replies: 5
    Last Post: 07-23-2012, 02:49 PM
  4. Replies: 2
    Last Post: 08-06-2009, 06:04 PM
  5. finding or matching data
    By langdon37 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-09-2008, 02:25 PM
  6. Finding matching data
    By solnajeff in forum Excel General
    Replies: 5
    Last Post: 11-30-2007, 11:58 PM
  7. Finding matching cell data
    By SRL in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-24-2006, 10:50 AM

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