+ Reply to Thread
Results 1 to 4 of 4

Return value from another column

  1. #1
    Forum Contributor
    Join Date
    01-18-2013
    Location
    England
    MS-Off Ver
    2016 (Mac)
    Posts
    149

    Wink Return value from another column

    Hello everyone,

    I am in need of a formula that will match the month (text) in column D1:D14 with column A1:A12 and return the value in column B1:B12.

    Here is an example:
    Screen Shot 2017-12-22 at 10.34.05.jpg

    The formula in column E needs to do this:

    Screen Shot 2017-12-22 at 10.47.22.jpg


    So for example E10 has taken the month from D10 (August) and searched column A1:A12 to match the month string. A10 is a match and the answer is therefore B10 (Q4).

    Example below:

    Screen Shot 2017-12-22 at 10.51.38.jpg


    I hope this makes sense. I have searched around and tried using Index / Match etc. but my Excel knowledge is not great. It will be interesting to see how to do something like this.

    Thank you for any help
    Attached Images Attached Images

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Return value from another column

    Try this in E1:

    =IFERROR(VLOOKUP(TEXT(D1,"mmmm"),A:B,2,0),"")

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    01-18-2013
    Location
    England
    MS-Off Ver
    2016 (Mac)
    Posts
    149

    Re: Return value from another column

    Pete_UK

    Perfect : )
    I updated my date so that it is excel compliant (I took out the th from 30th June) and it works perfectly.
    Thank you so much, I have been trying to solve this all morning and have been pulling my hair out lol.

    Thank you so much, I really am very grateful.

    Kind Regards,

    Margate

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Return value from another column

    You're welcome, glad to be of help. Thanks for the rep.

    Pete

+ 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. Compare multiple columns (column A,column B,Column C) and return value (Column D)
    By john008 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-21-2015, 08:24 AM
  2. [SOLVED] How to return address of the column or cell I select, not just return the value?
    By qzqzjcjp in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-18-2014, 04:57 PM
  3. Return the Title of a column if the column is the highest column with data
    By williamspage in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-22-2013, 10:05 AM
  4. Replies: 8
    Last Post: 05-16-2013, 05:28 PM
  5. Replies: 4
    Last Post: 03-13-2013, 12:38 PM
  6. Replies: 3
    Last Post: 01-10-2006, 06:10 AM
  7. [SOLVED] Index Row and return data in a Single Column:No return
    By Domenic in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 04:05 AM

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