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.
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.
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"))
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.
THANK YOU!!!!
I missed that detail. It works perfect!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks