+ Reply to Thread
Results 1 to 5 of 5

Thread: Countif -using with sharepoint gives #value return

  1. #1
    Registered User
    Join Date
    09-14-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    15

    Countif -using with sharepoint gives #value return

    working with a simple spreadsheet on sharepoint
    The log sheet consisit of
    Date,name,booked,completed

    This above sheet is created for 5 different shops

    I am trying to create a rollup sheet.

    I can get count function to work. just not the countif function

    =COUNTIF('[Shop1 Tune Up Tracking 2012.xls]Master Log'!$O$2:$O$2500,"Completed")
    When I have both workbooks open on my desktop this function works just fine. When I exit and just open the rollup I get #value


    This one works fine
    =COUNT('[Shop1 Tune Up Tracking 2012.xls]Master Log'!$A$2:$A$2500)

    When I exit it will populate the full http: sharepoint link for both of the functions list above.

    I am comparing how many leads entered to how many booked(completed)
    Thanks
    Last edited by NBVC; 02-08-2012 at 09:18 AM.

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

    Re: Countif -using with sharepoint gives #value return

    Countif doesn't work with Closed Workbooks, use SUMPRODUCT instead...

    =SUMPRODUCT(--('[Shop1 Tune Up Tracking 2012.xls]Master Log'!$O$2:$O$2500="Completed"))
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

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

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

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Registered User
    Join Date
    09-14-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    15

    Re: Countif -using with sharepoint gives #value return

    Thanks for the quick response.
    No luck...Well at first I just rename countif to sumproduct -still returns #value
    I then noticed you had more info on your example (--................) so I added this and I get a formula error.
    A copy of my inputted formula
    =SUMPRODUCT(--('[Shop1 Tune Up Tracking 2012.xls]Master Log'!O2:O2500,"Completed"))

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

    Re: Countif -using with sharepoint gives #value return

    Notice I also have an = sign separating range from criteria instead of a comma like in COUNTIF.....
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

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

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

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  5. #5
    Registered User
    Join Date
    09-14-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    15

    Re: Countif -using with sharepoint gives #value return

    THANK YOU!!!!
    I missed that detail. It works perfect!!

+ 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.2.0