+ Reply to Thread
Results 1 to 4 of 4

Formula for multiple charts

  1. #1
    Forum Contributor
    Join Date
    06-28-2009
    Location
    newcastle, uk
    MS-Off Ver
    Excel 2010
    Posts
    187

    Smile Formula for multiple charts

    Hi

    I have attached an excel sheet with 3 charts on it. i have explained what i require in the attachment. Sorry if it is hard to understand.

    Basically i do a tipping competition where people pick choose a horse from 5 races, and they get 5 points for the winner, 3 points for 3nd and 1 point for 3rd. in chart c i wish to put results of each of the 5 races. in chart 3 are peoples picks for each race, and i am after if at all possible a way of getting the result in chart b.

    So if in race 1 number 4 gets 5 points and one of the people in the competition has chosen number 5, i wouldlike in chart c for 5 to appear as to show they made 5 points from that result.

    Thanks
    G
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    06-28-2009
    Location
    newcastle, uk
    MS-Off Ver
    Excel 2010
    Posts
    187

    Re: Formula for multiple charts

    Hi
    Just wondering if anyone thinks this type of formula is possible or not?

    Any help would be greatly appreciated.

    Thanks
    G

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

    Re: Formula for multiple charts

    Try this,

    =IFERROR(INDEX($O$1:$Q$1,1,MATCH(B2,$O$2:$Q$2,0)),"")

    You will have to modify it going across the 5 columns so the Match part goes down the table in O:Q. Then it will copy down the rows in chartb
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

  4. #4
    Forum Contributor
    Join Date
    06-28-2009
    Location
    newcastle, uk
    MS-Off Ver
    Excel 2010
    Posts
    187

    Re: Formula for multiple charts

    thanks Andy that was exactly what i was looking for. will save me hours.

    Gemma

+ 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