ItIsHardToProgram
Technical User
Hello every one,
I have the following formula in a cell:
Is there a way that I could do this without havnig to copy every single darn cell, because that would be around 300 cells...
Thank you very much.
"Knowing that you know is the greatest sign of stupidity, knowing that you are ignorant is the best proof of intelligence.
I have the following formula in a cell:
Code:
=SQRROOT(1/L4*(if(L16>0,(L16-L5)^2,1))*(if(L17>0,(L17-L5)^2,1))*(if(L18>0,(L18-L5)^2,1))*(if(L19>0,(L19-L5)^2,1))*(if(L20>0,(L20-L5)^2,1)))
Is there a way that I could do this without havnig to copy every single darn cell, because that would be around 300 cells...
Thank you very much.
"Knowing that you know is the greatest sign of stupidity, knowing that you are ignorant is the best proof of intelligence.