+ Reply to Thread
Results 1 to 2 of 2

Counta Closed Workbook

  1. #1
    Forum Contributor
    Join Date
    08-24-2006
    Location
    Sevenoaks, Kent
    MS-Off Ver
    Office 365 ProPlus
    Posts
    459

    Counta Closed Workbook

    Hi i need to do a counta on column E to tell me how many payments one of my staff have recieved, the problem i have is that a count will not work on a closed workbook, what else can i use instead, the formula that works is
    Please Login or Register  to view this content.
    Thanks

    DJ
    Last edited by djfatboyfats; 05-06-2009 at 06:39 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Counta Closed Workbook

    You could think about using SUMPRODUCT, eg:

    =SUMPRODUCT(--('C:\[yourfile.xls]Sheet1'!E17:E1000<>""))

    (note the above would discount Nulls from the result whereas COUNTA would not - a Null returned by a formula is not seen as blank by COUNTA - not sure if an issue or not, it's normally seen as a weakness of the COUNTA function in truth)

+ 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