Hello,
I wondered if anybody could help please?
I use Excel 2003 and run a football predictions competition amongst friends each year
I wondered whether I could adapt my excel table to work out my rather complex points scoring system
I feel fairly confident that if I got started I would be OK
Basically if you correctly predict the outcome of a match, you score 10 points
years ago in BASIC that would have been something like
IF (a1=b1) THEN LET c1=c1+10
Where a = prediction b=Result and c= Points Tally for player
I looked at the help in MS and to be frank Im flumoxxed
I forgot to add the scores are entered as 2-1 where 2-1 the cell is formatted as Text
Thanks in advance
Last edited by danumdave; 09-28-2011 at 10:44 AM. Reason: forgot something
Try something like this in the results cell
=SUMPRODUCT(--(A1:A100=B1:B100),--(A1:A100<>""))*10
A1:A100 and B1:B100 are the two rages you wish to compare.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks