Hello all,
I have this formula in a cell that adds-up entries in various cells (10 per row), and gives me a percentile.
Is there a way I could streamline it so I do nor have such a LOOOOONG formula?
Any help would be greatly appreciated!!!!
I have this formula in a cell that adds-up entries in various cells (10 per row), and gives me a percentile.
Is there a way I could streamline it so I do nor have such a LOOOOONG formula?
HTML:
=IFERROR((IF(ISBLANK(C9),0,C9/C$7)+IF(ISBLANK(D9),0,D9/D$7)+IF(ISBLANK(E9),0,E9/E$7)+IF(ISBLANK(F9),0,F9/F$7)+IF(ISBLANK(G9),0,G9/G$7)+IF(ISBLANK(H9),0,H9/H$7)+IF(ISBLANK(I9),0,I9/I$7)+IF(ISBLANK(J9),0,J9/J$7)+IF(ISBLANK(K9),0,K9/K$7)+IF(ISBLANK(L9),0,L9/L$7))/(IF(ISBLANK(C9),0,1)+IF(ISBLANK(D9),0,1)+IF(ISBLANK(E9),0,1)+IF(ISBLANK(F9),0,1)+IF(ISBLANK(G9),0,1)+IF(ISBLANK(H9),0,1)+IF(ISBLANK(I9),0,1)+IF(ISBLANK(J9),0,1)+IF(ISBLANK(K9),0,1)+IF(ISBLANK(L9),0,1)),"")
Any help would be greatly appreciated!!!!