Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Conditional Excel formula

Need Excel formula to display sum total only if total greater than 1
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 492
Default Conditional Excel formula

=IF(A1+B11,A1+B1,"Zero,"" or Error Message")
Regards,
Alan.
"D Loafman" <D wrote in message
...
Need Excel formula to display sum total only if total greater than 1



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Conditional Excel formula

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+B11,A1+B1,"Zero,"" or Error Message")
Regards,
Alan.
"D Loafman" <D wrote in message
...
Need Excel formula to display sum total only if total greater than 1




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 380
Default Conditional Excel formula

Use conditional formatting.

Select the cell

Goto FormatConditional Formatting

Change Conditions 1 to Formula Is

Add a formula of =A11

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" wrote in message
...
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+B11,A1+B1,"Zero,"" or Error Message")
Regards,
Alan.
"D Loafman" <D wrote in message
...
Need Excel formula to display sum total only if total greater than 1






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 492
Default Conditional Excel formula

=IF(A1+B11,A1+B1,"")
Alan.
"D Loafman" wrote in message
...
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+B11,A1+B1,"Zero,"" or Error Message")
Regards,
Alan.
"D Loafman" <D wrote in message
...
Need Excel formula to display sum total only if total greater than 1








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Conditional Excel formula

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
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
Convert Excel 4 formula to Excel 2003 format The Gasell Excel Worksheet Functions 3 April 12th 06 05:07 PM
Recurring Excel Formula error - multiple users affected! Rayo K Excel Discussion (Misc queries) 3 April 11th 06 02:22 PM
Excel 97 formula doesn't work in Excel 2003 [email protected] Excel Discussion (Misc queries) 2 April 4th 06 09:34 PM
Changing a Formula in Conditional Formatting Dee Excel Worksheet Functions 1 November 2nd 05 04:30 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


All times are GMT +1. The time now is 03:06 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"