+ Reply to Thread
Results 1 to 3 of 3

Autofill from Chart

  1. #1
    Registered User
    Join Date
    01-04-2011
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2007
    Posts
    2

    Post Autofill from Chart

    I want to enter data in a cell (B2) and enter data in another cell (C2). I want D2 to autofill based off of a chart where one axis is the data entered in B2 and the other axis is entered in C2. Hopefully, I explained it clearly. Reference the attachment. The example is a basic one, however, I will be using it for multiple rows and columns.

    Thank you for your help.
    Attached Files Attached Files

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,434

    Re: Autofill from Chart

    You could use SUMPRODUCT

    =SUMPRODUCT(($H$4:$H$8=B2)*($I$3:$M$3=C2)*$I$4:$M$8)

    or INDEX and MATCH
    =INDEX($I$4:$M$8,MATCH(B3,$H$4:$H$8,0),MATCH(C3,$I$3:$M$3,0))

    Assumes Rank and Year values will match exactly with those in the Row and Column headers of the table.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    01-04-2011
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Autofill from Chart

    Thank you so much. I knew Excel had to have a way, it can pretty much do anything. Thank you again.

+ 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