Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello, I have a data set that looks like this:
RATE UNITS 12.00% 0 0.00% 1500 10.00% 6000 20.00% 8000 and I need to calculate a weighted average rate. I need to exclude the row if either rate or units contain a 0 value. The result should show a wtd value of 15.71% my formula is a mess: ={(SUM(IF(AND(UNITS<0,RATES<0),(RATES*UNITS)/(SUM(IF(UNITS<0,UNITS,0))),0)))} If anyone can help straighten me out, I'd appreciate it. :) Thank you, Nacho |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find value in array | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula to count number of dates in an array | Excel Worksheet Functions |