+ Reply to Thread
Results 1 to 4 of 4

How do I match a MM to a MM/YY & then Match then assign a value.

  1. #1
    Registered User
    Join Date
    09-24-2012
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    18

    How do I match a MM to a MM/YY & then Match then assign a value.

    Hi,

    I need write a forumla to solve the following (please see attached picture):

    excel2012_forumla.jpg


    Stating the obvious here:
    Column B = M/D/Y formatted show show as M/Y
    Column C = numerical value


    I would like to write a forumla in each cell E3:P3 that will match the generic month (JAN/FEB/MAR etc) to the M/Y corresponding numerical value.

    E3 would solve to 560
    F3 would solve to 499
    G3 would solve to 351

    So on and so forth...


    Thanks,
    Jerod



    EDIT: Sorry for the horrible subject line.
    Last edited by dooredge; 09-24-2012 at 03:14 PM. Reason: exceldummy

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How do I match a MM to a MM/YY & then Match then assign a value.

    In E3 use

    =INDEX($C$2:$C$13,MATCH(E2,TEXT($B$2:$B$13,"mmm"),0))

    Confirm with Ctrl+Shift+Enter and not just Enter and copy across
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    09-24-2012
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: How do I match a MM to a MM/YY & then Match then assign a value.

    Excellent, thank you so much Ace_XL.


    Jerod

  4. #4
    Registered User
    Join Date
    09-24-2012
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: How do I match a MM to a MM/YY & then Match then assign a value.

    See here: http://www.excelforum.com/excel-form...-fuctions.html


    apologies for the double-post. I should have started a new thread in the beginning.
    Attached Images Attached Images
    Last edited by dooredge; 10-15-2012 at 03:53 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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