+ Reply to Thread
Results 1 to 3 of 3

Text Data Formula

  1. #1
    Registered User
    Join Date
    09-05-2010
    Location
    italy
    MS-Off Ver
    Excel 2018
    Posts
    63

    Text Data Formula

    Hi,

    I am new in this Forum. I hope I will describe correctly my issue, as follows.
    I need help on a formula:

    Cell A1: 1
    Cell B1: john (text)
    Cell A2: 2
    Cell B2: phil
    Cell A3: 3
    Cell B3: Mary


    Cell h6: I choose a number (1,2....) that ranges accordingly to the "A"'s column.
    Here the inquiry:
    Cell I6: what's the formula that gets me the exact same text next to the cell's number i fill:

    Example: if in cell h6 i write 1, in the cell I6 I would like it to show "John"
    Likewise, if I write 2 in the cell h6, in the Cell I6 I would like to show "Phil"

    thanks a lot.

    Carlo

  2. #2
    Forum Contributor
    Join Date
    05-27-2008
    Location
    Newcastle Upon Tyne UK
    MS-Off Ver
    XP Excel 2003
    Posts
    105

    Re: Text Data Formula

    =VLOOKUP(C2,A1:B3,2)

    C2 is the data that you want to search for - that data is in A and the value to lookup is in B

    The data in a needs to be sorted.

    edvwvw

  3. #3
    Registered User
    Join Date
    09-05-2010
    Location
    italy
    MS-Off Ver
    Excel 2018
    Posts
    63

    Re: Text Data Formula

    thanks a lot, you're great!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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