Front Office Football Central  

Go Back   Front Office Football Central > Main Forums > Off Topic
Register FAQ Members List Calendar Mark Forums Read Statistics

Reply
 
Thread Tools
Old 07-08-2011, 12:44 PM   #1
MJ4H
Coordinator
 
Join Date: Jan 2002
Location: Hog Country
Spreadsheet Help

I am trying to track how well I do at certain types of problems. I will be doing a massive amount of these problems over time (years, thousands of problems). So, I have this spreadsheet. Each problem has a couple of tags, discussing what the themes in these problems are. I'd lilke to enter a line for each problem, whether I got the problem right or not, and then either one or two of the tags. It will look like this:


Above, the R column is Results (1 = correct and the line is green, 0 = wrong and the line is red)

Is there a way I can keep stats for each tag? Ideally, broken down by primary tag (Tag 1) and secondary tag (Tag 2). Automatically, I mean.

Like at the end I'd love to have something like:

Discovery: 78% correct
Fork: 97% correct
Capture Defender: 88% correct

etc.

Maybe separated by primary and secondary. If that's too difficult, lumped together is fine. Anyone understand and know how to do that?


Last edited by MJ4H : 07-08-2011 at 12:45 PM.
MJ4H is offline   Reply With Quote
Old 07-08-2011, 02:36 PM   #2
Barkeep49
Coordinator
 
Join Date: Jan 2001
Location: Not too far away
This should do it:

=(COUNTIFS(E1:EXX,"term",C1:CXXX,1))/COUNTIF(E1:EXX,"term")

Replacing term with the word you want to search in each statement and XX with the range of cells you want it to search through.

Last edited by Barkeep49 : 07-08-2011 at 02:37 PM.
Barkeep49 is offline   Reply With Quote
Old 07-08-2011, 02:53 PM   #3
MJ4H
Coordinator
 
Join Date: Jan 2002
Location: Hog Country
Brilliant, I will try it.
MJ4H is offline   Reply With Quote
Old 07-08-2011, 02:58 PM   #4
MJ4H
Coordinator
 
Join Date: Jan 2002
Location: Hog Country
=(countifs(E1:E76,"Fork",C1:C76,1))/COUNTIF(E1:E76,"Fork")

This is what I'm using and I'm getting Error: 508

Are the countifs and COUNTIF functions right? Did I make some other mistake?

Last edited by MJ4H : 07-08-2011 at 02:59 PM.
MJ4H is offline   Reply With Quote
Old 07-08-2011, 03:03 PM   #5
MJ4H
Coordinator
 
Join Date: Jan 2002
Location: Hog Country
Maybe openoffice doesn't support countifs?

also the documentation says countif(range; condition) instead of countif(range, condition) for open office. however i can't find anything with more than one condition. Any idea?

Last edited by MJ4H : 07-08-2011 at 03:07 PM.
MJ4H is offline   Reply With Quote
Old 07-08-2011, 04:28 PM   #6
Barkeep49
Coordinator
 
Join Date: Jan 2001
Location: Not too far away
Yeah I did that equation in Excel. It seems that OpenOffice and GoogleDocs don't support countifs. A little googling seems to have produced another alternative if you use GoogleDocs. Assuming you will have regular internet access when doing the updates I would recommend GoogleDocs for this project because you can create a form to automatically add entries to the database.

If you use googledocs here's the formula:
=COUNTA( IFERROR( FILTER(E1:e76 ;E1:76 = "fork" ;C1:C76 = 1 ) ) )/countif(E1:E76; "fork")

There appears to be a way to do this in OpenOffice as well, but I couldn't get it to work. Here is a page which describes the solution: COUNTIFS - how many values between 65 and 85? (View topic) • OpenOffice.org Community Forum

Last edited by Barkeep49 : 07-08-2011 at 04:28 PM.
Barkeep49 is offline   Reply With Quote
Old 07-08-2011, 04:30 PM   #7
Barkeep49
Coordinator
 
Join Date: Jan 2001
Location: Not too far away
DOLA - I admittedly didn't try too hard to get the OpenOffice formula to work and since it pops-up on several different similar querries I'm confident that you could indeed get it to do what you want.
Barkeep49 is offline   Reply With Quote
Old 07-08-2011, 05:09 PM   #8
MJ4H
Coordinator
 
Join Date: Jan 2002
Location: Hog Country
Looks like I got it working with SUMPRODUCT. Thanks a bunch.
MJ4H is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump


All times are GMT -5. The time now is 03:35 AM.



Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.