LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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



 
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 09:25 PM.

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

About Us

"It's about Microsoft Excel"