Results 1 to 4 of 4

Values to be renamed automatically

Threaded View

  1. #2
    Registered User
    Join Date
    01-29-2009
    Location
    Berkshire, England
    MS-Off Ver
    For Office 365
    Posts
    57

    Re: Values to be renamed automatically

    This appears to be a simple Vlookup.
    Using your list of vessels, let's create an example. Enter 'HDS' in cell D1. Then, in cell D2, enter this formula...
    Formula: copy to clipboard
    =vlookup(D1,$A$1:$B$101,2,false)


    I have never used anything other than 'false' for the last option, but the other three parts to this tell the cell to look up what is in cell D1 (HDS) within the first column of the table from cells A1 to B101 (The '$' signs will just mean that when you copy and paste this formula to other cells, it will always look in these cells) and then return whatever is in the second column.

    So, in this case, it would return 'HYUNDAI DRIVE'

    I hope this helps in some way
    Last edited by buzzbee; 10-30-2014 at 12:17 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 06-12-2012, 11:21 AM
  2. Prevent sheets from being renamed
    By LAF in forum Excel General
    Replies: 3
    Last Post: 02-01-2010, 04:30 PM
  3. pivottables: renamed fields and renamed data
    By lalbatros in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-04-2007, 03:30 PM
  4. Renamed ranges - PART 2
    By rm81 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-07-2006, 09:00 AM
  5. Renamed invalid sheet name
    By Angela in forum Excel General
    Replies: 7
    Last Post: 02-17-2006, 11:20 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