+ Reply to Thread
Results 1 to 27 of 27

Summarising data.

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-03-2008
    Location
    Northern Ireland
    MS-Off Ver
    2003
    Posts
    107

    Re: Summarising data.

    NBVC hows things....

    See attached.

    Essentially all I want is the summary sheet to show the data in where columns S, W, AA, AE, AI, AM have a 'red figure' (number above 0). Where this is the case I want the data in all the columns on the summary sheet to be filled with the data in each day's record sheet. (This also needs to work as a drop down!!!)

    Many thanks as always!
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Summarising data.

    Quote Originally Posted by Steve-B View Post
    NBVC hows things....

    See attached.

    Essentially all I want is the summary sheet to show the data in where columns S, W, AA, AE, AI, AM have a 'red figure' (number above 0). Where this is the case I want the data in all the columns on the summary sheet to be filled with the data in each day's record sheet. (This also needs to work as a drop down!!!)

    Many thanks as always!
    Originally, you said if the user enters something in column D... then show in summary table.. you also didn't specify multiple sheets being summarized....

    Also, can't "filter" by font/background colour.. unless you want to get into VBA.. so is the criteria if there is a number in those columns S, W, AA, AE, AI, AM greater than 0, then include? Or if there is a name in Column D include, or what?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    06-03-2008
    Location
    Northern Ireland
    MS-Off Ver
    2003
    Posts
    107

    Re: Summarising data.

    Apologies for adding.

    In order to keep it simple, i only need data shown in the summary sheet where the figure in cell s,w,aa,ae etc are filled above 0. (Conditional formatting only used to show areas where stock is needed... don't need this as part of the formula.)

    Many thanks.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Summarising data.

    See attached for Formula solution:

    In each Date sheet, add column AO formula in AO2, copied down to however far you want:

    =IF(D2="","",SUM(S2,W2,AA2,AE2,AI2,AM2)>0)

    Then in Summary Sheet, Formula in D2 to count number of TRUE in relevant sheet:

    =COUNTIF(INDIRECT(C2&"!AO:AO"),TRUE)

    Formula in A6:

    =IF(ROWS($A$1:$A1)>$D$2,"",INDEX(INDIRECT($C$2&"!A1:A100"),SMALL(IF(INDIRECT($C$2&"!AO1:AO100")>0,ROW(INDIRECT($C$2&"!AO1:AO100"))),ROWS($A$1:$A1))))
    adust ranges to suit your data in date sheets... then Confirm with CTRL+SHIFT+ENTER not just ENTER..

    Copy down as far as you want.

    Then Copy formula in A6 across all columns...

    You will need to adjust the red range to match the columns in the date sheets, then confirm each with CSE keys and copy down.
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    06-03-2008
    Location
    Northern Ireland
    MS-Off Ver
    2003
    Posts
    107

    Re: Summarising data.

    Many thanks yet again for your help.

    Genius...

  6. #6
    Forum Contributor
    Join Date
    06-03-2008
    Location
    Northern Ireland
    MS-Off Ver
    2003
    Posts
    107

    Re: Summarising data.

    BUMP!

    PM sent to NBVC in order to change the INDIRECT formula so that the drop down list is changed from days of the week to dates what would I need to do.....

  7. #7
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Summarising data.

    From PM:

    If I wanted to change the drop down list to dates rather than days of the week do I need to update the indirect formula?
    So you will have a date, like June 17, 2009 and you want it to know that is a Wednesday and therefore look up the sheet named 'Wednesday', is that correct?

  8. #8
    Forum Contributor
    Join Date
    06-03-2008
    Location
    Northern Ireland
    MS-Off Ver
    2003
    Posts
    107

    Re: Summarising data.

    I actually now have to change the tab name and the drop down list to link as a date.

    No days will be used a list of dates will be. A workbook will have all the days on the month and a summary sheet.

    Hope that makes sense. Thanks for the reply btw!

    Format of the date will be dd.mm.yy if you need to know.
    Last edited by Steve-B; 06-18-2009 at 04:17 AM.

+ 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