+ Reply to Thread
Results 1 to 5 of 5

Search and Display

  1. #1
    Registered User
    Join Date
    04-17-2007
    Posts
    30

    Search and Display

    I am trying to generate the Results page from the Database page. Anyone can help to point out how do I do that?

    * Take note the Results Page is manual display of what I want it to look like, I have no idea how to make it look like this using formula.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by jacknjob
    I am trying to generate the Results page from the Database page. Anyone can help to point out how do I do that?

    * Take note the Results Page is manual display of what I want it to look like, I have no idea how to make it look like this using formula.
    Hi,

    In Results insert a new column B and in B2 put

    =IF(A2<>"",A2,B1)

    and formula fill that as far as required. You can then hide column B if required.

    In the new cell D2 (Jan, Alan) put

    =SUMPRODUCT(--(Database!$A$2:$A$65536=$B2)*(--(Database!$B$2:$B$65536=$C2)*(Database!C$2:C$65536)))

    and adjust the 65536 to your required range, then formula fill down and across as required.

    hth
    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    04-17-2007
    Posts
    30

    Nope

    Hi Bryan,

    Thanks but sumproduct is not what I am looking for...

    I have difficulties generating the "Results" Page - as in whole page, not just the formula column because:-

    1.) I do not know how many Owners will Database have.
    2.) I do not know how many Cost Type the owners have.

    This problem is more towards dynamic display of result rows.

    Thanks for sumproduct anyway, it will come in handy when someone crack both the problems above

    Regards,
    Jack

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by jacknjob
    Hi Bryan,

    Thanks but sumproduct is not what I am looking for...

    I have difficulties generating the "Results" Page - as in whole page, not just the formula column because:-

    1.) I do not know how many Owners will Database have.
    2.) I do not know how many Cost Type the owners have.

    This problem is more towards dynamic display of result rows.

    Thanks for sumproduct anyway, it will come in handy when someone crack both the problems above

    Regards,
    Jack
    so why would that affect the formula shown?


    or did you mearly want a sorted representation of the Database sheet?



    --
    Last edited by Bryan Hessey; 05-13-2007 at 11:15 PM.

  5. #5
    Registered User
    Join Date
    04-17-2007
    Posts
    30

    :)

    Hi Bryan,

    Sorry if I didn't make myself clear. I sorta change the Result Page to reflect more accurately of what I am looking for. Look at the input column, I want the Results to change according to what my inputs are.

    You will notice if I input different Owner names, it will reuslt in multiple dynamic rows, which I don't know how to get that done.
    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)

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