C
christopherp
Hi,
I am trying to work out the average loan size over a given number o
months from various referral sources
I am running the formula below
=(J3+N3+R3+V3+Z3+ad3+ah3+al3+ap3+at3+ax3+bb3)/COUNTA(J3,N3,R3,V3,Z3ad3+ah3+al3+ap3+at3+ax3+bb3)
However if all the cells are blank it returms the #DIV/0! error.
I understand why it does this so I am trying to make the formul
conditional on at least one of the cells having a value in it.
I have tried this formula but i suspect I am barking up the wron
tree.
=if(or(J3="",N3="",R3="",V3="",Z3="",AD3="",AH3="",AL3="",AP3="",AT3="",AX3="",BB3=""),"",if((J3+N3+R3+V3+Z3+ad3+ah3+al3+ap3+at3+ax3+bb3)/COUNTA(J3,N3,R3,V3,Z3ad3+ah3+al3+ap3+at3+ax3+bb3),"n
settlements"))
Any help would be greatly appreciated.
Chris :confused
I am trying to work out the average loan size over a given number o
months from various referral sources
I am running the formula below
=(J3+N3+R3+V3+Z3+ad3+ah3+al3+ap3+at3+ax3+bb3)/COUNTA(J3,N3,R3,V3,Z3ad3+ah3+al3+ap3+at3+ax3+bb3)
However if all the cells are blank it returms the #DIV/0! error.
I understand why it does this so I am trying to make the formul
conditional on at least one of the cells having a value in it.
I have tried this formula but i suspect I am barking up the wron
tree.
=if(or(J3="",N3="",R3="",V3="",Z3="",AD3="",AH3="",AL3="",AP3="",AT3="",AX3="",BB3=""),"",if((J3+N3+R3+V3+Z3+ad3+ah3+al3+ap3+at3+ax3+bb3)/COUNTA(J3,N3,R3,V3,Z3ad3+ah3+al3+ap3+at3+ax3+bb3),"n
settlements"))
Any help would be greatly appreciated.
Chris :confused