+ Reply to Thread
Results 1 to 9 of 9

Help required to correct formula

  1. #1
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Help required to correct formula

    Hi friends,

    I want to retrieve marks from ‘result’ sheet to progress card.
    There are 3 subjects on ‘Result’ sheet on different columns ‘o, q, r’
    I want to retrieve the marks of these 3 subjects on progress card cell k8’
    These are optional subjects so that the student has to take only 1 subject. So that for each standard the subject is different only 1 of these 3.

    I’m getting error in the following formula:
    Please Login or Register  to view this content.
    Any help will be appreciated.

    Thanking you.
    Sincerely,

    mso3

  2. #2
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    2,760

    Re: Help required to correct formula

    Can you post the sheet? Remove any sensitive data.
    Click the * Add Reputation button in the lower left hand corner of this post to say thanks.

    Don't forget to mark this thread SOLVED by going to the "Thread Tools" drop down list above your first post and choosing solved.

  3. #3
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Re: Help required to correct formula

    Hi,
    Please see the attached workbook.

    Thank you.
    Attached Files Attached Files
    Last edited by mso3; 03-25-2015 at 01:42 AM. Reason: Attach corrected workbook

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help required to correct formula

    In K8 Cell of Sheet2


    =IFERROR(VLOOKUP(O5,Result!A:R,15,0)&"-"&VLOOKUP(O5,Result!A:R,17,0)&"-"&VLOOKUP(O5,Result!A:R,18,0),"Not Found")


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Re: Help required to correct formula

    Hi Sixthsense,
    Thank you. It's working fine.

    In the table I have used the index-match function for other subjects which are working fine but this is the only vlookup function in the table. I don't know how to use vlookup function.

    The problem is solved but for my knowledge will you please use the vlookup function in the following index-match function formula? Please don't ask me to start a new thread for it. Simply send me a vlookup formula for it for my understanding and to learn new function.

    Please Login or Register  to view this content.
    Thank you for your kind help.

    Have a nice day!

  6. #6
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help required to correct formula

    Try this...


    =IFERROR(INDEX(Result!$O$7:$O$81,MATCH($O5,Result!$A$7:$A$81,0)),"")

  7. #7
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Re: Help required to correct formula

    Hi Sixthsense,
    No! I want to know how to use vlookup function for the formula index-match I have posted. In short I want to how to use vlookup function for it. I want to learn vlookup formula which can be use instead of index-match.

    Thank you.

  8. #8
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help required to correct formula

    May be this...?


    =IFERROR(VLOOKUP($O5,Result!$A$7:$O$81,15,0),"")


    Required result is Column-O so From A to O 15 columns. So use 15 in the above formula

  9. #9
    Forum Contributor
    Join Date
    06-29-2014
    Location
    India
    MS-Off Ver
    2010 Windows 10 64 bits
    Posts
    1,269

    Re: Help required to correct formula

    Hi Sixthsense,
    Thank you for your kind guidance to teach me a new function. Now I understood how to use vlookup function instead of index-match.

    Now just for my curiosity and knowledge ...
    1. What is the difference between these two function?
    2. When to use vlookup and when to use index-match function?

    Thank you and have a nice day.

+ 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. If all required cells are in column, return Correct, else Error
    By ottoex in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-10-2014, 11:43 PM
  2. Nested IF statement or correct function required?
    By mlester in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-29-2013, 02:40 PM
  3. [SOLVED] run time 424 object required. (names are correct)
    By emilyloz in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 06-26-2013, 11:18 AM
  4. [SOLVED] Urgent Help required !!!! - to deplay correct loop methodology are some other equivalent
    By Rem0ram in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 12-15-2012, 01:36 PM
  5. [SOLVED] Multiple MATCHes required to pull correct (distinct) data
    By mmayna03 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-31-2012, 03:40 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