+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    Registered User
    Join Date
    07-15-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    24

    Data Selection Issues

    Dear All,

    I am trying to generate a Financial Analysis report. However, I am facing some problems trying to bring Quarter values for analysis. the objective is to make the sheet as flexible as possible allowing the user to choose any period that he wants to see against each other.

    Whenever, i choose Jan 09 or Jan 10 it works as I want it to
    however when i choose the quarter it shows an error. I am uable to resolve it.

    Please help.

    Regards,
    Attached Files Attached Files
    Last edited by Chimero; 03-19-2010 at 07:26 PM.

  2. #2
    Registered User
    Join Date
    07-15-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Data Selection Issues

    Any help will be appreciated. I am on a dead line this week with this. thanks in advance.

    regards,

  3. #3
    Registered User
    Join Date
    07-15-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Data Selection Issues

    Dear All,

    Still standing by... is it even possible?

    regards,

  4. #4
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,225

    Re: Data Selection Issues

    Please correct the sample sheet. It is currently full of REF errors, broken links to the last sheet.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  5. #5
    Registered User
    Join Date
    07-15-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Data Selection Issues

    Hi,

    sorry about that.. i was only expecting you to look into the first choice.. please find the revised version attached....

    regards,
    Attached Files Attached Files
    Last edited by Chimero; 03-18-2010 at 12:48 PM.

  6. #6
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,225

    Re: Data Selection Issues

    1) Create a "table" named range of the possible values in the INPUT-2010 sheet. Name the range CY_Table and give it a refers to of:
    ='Input- 2010'!$F$16:$V$20

    2) Create a "table" named range of the possible values in the INPUT-LY sheet. Name the range LY_Table and give it a refers to of:
    ='Input- LY'!$F$4:$U$8

    3) Fix the titles in INPUT-2010 for the quarters, they need to indicate 2010.

    4) In J7 enter this formula

    =IF(L8>0,L7/L8,0)

    5) In L7 enter this formula, then copy it down to L8:

    =IF($I$4="", "",IF(ISNUMBER(MATCH($I$4, LY_LItems, 0)), INDEX(LY_Table, MATCH($E7, LY_LItems, 0), MATCH($I$4, LY_Mths, 0)), INDEX(CY_Table, MATCH($E7, CY_LItems, 0),MATCH($I$4, CY_Mths, 0))))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  7. #7
    Registered User
    Join Date
    07-15-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Data Selection Issues

    Hi Bro,

    I tried working with the formula that you sent me. However, i am finding an error maybe i am doing something wrong here. Could you please take a look.

    regards,
    Attached Files Attached Files

  8. #8
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,225

    Re: Data Selection Issues

    1) Fix the quarters on sheet2 like I said before, S15:V15 need to list 2010.

    2) Then use this, small error in the first one, not sure why it even worked for me...

    =IF($I$4="", "",IF(ISNUMBER(MATCH($I$4, LY_Mths, 0)), INDEX(LY_Table, MATCH($E7, LY_LItems, 0), MATCH($I$4, LY_Mths, 0)), INDEX(CY_Table, MATCH($E7, CY_LItems, 0),MATCH($I$4, CY_Mths, 0))))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  9. #9
    Registered User
    Join Date
    07-15-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    24

    [Solved] Data Selection Issues

    Has anyone ever told you that you have the brains of 10 rocket scientists??? Oops seems like you already know

    You rock big time, man. Thanks for this. You just saved my life.
    Last edited by Chimero; 03-19-2010 at 07:25 PM.

  10. #10
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,225

    Re: Data Selection Issues



    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

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.2.0