Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Converting Baseball Innings when Summed

Hey everyone,

Essentially my problem boils down to summing baseball innings in a column.
The data I am copying and pasting comes in the standard form of dictating
innings. Instead of saying 1 and 1/3 inning, baseball translates this as 1.1
innings. Similarly, 1 and 2/3 inning is 1.2.

The problem is that when I sum the innings, it treats dictation such as 1.1
as 1 and 1/10 an inning. So, when summing a row, such as the one below, I
get things such as 455.4 innings, which isn't possible in terms of baseball
dictation.

101.2
105
96
89.1
31
33.1

Is there a way to fix this, either by changing the sum back into baseball
dictation or by translating the dictation into a real number? I'm not sure
if there an easy way to go about this so I thought I would ask for your help.

Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Converting Baseball Innings when Summed

Hi,

You can use a helper column B (if your innings data is in column A)
INT(A1)+MOD(A1,1)*10/3 and copy down as needed (say from B1:B10)

However, the sum total will need to be recoverted back to your inning format:
INT(SUM(B1:B10))+ROUND(MOD(SUM(B1:B10),1)*3/10,1)

Hope this helps

André
(A baseball fan living in Australia)


"Smooth813" wrote:

Hey everyone,

Essentially my problem boils down to summing baseball innings in a column.
The data I am copying and pasting comes in the standard form of dictating
innings. Instead of saying 1 and 1/3 inning, baseball translates this as 1.1
innings. Similarly, 1 and 2/3 inning is 1.2.

The problem is that when I sum the innings, it treats dictation such as 1.1
as 1 and 1/10 an inning. So, when summing a row, such as the one below, I
get things such as 455.4 innings, which isn't possible in terms of baseball
dictation.

101.2
105
96
89.1
31
33.1

Is there a way to fix this, either by changing the sum back into baseball
dictation or by translating the dictation into a real number? I'm not sure
if there an easy way to go about this so I thought I would ask for your help.

Thanks.

Reply
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
Baseball chart mikeweasel Charts and Charting in Excel 3 June 11th 09 07:25 PM
Converting total summed into hh:mm claude jerry Excel Discussion (Misc queries) 3 November 3rd 07 10:07 AM
Help with Baseball Formula KLB Excel Worksheet Functions 9 September 25th 07 07:44 PM
formatting for innings pitched Lara Shook Excel Discussion (Misc queries) 8 October 19th 06 03:20 PM
Add to Summed Figures acopper57 via OfficeKB.com Excel Worksheet Functions 0 May 17th 06 10:40 PM


All times are GMT +1. The time now is 06:17 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"