Hello all need help if creating a formula
I think it's a match & Countif I'm looking for...
Thanks
Hello all need help if creating a formula
I think it's a match & Countif I'm looking for...
Thanks
The solution to this is trivially easy so I think you must have a more complex layout in mind.
This solution
gives you the flexibility of handling any number of columns or rows, and assumes no COUNTIF formulas are there on W12 and W13.![]()
Please Login or Register to view this content.
If you don't need that much flexibility then a simpler formula may do the job.
Jeff
| | |·| |·| |·| |·| | |:| | |·| |·|
Read the rules
Use code tags to [code]enclose your code![/code]
The simple formula for this is
enter
=SUM(W12!I2+W13!I2)[/CODE]
in C7 of sheet 1 ti get the total for Player 1 and copy it down
Regards
Last edited by mahju; 12-08-2010 at 07:40 AM.
My bad I didn’t explain it correctly.
I need the formula to match the names and total up the X’s from each sheets
I have created another example sheet
Thanks
Last edited by Killer17; 12-09-2010 at 11:36 PM.
Hi,
maybe you could try in C7 sheet1 (B7 in the formula is Player1)
To be copied and drag down.=SUMPRODUCT(('W12'!$A$2:$A$23=B7)*('W12'!$B$2:$H$23="X")+('W13'!$A$2:$A$23=B7)*('W13'!$B$2:$H$23="X"))
Hope it's a little help
Regards
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks