Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to show in a cell the sum of another cell if 30 or more, if less than
30 zero. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 Nesting questions | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |