View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default only want formula to show up if a1 is not blank

Try

=IF(I2="","",I2*0.024+0.2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"ouch" wrote in message
oups.com...
Hi
I have this formula in excel:

=I2*0.024+0.2

which gives me 2.4% plus 0.20 of column i2
But if i2 is blank -0.20 shows up but I dont want it to show up
if i2
is blank.