+ Reply to Thread
Results 1 to 16 of 16

Need to use a Vlookup to make my sheet fill in the table

  1. #1
    Registered User
    Join Date
    04-05-2015
    Location
    Leeds
    MS-Off Ver
    2013
    Posts
    91

    Need to use a Vlookup to make my sheet fill in the table

    Hey guys,

    Kind of hard to explain, basically im trying to find the formula to make this table

    Test 2.PNG

    Completed automatically without me needing to do anything from these results, I write in the blue boxes only and the last column has a rank formula in
    Test 1.PNG

    at the moment I Have made it so I can if i type the athletes number in the No. Box it will come up with their name, club and distance but they must be a way to do this automatically with a formula linking their final position column?
    Last edited by slock92; 04-06-2015 at 12:33 PM.

  2. #2
    Forum Contributor
    Join Date
    07-30-2014
    Location
    USA
    MS-Off Ver
    Version 14.4.3, Mac 2011
    Posts
    145

    Re: What Formula do I use?

    Could you post your sheet? This looks like a VLOOKUP problem but I'm not following where you keep your information or which table you want the formulas for.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: What Formula do I use?

    Hi slock92, welcome to the forum



    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem - not what you think the answer might be. (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    04-05-2015
    Location
    Leeds
    MS-Off Ver
    2013
    Posts
    91

    Re: What Formula do I use?

    deleted post
    Last edited by slock92; 04-06-2015 at 08:07 AM.

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

    Re: What Formula do I use?

    You have attached pictures of your file, but they are of no use to work on - attach a sample Excel workbook instead.

    Pete

  6. #6
    Valued Forum Contributor
    Join Date
    04-12-2012
    Location
    India
    MS-Off Ver
    Excel 2007, 2010, 2013, 2016, 2019, Office 365, Google Spreadhsheet
    Posts
    640

    Re: Need to use a Vlookup to make my sheet fill in the table

    Hi slock92,

    Could you attach the file here so that it will be very easy for all of us to respond on your query.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    Attach A File.jpg

  7. #7
    Registered User
    Join Date
    04-05-2015
    Location
    Leeds
    MS-Off Ver
    2013
    Posts
    91

    Re: Need to use a Vlookup to make my sheet fill in the table

    Here is the workbook
    Attached Files Attached Files
    Last edited by slock92; 04-06-2015 at 07:20 AM.

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Need to use a Vlookup to make my sheet fill in the table

    It would help if you included some dummy data ans showed what your expected answer looked like?

  9. #9
    Registered User
    Join Date
    04-05-2015
    Location
    Leeds
    MS-Off Ver
    2013
    Posts
    91

    Re: Need to use a Vlookup to make my sheet fill in the table

    sheet attached please see sheet U15 Girls Shot Putt
    Attached Files Attached Files

  10. #10
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Need to use a Vlookup to make my sheet fill in the table

    Try this instead...
    =INDEX(C$6:C$25,MATCH($A28,$O$6:$O$25,0))
    copied down and across for 1-10
    for the "score", change the reference

    For 11-20, you will need to change the bolded part as well, before copying down

  11. #11
    Registered User
    Join Date
    04-05-2015
    Location
    Leeds
    MS-Off Ver
    2013
    Posts
    91

    Re: Need to use a Vlookup to make my sheet fill in the table

    Brilliant Thank you very much

  12. #12
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Need to use a Vlookup to make my sheet fill in the table

    Happy to help

  13. #13
    Registered User
    Join Date
    04-05-2015
    Location
    Leeds
    MS-Off Ver
    2013
    Posts
    91

    Re: Need to use a Vlookup to make my sheet fill in the table

    Quote Originally Posted by FDibbins View Post
    Try this instead...
    =INDEX(C$6:C$25,MATCH($A28,$O$6:$O$25,0))
    copied down and across for 1-10
    for the "score", change the reference

    For 11-20, you will need to change the bolded part as well, before copying down
    Ive used this formula it works but just because im a bit of a perfectionist, is they a away to remove the #N/A? it works when the data is in but before the data is in can i remove the #N/A??

    Cheers
    Steve

  14. #14
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Need to use a Vlookup to make my sheet fill in the table

    sure...
    =iferror(iNDEX(C$6:C$25,MATCH($A28,$O$6:$O$25,0)),"")

  15. #15
    Registered User
    Join Date
    04-05-2015
    Location
    Leeds
    MS-Off Ver
    2013
    Posts
    91

    Re: Need to use a Vlookup to make my sheet fill in the table

    Quote Originally Posted by FDibbins View Post
    sure...
    =iferror(iNDEX(C$6:C$25,MATCH($A28,$O$6:$O$25,0)),"")
    Brilliant :D

    Thank you that is great, I am making a results programme for an event and that is a big help, I may need your help further on in the programme, if that is ok

  16. #16
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Need to use a Vlookup to make my sheet fill in the table

    Look forward to helping you again

+ 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. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  2. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 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