Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to add 2 cells but I need the total to be at least 50.
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
=if(A1+B1<50,50,A1+B1) "jstaublein" wrote: I am trying to add 2 cells but I need the total to be at least 50. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way...
=MAX(50,A1+B1) -- Biff Microsoft Excel MVP "jstaublein" wrote in message ... I am trying to add 2 cells but I need the total to be at least 50. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MAX(A1+A2,50)
-- David Biddulph "jstaublein" wrote in message ... I am trying to add 2 cells but I need the total to be at least 50. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel formula is calculating wrong total number on some of cells | Excel Worksheet Functions | |||
Grand total time between two total cells | Excel Discussion (Misc queries) | |||
How do i total cells in excel that contain specific text? | Excel Discussion (Misc queries) | |||
total a range of cells in Excel into a different worksheet | Excel Worksheet Functions | |||
I want to only at cells that are in bold to a total in Excel | Excel Discussion (Misc queries) |