Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have made a spreadsheet to track my results in a certain game. Basically I just have a column in which I put 1 for a win and 0 for a loss. What formula should I use to determine my % of wins? Thanks in advance. -- Fenneth ------------------------------------------------------------------------ Fenneth's Profile: http://www.excelforum.com/member.php...o&userid=33655 View this thread: http://www.excelforum.com/showthread...hreadid=534290 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=sum(yourrange)/count(yourrange)
format as a percentage Fenneth wrote: I have made a spreadsheet to track my results in a certain game. Basically I just have a column in which I put 1 for a win and 0 for a loss. What formula should I use to determine my % of wins? Thanks in advance. -- Fenneth ------------------------------------------------------------------------ Fenneth's Profile: http://www.excelforum.com/member.php...o&userid=33655 View this thread: http://www.excelforum.com/showthread...hreadid=534290 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
HI Fenneth,
=SUM(A1:A10)/COUNTA(A1:A10) Format as % -- Kind regards, Niek Otten "Fenneth" wrote in message ... | | I have made a spreadsheet to track my results in a certain game. | Basically I just have a column in which I put 1 for a win and 0 for a | loss. What formula should I use to determine my % of wins? | | Thanks in advance. | | | -- | Fenneth | ------------------------------------------------------------------------ | Fenneth's Profile: http://www.excelforum.com/member.php...o&userid=33655 | View this thread: http://www.excelforum.com/showthread...hreadid=534290 | |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Simple if you know how. Pls use meaningful subject lines.
=AVERAGE(IF(G1:G50,G1:G5)) This is an ARRAY formula so must be entered edited using ctrl+shift+enter vs just enter. -- Don Guillett SalesAid Software "Fenneth" wrote in message ... I have made a spreadsheet to track my results in a certain game. Basically I just have a column in which I put 1 for a win and 0 for a loss. What formula should I use to determine my % of wins? Thanks in advance. -- Fenneth ------------------------------------------------------------------------ Fenneth's Profile: http://www.excelforum.com/member.php...o&userid=33655 View this thread: http://www.excelforum.com/showthread...hreadid=534290 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple AutoFill Series Question | Excel Discussion (Misc queries) | |||
excel charts, simple question | Excel Worksheet Functions | |||
a very simple question | Excel Discussion (Misc queries) | |||
simple Wildcard Question | Excel Discussion (Misc queries) | |||
Simple Question | Excel Worksheet Functions |