+ Reply to Thread
Results 1 to 4 of 4

Find and return fix value in a cell

  1. #1
    Registered User
    Join Date
    02-18-2018
    Location
    Dubai
    MS-Off Ver
    2010
    Posts
    8

    Find and return fix value in a cell

    Dear all,

    I have a contractor number list with revision and date + client ID.
    Every contractor number has a fix Client number(allocated).
    In example: "ABC-2450-001" has a client fix ID equals to "CLT-0000-ABC-0001".

    As ABC-2450-001, is being revise from Rev 1 onwards, how to get/find the fix Client ID and
    return to column E (if we have received the latest revision) (please see attached example).

    This date is getting huge, different contractor numbers with Fix client IDs, being revised.


    Thanks for your help guys.

    E
    Attached Files Attached Files

  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,025

    Re: Find and return fix value in a cell

    Maybe with the help of a lookup table:

    =IF(D2="","",VLOOKUP(B2,H:I,2,FALSE))
    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
    02-18-2018
    Location
    Dubai
    MS-Off Ver
    2010
    Posts
    8

    Re: Find and return fix value in a cell

    Thanks Glenn!
    Last edited by AliGW; 12-15-2019 at 05:08 AM. Reason: Please don't quote unnecessarily!

  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,025

    Re: Find and return fix value in a cell

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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: 9
    Last Post: 08-24-2017, 09:16 PM
  2. Find a string withing cell range and return cell number
    By visak in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-16-2015, 09:19 PM
  3. Find last cell containing text in row then return date from above cell
    By tom.mat.walker in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-22-2014, 10:32 AM
  4. [SOLVED] Find match, find related cell and return that number
    By HelpHelpHelp in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-17-2012, 06:46 AM
  5. Replies: 6
    Last Post: 09-18-2012, 10:43 AM
  6. [SOLVED] Find cell value and return even number on adjacent cell
    By Surya51 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-29-2012, 01:03 PM
  7. How to find value in cell A2 in C:C and return D
    By danny2324 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-16-2008, 12:10 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