Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Spreadsheets (https://www.askmehelpdesk.com/forumdisplay.php?f=395)
-   -   Count unique dates on different sheets (https://www.askmehelpdesk.com/showthread.php?t=785068)

  • Feb 21, 2014, 08:55 AM
    dannac
    Count unique dates on different sheets
    My workbook has 26 sheets as pictured below.


    On sheet 27 I would like to set up some type of formula that will count the unique dates from all 26 sheets. Dates will always be from A15:A30.


    Below example would give a count of 6.


    http://i819.photobucket.com/albums/z...ps40926dd3.jpg
  • Feb 21, 2014, 09:01 AM
    dannac
    Forgot to mention, sheets are as 01, 02, 03,. 10, 11, 12, etc .
  • Feb 21, 2014, 09:14 AM
    ScottGem
    This article should help.Excel Count Unique Values

    You can add a cell in each sheet that counts the unique dates, then have a summary cell to add them from all the sheets.
  • Feb 21, 2014, 09:22 AM
    talaniman
    I point out that B-E inclusively counts as one cell.
  • Feb 21, 2014, 12:27 PM
    dannac
    Thanks for the reply.

    This formula works as long as its on the same sheet.

    =SUMPRODUCT(--(FREQUENCY($A$15:$A$30,$A$15:$A$30)>0))

    I tried having it look at a different sheet but cannot figure the correct syntax.
  • Feb 25, 2014, 05:07 AM
    dannac
    With my sheets as 01, 02, 03, etc... I would like the formula below on different sheet.


    I get the error message when I try to reference a different sheet.


    Anyone see something wrong with the syntax ?




    =sumproduct('01'!--(Frequency(a15:a30,a15:a30)>0))
  • Mar 8, 2014, 11:03 AM
    JBeaucaire
    Sheet references must be attached to each range of cell references:


    =SUMPRODUCT(--(Frequency('01'!a15:a30,'01'!a15:a30)>0))
  • Mar 10, 2014, 04:05 AM
    dannac
    Thanks JB

  • All times are GMT -7. The time now is 05:59 PM.