Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
AlcanGary
 
Posts: n/a
Default formula for sum 30 or more

I want to show in a cell the sum of another cell if 30 or more, if less than
30 zero.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default formula for sum 30 or more

Try something like this:

For a value in A1

B1: =IF(A1=30,A1,0)
OR
B1: =(A1=30)*A1

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"AlcanGary" wrote:

I want to show in a cell the sum of another cell if 30 or more, if less than
30 zero.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Tayo
 
Posts: n/a
Default formula for sum 30 or more

Assuming the values are in cells A1 and B1, and the result should be in cell
C1, then copy this formular

=IF(SUM(A3:B3) =30,SUM(A3:B3),0)

into cell C1. This should solve the issue.

"AlcanGary" wrote:

I want to show in a cell the sum of another cell if 30 or more, if less than
30 zero.

  #4   Report Post  
Posted to microsoft.public.excel.misc
AlcanGary
 
Posts: n/a
Default formula for sum 30 or more revised



"AlcanGary" wrote:

I want to show in a cell the sum of another cell if 30 or more, if less than
30 zero.

I don't think I was specific enough. I want the value of the cell over 30 ,
if the cell is less than 30 I want it to return zero.
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
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 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 07:48 AM.

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"