It is currently Sat May 03, 2025 8:48 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
Offline
 Post subject: Using functions in OpenDocument (ods)
Post #1 Posted: Mon Mar 10, 2014 10:25 am 
Dies in gote

Posts: 37
Location: France - Britanny
Liked others: 5
Was liked: 14
Rank: kgs 4d
KGS: cgbspender
Hey,

Does anyone know how to use a percentage function or a sum function in OpenDocument ?

I did manage to make the sum function work... but, I could only make it work one line by one line. And I have more than 1000 entries, so I'd like something that will make the sums all at once.

For now it looks like this :
Code:
              Column A      Column B        Column C            Column D (win ratio)
              Wins          Losses          Total of games

Player A       50              150            200                      25%
Player B



I don't have a D column yet. But I'd like one. How can I do it, so that it creates all the winratio for all players from player A to player Z, without having to re-write the same function again and again.
(and how to do with the "sum" function, in column C ?)

Thanks for the help.
edit : keep in mind, I'm really terrible at whatever uses numbers, let alone functions.. :)
Cgb'

_________________
Staying true to myself.

Top
 Profile  
 
Offline
 Post subject: Re: Using functions in OpenDocument (ods)
Post #2 Posted: Mon Mar 10, 2014 11:32 am 
Lives with ko
User avatar

Posts: 292
Liked others: 92
Was liked: 80
Rank: 1 kyu
KGS: LocoRon
cgbspender wrote:
Hey,

Does anyone know how to use a percentage function or a sum function in OpenDocument ?

I did manage to make the sum function work... but, I could only make it work one line by one line. And I have more than 1000 entries, so I'd like something that will make the sums all at once.

For now it looks like this :
Code:
              Column A      Column B        Column C            Column D (win ratio)
              Wins          Losses          Total of games

Player A       50              150            200                      25%
Player B



I don't have a D column yet. But I'd like one. How can I do it, so that it creates all the winratio for all players from player A to player Z, without having to re-write the same function again and again.
(and how to do with the "sum" function, in column C ?)

Thanks for the help.
edit : keep in mind, I'm really terrible at whatever uses numbers, let alone functions.. :)
Cgb'


Ok, so first off I changed the structure a little bit to be like this:

Code:
Column A       Column B      Column C        Column D            Column E (win ratio)
Player         Wins          Losses          Total of games

Player A       50              150            =SUM(B2:C2)        =SUM(B2/D2*100)%
Player B


Now you have to manually enter the wins and losses for each player, but you can easily replicate the formulas by highlighting those two cells, holding down the left mouse button on the black square in the lower right corner, and dragging it down as far as you want to go.

I've also attached a sample sheet you can work off of, if you want.


Attachments:
File comment: Sample sheet.
Untitled 1.ods [9.88 KiB]
Downloaded 300 times

This post by LocoRon was liked by: Bonobo
Top
 Profile  
 
Offline
 Post subject: Re: Using functions in OpenDocument (ods)
Post #3 Posted: Mon Mar 10, 2014 12:38 pm 
Dies in gote

Posts: 37
Location: France - Britanny
Liked others: 5
Was liked: 14
Rank: kgs 4d
KGS: cgbspender
It seems it failed, or I did something wrong ?


Attachments:
somme.png
somme.png [ 4.76 KiB | Viewed 5204 times ]

_________________
Staying true to myself.
Top
 Profile  
 
Offline
 Post subject: Re: Using functions in OpenDocument (ods)
Post #4 Posted: Mon Mar 10, 2014 1:03 pm 
Lives with ko
User avatar

Posts: 292
Liked others: 92
Was liked: 80
Rank: 1 kyu
KGS: LocoRon
cgbspender wrote:
It seems it failed, or I did something wrong ?

Change the D2 in the formula to E2.

Edit:

Also, change the ; to a /


This post by LocoRon was liked by: Bonobo
Top
 Profile  
 
Offline
 Post subject: Re: Using functions in OpenDocument (ods)
Post #5 Posted: Mon Mar 10, 2014 1:08 pm 
Dies in gote

Posts: 37
Location: France - Britanny
Liked others: 5
Was liked: 14
Rank: kgs 4d
KGS: cgbspender
errr, sure ?


Attachments:
somme.png
somme.png [ 4.79 KiB | Viewed 5200 times ]

_________________
Staying true to myself.
Top
 Profile  
 
Offline
 Post subject: Re: Using functions in OpenDocument (ods)
Post #6 Posted: Mon Mar 10, 2014 1:36 pm 
Lives with ko
User avatar

Posts: 292
Liked others: 92
Was liked: 80
Rank: 1 kyu
KGS: LocoRon
cgbspender wrote:
errr, sure ?


=SOMME(C2/E2*100)%


This post by LocoRon was liked by: Bonobo
Top
 Profile  
 
Offline
 Post subject: Re: Using functions in OpenDocument (ods)
Post #7 Posted: Mon Mar 10, 2014 1:47 pm 
Dies in gote

Posts: 37
Location: France - Britanny
Liked others: 5
Was liked: 14
Rank: kgs 4d
KGS: cgbspender
hooray, worked perfect ! thanks for the help and for your patience !

_________________
Staying true to myself.


This post by cgbspender was liked by: TheBigH
Top
 Profile  
 
Offline
 Post subject: Re: Using functions in OpenDocument (ods)
Post #8 Posted: Tue Mar 11, 2014 12:36 am 
Lives with ko
User avatar

Posts: 292
Liked others: 92
Was liked: 80
Rank: 1 kyu
KGS: LocoRon
cgbspender wrote:
hooray, worked perfect ! thanks for the help and for your patience !


Not a problem! :)

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group