ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   if a13=0 then 0 if not then (a13*10%+10+a13) (https://www.excelbanter.com/excel-worksheet-functions/7454-if-a13%3D0-then-0-if-not-then-a13%2A10%25-10-a13.html)

iamjeff

if a13=0 then 0 if not then (a13*10%+10+a13)
 
I am trying to get a value only if a13 has no value. At the moment I get 10

JulieD

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





All times are GMT +1. The time now is 05:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com