Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
iamjeff
 
Posts: n/a
Default 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
  #2   Report Post  
JulieD
 
Posts: n/a
Default

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"