Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
owlie
 
Posts: n/a
Default only use formula if than 0

Hi, I want to create a formula that only works if I have a figure in a cell

eg.,

A1 1.70
B1 =sum(a1*3.4%)+0.20

But if A1 was blank, I don't want any figure in B1.

Thanks for any help
  #2   Report Post  
Bob Umlas
 
Posts: n/a
Default only use formula if than 0

=IF(ISBLANK(A1,"",A1*3.4%+.2)
no need for SUM function here.
Bob Umlas
Excel MVP

"owlie" wrote in message
...
Hi, I want to create a formula that only works if I have a figure in a

cell

eg.,

A1 1.70
B1 =sum(a1*3.4%)+0.20

But if A1 was blank, I don't want any figure in B1.

Thanks for any help



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default only use formula if than 0

No need for sum here

=IF(A1="","",A1*3.4%+0.2)


--

Regards,

Peo Sjoblom

"owlie" wrote in message
...
Hi, I want to create a formula that only works if I have a figure in a

cell

eg.,

A1 1.70
B1 =sum(a1*3.4%)+0.20

But if A1 was blank, I don't want any figure in B1.

Thanks for any help



  #4   Report Post  
JE McGimpsey
 
Posts: n/a
Default only use formula if than 0

One way:

=IF(COUNT(A1),A1*3.4%+0.20,"")

In article ,
"owlie" wrote:

Hi, I want to create a formula that only works if I have a figure in a cell

eg.,

A1 1.70
B1 =sum(a1*3.4%)+0.20

But if A1 was blank, I don't want any figure in B1.

Thanks for any help

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 04:26 AM.

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"