Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Hi
is this what you're after =IF(A13="","",A13*1.1+10) which will give you nothing if A13 is nothing and 110% of A13 plus 10 if A13 has a value if you want 0 if A13 has nothing in it then try =IF(A13="",0,A13*1.1+10) Cheers JulieD "iamjeff" wrote in message ... I am trying to get a value only if a13 has no value. At the moment I get 10 |