Consulting

Results 1 to 2 of 2

Thread: Search Matching Value

  1. #1

    Search Matching Value

    Good Morning,
    I need a formula that searches for the final kilometer corresponding to a given plate and automatically places in the initial kilometer cell.


    As an example in the annex, in cell B6 would be the value 1200


    Thank you.
    Attached Files Attached Files

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    =VLOOKUP(A6,A2:C5,3,0) or am I missing something?
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •