PC Review


Reply
Thread Tools Rate Thread

Conditional Excel formula

 
 
=?Utf-8?B?RCBMb2FmbWFu?=
Guest
Posts: n/a
 
      14th Jul 2006
Need Excel formula to display sum total only if total greater than 1
 
Reply With Quote
 
 
 
 
Alan
Guest
Posts: n/a
 
      15th Jul 2006
=IF(A1+B1>1,A1+B1,"Zero,"" or Error Message")
Regards,
Alan.
"D Loafman" <D (E-Mail Removed)> wrote in message
news:35425FC2-29A4-4C48-9D61-(E-Mail Removed)...
> Need Excel formula to display sum total only if total greater than 1



 
Reply With Quote
 
=?Utf-8?B?RXN0aGVy?=
Guest
Posts: n/a
 
      15th Jul 2006
Hi,
Try this out. It works on my end, and just put in your own data range in
place of my example.

=IF(SUM(O63:O123)>0,SUM(O63:O123),"")

"D Loafman" wrote:

> Need Excel formula to display sum total only if total greater than 1

 
Reply With Quote
 
=?Utf-8?B?RCBMb2FmbWFu?=
Guest
Posts: n/a
 
      15th Jul 2006
I get "FALSE" displayed in cell for positive number - I want the number to
be displayed only if greater than 1 - I don't want True/False to be
displayed. Hope you can help.

"Alan" wrote:

> =IF(A1+B1>1,A1+B1,"Zero,"" or Error Message")
> Regards,
> Alan.
> "D Loafman" <D (E-Mail Removed)> wrote in message
> news:35425FC2-29A4-4C48-9D61-(E-Mail Removed)...
> > Need Excel formula to display sum total only if total greater than 1

>
>
>

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      15th Jul 2006
Use conditional formatting.

Select the cell

Goto Format>Conditional Formatting

Change Conditions 1 to Formula Is

Add a formula of =A1>1

Click Font

Select the colour white from the dropdown

OK out

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"D Loafman" <(E-Mail Removed)> wrote in message
news:2FE147CB-A3BC-470C-B588-(E-Mail Removed)...
> I get "FALSE" displayed in cell for positive number - I want the number

to
> be displayed only if greater than 1 - I don't want True/False to be
> displayed. Hope you can help.
>
> "Alan" wrote:
>
> > =IF(A1+B1>1,A1+B1,"Zero,"" or Error Message")
> > Regards,
> > Alan.
> > "D Loafman" <D (E-Mail Removed)> wrote in message
> > news:35425FC2-29A4-4C48-9D61-(E-Mail Removed)...
> > > Need Excel formula to display sum total only if total greater than 1

> >
> >
> >



 
Reply With Quote
 
Alan
Guest
Posts: n/a
 
      15th Jul 2006
=IF(A1+B1>1,A1+B1,"")
Alan.
"D Loafman" <(E-Mail Removed)> wrote in message
news:2FE147CB-A3BC-470C-B588-(E-Mail Removed)...
>I get "FALSE" displayed in cell for positive number - I want the number to
> be displayed only if greater than 1 - I don't want True/False to be
> displayed. Hope you can help.
>
> "Alan" wrote:
>
>> =IF(A1+B1>1,A1+B1,"Zero,"" or Error Message")
>> Regards,
>> Alan.
>> "D Loafman" <D (E-Mail Removed)> wrote in message
>> news:35425FC2-29A4-4C48-9D61-(E-Mail Removed)...
>> > Need Excel formula to display sum total only if total greater than 1

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue Microsoft Excel Misc 2 11th Jul 2007 06:08 PM
conditional formula in Excel =?Utf-8?B?bXJlZWR0aWdlcnM=?= Microsoft Excel Worksheet Functions 5 6th Jul 2007 11:05 PM
excel conditional formula =?Utf-8?B?dmljdG9y?= Microsoft Excel Programming 1 8th Jun 2005 04:58 AM
Excel Formula - IF Formula & Conditional Formatting rhhince Microsoft Excel Worksheet Functions 1 20th Jun 2004 06:34 PM
Conditional Formula in Excel =?Utf-8?B?QW1leSBOYXdhcmU=?= Microsoft Excel Worksheet Functions 9 28th May 2004 05:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:33 AM.