+ Reply to Thread
Results 1 to 6 of 6

Data Link for output cell as a result of sumproduct..

  1. #1
    Registered User
    Join Date
    07-06-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    73

    Data Link for output cell as a result of sumproduct..

    Hi..

    I am just checking a possibility of displaying corresponding data of a cell generated out of function Sumproduct with condition. e.g. my output is as under

    > 5 and <= 10

    Applns. Amount

    2 0.15

    Here, I have generated Applns as well as Amount from a data available in different sheet by using Sumproduct function with multiple condition.

    Now, if user wants to check up the details of this summation e.g. 0.15, by clicking this particular cell , is there any way to display details from where it was fetched.. By this way I will restrict user to go to entire set of database and do some functions to fetch this data..(here I am also setting Protection to cell ON)..

    Regards,

    Kundanlal

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,208

    Re: Data Link for output cell as a result of sumproduct..

    Post a small sample file (not image) showing what you require.

  3. #3
    Registered User
    Join Date
    07-06-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    73

    Re: Data Link for output cell as a result of sumproduct..

    Posting sample file.. Here report is generated in Output sheet where for selected product "cycle", England is showing 150.. (this worksheet is protected with password "abc" which I wanted to do in actual report). My query was is there any way to show in the sheet output only, by clicking output 150 for England, respective details from Input sheet of corresponding to England can be displayed so that user should not go to actual database.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,208

    Re: Data Link for output cell as a result of sumproduct..

    I can't download file: remove p/w protection.

    Going out for some while.

  5. #5
    Registered User
    Join Date
    07-06-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    73

    Re: Data Link for output cell as a result of sumproduct..

    OK Sir, uploaded file samplebook2.xls..
    Attached Files Attached Files

  6. #6
    Valued Forum Contributor
    Join Date
    01-16-2012
    Location
    England
    MS-Off Ver
    MS 365
    Posts
    1,397

    Re: Data Link for output cell as a result of sumproduct..

    kundanla,

    Select product in C4,

    Your formulae show totals by country in Cols B and C.

    Attached now uses "array formula" in F6 to list all the entries that make up the totals as follows:

    =IFERROR(INDEX(Input!$A$2:$D$11,SMALL(IF(Input!$C$2:$C$11=$C$4,ROW(Input!$A$2:$A$11)-1),ROW(Input!A1)),1),"")

    (If no product is chosen, the cell remain blank. Otherwise it looks down Col A to find the first row where Col C matches whatever you put in C4, Then moves to next row and looks for next match, repeats in next row, and so on until it reached the end of COl A)

    Formula is copied across and down, adjusting the Col Rrf at end from 1 - 4

    Hope this helps

    Ochimus
    Attached Files Attached Files

+ 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. Search cell text and output different values based on result in another cell
    By tbarn1980 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-14-2013, 09:54 PM
  2. Output result from formula into different cell
    By jdeboef in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-11-2012, 03:06 PM
  3. Replies: 0
    Last Post: 01-08-2012, 02:31 PM
  4. Search A Cell And Output A Result From An Array
    By JonnyBoy333 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-03-2011, 08:24 AM
  5. output formula result into another cell
    By JMW123 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-29-2011, 08:44 AM
  6. Output result of a formula to a different cell?
    By nawu in forum Excel General
    Replies: 15
    Last Post: 04-03-2011, 09:12 PM
  7. Link Graphed data to output cells.
    By lumo1985 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 05-29-2008, 04:22 AM
  8. Link Graped data to output cells.
    By lumo1985 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 05-19-2008, 02:12 AM

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