+ Reply to Thread
Results 1 to 3 of 3

index and match based on one input

  1. #1
    Registered User
    Join Date
    03-18-2014
    Location
    Brampton, ONTARIO
    MS-Off Ver
    Excel 365
    Posts
    78

    index and match based on one input

    Hi,

    I need to create a formula so that by inputting value of month, values are updated.
    I have series of account numbers and based on month, I need to upload values in a different system based on month. For example, In attached sheet, I update value in Colum AA2 and data in column AB and Column AC should be from table B to Y. For July, input of 7 is done in Column AA, and I changed the reference in column AB to N and column AC to O so that July data is updated.

    Please help,

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: index and match based on one input

    in AB5
    =INDEX(B5:Y5,1,MATCH(AA$2,B$4:Y$4,0))
    in AC5
    =INDEX(B5:Y5,1,MATCH(AA$2,B$4:Y$4,0)+1)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    03-18-2014
    Location
    Brampton, ONTARIO
    MS-Off Ver
    Excel 365
    Posts
    78

    Re: index and match based on one input

    Thanks a lot!

+ 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. Input data using index and match?
    By charliedumas42 in forum Excel General
    Replies: 2
    Last Post: 06-05-2019, 02:20 PM
  2. Creating INDEX MATCH MATCH formula based off text in cells
    By bbkdude in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-26-2017, 10:37 AM
  3. Replies: 4
    Last Post: 04-14-2017, 07:47 PM
  4. VBA Code for Index/Match/Match to input into excel based on 2 criteria inside form
    By Carl Fisher in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-22-2017, 12:11 PM
  5. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  6. User form with Index Match for 2 input boxes
    By Quasis in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-22-2015, 05:32 PM
  7. Need VBA for INDEX MATCH where user selects all variables from Input Box
    By rrcrbnsn07 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-27-2013, 02:43 PM

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