F
Frenchy
I have a formula in a spreadsheet that works fine
=IF(C17=0," ",(C15^2*0.4465*C15/12*PI()*C17/5000)*3.785)
This returns the correct answer and if no entry in C17 is stays blank (as I want it to)
What I want it to do is return HALF the answer if there is an entry of a letter M or m in
say Cell C13?
So if nothing in C13 the normal answer appears and if an M in C13 then half of that answer
Many thanks
Frenchy
=IF(C17=0," ",(C15^2*0.4465*C15/12*PI()*C17/5000)*3.785)
This returns the correct answer and if no entry in C17 is stays blank (as I want it to)
What I want it to do is return HALF the answer if there is an entry of a letter M or m in
say Cell C13?
So if nothing in C13 the normal answer appears and if an M in C13 then half of that answer
Many thanks
Frenchy