=IF(AND(D11=0,G11=0),"0%",(G11-D11)/D11)
i have the above formula - how do i ensure that if D11=0 and G10 = >0 i get a result of 100%?
whilst maintaining the above formula?
i think that i need to add in an additional if statement but not sure how?
Thank you,
i have the above formula - how do i ensure that if D11=0 and G10 = >0 i get a result of 100%?
whilst maintaining the above formula?
i think that i need to add in an additional if statement but not sure how?
Thank you,