Results 1 to 27 of 27

Summarising data.

Threaded View

  1. #6
    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

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