sterlingice
06-15-2005, 05:22 PM
For my video game thread, I've got an Excel spreadshee that looks something like this.
<table x:str="" style="border-collapse: collapse; table-layout: fixed; width: 380pt;" border="0" cellpadding="0" cellspacing="0" width="508"> <tbody><tr style="height: 11.25pt;" height="15"><td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Castlevania</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Vince</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Contra</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">NevStar</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Double Dragon</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">RainRaven</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Duck Hunt</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Celeval</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Excitebike</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Blade6119</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Final Fantasy</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Coffee Warlord</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Mega Man</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">kingfc22</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Metroid</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">SirFozzie</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Mike Tyson's Punch Out</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Wolfpack</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Ninja Gaiden</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Izulde</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Super Mario Bros</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Chas in Cinti</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Super Mario Bros 2</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Radii</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Super Mario Bros 3</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Northwood_DK</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">The Legend of Zelda</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">terpkristin</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Tetris</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">TazFTW</td></tr></tbody> </table>
I'm trying to create a separate sheet to tabulate scores, perhaps using COUNTIF, using a table like this:
Name
CoffeeWarlord 0 1 0 3
=COUNTIF(Games!F2:F204,A4)
But I need to verify two things- if the name is the same and if the rank of the question is the same (freebie, bronze, silver, gold). Is there an easy way to do this with countif or a similar command.
If that wasn't clear, I essentially, need to count up how many freebie, bronze, silver, and gold answers people made on a separate table.
SI
<table x:str="" style="border-collapse: collapse; table-layout: fixed; width: 380pt;" border="0" cellpadding="0" cellspacing="0" width="508"> <tbody><tr style="height: 11.25pt;" height="15"><td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Castlevania</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Vince</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Contra</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">NevStar</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Double Dragon</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">RainRaven</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Duck Hunt</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Celeval</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Excitebike</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Blade6119</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Final Fantasy</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Coffee Warlord</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Mega Man</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">kingfc22</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Metroid</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">SirFozzie</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Mike Tyson's Punch Out</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Wolfpack</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Ninja Gaiden</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (2nd Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Izulde</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Super Mario Bros</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Chas in Cinti</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Super Mario Bros 2</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Radii</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Super Mario Bros 3</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">Northwood_DK</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">The Legend of Zelda</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">terpkristin</td> </tr> <tr style="height: 11.25pt;" height="15"> <td class="xl25" style="height: 11.25pt;" height="15">NES</td> <td class="xl25">Tetris</td> <td class="xl25">2005.6.14</td> <td class="xl25">NES Classics (1st Ed)</td> <td class="xl25">Freebie</td> <td class="xl25">TazFTW</td></tr></tbody> </table>
I'm trying to create a separate sheet to tabulate scores, perhaps using COUNTIF, using a table like this:
Name
CoffeeWarlord 0 1 0 3
=COUNTIF(Games!F2:F204,A4)
But I need to verify two things- if the name is the same and if the rank of the question is the same (freebie, bronze, silver, gold). Is there an easy way to do this with countif or a similar command.
If that wasn't clear, I essentially, need to count up how many freebie, bronze, silver, and gold answers people made on a separate table.
SI