+ Reply to Thread
Results 1 to 6 of 6

pivot table linked report using function

Hybrid View

  1. #1
    Registered User
    Join Date
    01-17-2009
    Location
    hyderabad, india
    MS-Off Ver
    Excel 2003
    Posts
    34

    pivot table linked report using function

    HTML Code: 
    Attached Files Attached Files
    Last edited by murarihyd; 12-08-2010 at 12:36 PM. Reason: changing title

  2. #2
    Registered User
    Join Date
    01-17-2009
    Location
    hyderabad, india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: function report

    Pls see the attachment for better understanding what i want

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: pivot table linked report using function

    Not entirely sure I understand but in general terms - based on the specific sample:

    B22:
    =MIN(IF(ISNUMBER(INDEX($B$4:$D$17,0,ROWS(B$22:B22))),$A$4:$A$17))
    confirmed with CTRL + SHIFT + ENTER (enter alone will not suffice)
    
    C22:
    =LOOKUP(9.99E+307,INDEX($B$4:$D$17,0,ROWS(C$22:C22)),$A$4:$A$17)
    confirmed with Enter
    
    D22:
    =SUM(INDEX($B$4:$BD$17,0,ROWS(D$22:D22)))
    confirmed with Enter
    
    B22:D22 copied down as nec.

  4. #4
    Registered User
    Join Date
    01-17-2009
    Location
    hyderabad, india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pivot table linked report using function

    thank you for your solution

    in cell B22, the result is not coming properly. can you fill it up the attachement and post it.

    second, can you explain in the C22 lookup function what is the function of 9.99E+307

  5. #5
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: pivot table linked report using function

    Quote Originally Posted by murarihyd
    can you fill it up the attachement and post it.
    Re: B22 - I suspect you did not confirm as an Array (confirming the formula with Enter alone will not suffice as stated previously)
    You need to be able to do this on your own so in this instance I think you will get some value recreating it yourself.

    Re: C22
    9.99E+307 is a big number: 9.99*10^307
    This number used with LOOKUP in this context will return the last numeric value found in the precedent range (lookup_vector)
    Where a result_vector is specified (as is the case here) the value associated with the last numeric value found in the lookup_vector is returned - here for ex. we return the associated date.

    For more info. on last values etc see: http://www.xldynamic.com/source/xld.LastValue.html

  6. #6
    Registered User
    Join Date
    01-17-2009
    Location
    hyderabad, india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: pivot table linked report using function

    hello,

    i got the result.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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