Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have a table with two columns for: "Points For" and "Points Against". I want
to have in a different table on the same worksheet to calculate their record when I enter the points over the eight games. Wondering what formula I need to enter in where "wins" and ""Losses" are to be displayed |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Wins =SUM(--(A2:A9B2:B9))
Losses =SUM(--(B2:B9A2:A9)) In each case the formula needs to be entered as an array formula: Control Shift Enter -- David Biddulph "Railrd" wrote in message ... Have a table with two columns for: "Points For" and "Points Against". I want to have in a different table on the same worksheet to calculate their record when I enter the points over the eight games. Wondering what formula I need to enter in where "wins" and ""Losses" are to be displayed |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much
"David Biddulph" wrote: Wins =SUM(--(A2:A9B2:B9)) Losses =SUM(--(B2:B9A2:A9)) In each case the formula needs to be entered as an array formula: Control Shift Enter -- David Biddulph "Railrd" wrote in message ... Have a table with two columns for: "Points For" and "Points Against". I want to have in a different table on the same worksheet to calculate their record when I enter the points over the eight games. Wondering what formula I need to enter in where "wins" and ""Losses" are to be displayed |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to insert tracking numbers into my webpage for RMA tracking | Excel Discussion (Misc queries) | |||
DDE Logging Data Loss in Excel | Excel Discussion (Misc queries) | |||
Weight loss line chart to monitor weight loss progress | Charts and Charting in Excel | |||
Loss of excel funtionality within IE | Excel Discussion (Misc queries) | |||
Line or bar graphs for tracking stocks profit and loss. | Charts and Charting in Excel |