LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Spreadsheet for bowling games?

I'm trying to keep track of a league's scores, but would like to keep the
frame-by-frame scores as well. I don't know how to get the correct logic to
work for the entire game (mainly because I know very little about Excel), but
have found an example that works up until the last frame. Then it only works
if you happen to get a spare or strike in the 10th frame, otherwise there's a
#NAME error. The code looks like this for the 10th frame only:

=IF(V4="X",IF(W4="X",IF(X4="X",T5+30,IF(ISNUMBER(X 4),T5+20+X4,"")),IF(ISNUMBER(W4),IF(X4="X",T5+20+W 4,IF(ISNUMBER(X4),T5+10+W4+X4,"")),"")),IF(ISNUMBE R(V4),IF(W4="/",IF(X4="X",T5+20,IF(ISNUMBER(X4),T5+10+X4,"")),is (ISNUMBER(W4),T5+V4+W4,""))))

Since I know so little about Excel logic, I can't tell where the hang up is.

Any help would be greatly appreciated!
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
games on Excel Games will not open Excel Discussion (Misc queries) 0 May 15th 08 01:32 PM
Games Oliver Wainwright Excel Discussion (Misc queries) 1 November 15th 07 04:29 PM
bowling scores Cricket Excel Discussion (Misc queries) 2 February 19th 06 03:53 AM
Bowling Game Roger King Excel Worksheet Functions 4 October 14th 05 12:50 AM
Need help with two Bowling Formulas Tom Rogers Excel Worksheet Functions 6 October 7th 05 05:51 PM


All times are GMT +1. The time now is 10:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"