I'm making a nice spreadsheet for my Poker Club. We accumulate points each time we play. I have 2 tables in my spreadsheet, one table showing the placement for that weeks game 1st place - 10th place. The second table shows how many points that person earned for each week. Basically I want to put in a formula so I ONLY have to enter in the rankings and the points automatically populate. For instance 1st place gets 12 points, 2nd gets 10, ect... all the way to 6th place. 7th-10th all get "0" points. Any help would be greatly appreciated!!
2007-12-21
00:37:56
·
4 answers
·
asked by
chicagobrokerguru
2
in
Computers & Internet
➔ Software
Where is my error??
=IF(B3=1,"12",(IF(B3=2,"8",(IF(B3=3,"5",(IF(B3=4,"3",(IF(B3=5,"2",(IF(B3=6,"1",(IF(B3=7,"0",(IF(B3=8,"0",(IF(B3=9,"0",(IF(B3=10,"0",)))))))))))))))))))
2007-12-21
02:14:11 ·
update #1