Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() What answer are you looking for? That formula works if you want to divide the sum of all values greate than 0 in EY by the sum of all values (including the ones correspondin to the <=0 values in EZ. If you want to divide only by the sum of values that do don't have number <=0 in the corresponing EY column then try something like: =SUMIF(EY5:EY11,"0")/SUMIF(EY5:EY11,"0",EZ5:EZ11 -- Vit ----------------------------------------------------------------------- Vito's Profile: http://www.excelforum.com/member.php...fo&userid=2918 View this thread: http://www.excelforum.com/showthread.php?threadid=49034 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function help requested please | Excel Worksheet Functions | |||
Formula help requested | Excel Worksheet Functions | |||
A challenge, Serious help requested | New Users to Excel | |||
Help Requested on Formula | Excel Worksheet Functions | |||
VB syntax help requested | Excel Worksheet Functions |