Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
this is for keeping baseball stats. i basically want to insert into the spreadsheet to calculate ERA if the player's position (C3) = P (for pitcher) otherwise insert a zero. =IF(C3=P,O3*9/P3,0) O3 = number of earned runs P3 = number of innings pitched i did something similar to calculate batting average, =IF(D2=0,0,E2/D2) where D2= at bats E2= hits and that one seems to work just fine. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What's wrong with this if statement? | Excel Discussion (Misc queries) | |||
IF Statement help please - again - got it wrong last time! | Excel Worksheet Functions | |||
If Then statement in macro gone wrong | Excel Programming | |||
wts wrong with this statement | Excel Worksheet Functions | |||
What is wrong with this IF statement? need help. | Excel Discussion (Misc queries) |