Hello,
I have this formula which works fine: IF(F90>0,F90/SUMIF($F$90:$F$96,">0"),"-") However I am now trying to use the same formula but in a non-contiguous range. I want: IF(F90>0,F90/SUMIF($F$50,$F11,$F$190,$F$200,">0"),"-"). This formula will not work because it is not a range. I also tried sumproduct but maybe I am doing something wrong.
Thank you for any suggestions.
I have this formula which works fine: IF(F90>0,F90/SUMIF($F$90:$F$96,">0"),"-") However I am now trying to use the same formula but in a non-contiguous range. I want: IF(F90>0,F90/SUMIF($F$50,$F11,$F$190,$F$200,">0"),"-"). This formula will not work because it is not a range. I also tried sumproduct but maybe I am doing something wrong.
Thank you for any suggestions.