![]() |
How can I add 2 cells and have a total of at least 50 in excel?
I am trying to add 2 cells but I need the total to be at least 50.
|
How can I add 2 cells and have a total of at least 50 in excel?
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. |
How can I add 2 cells and have a total of at least 50 in excel?
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. |
How can I add 2 cells and have a total of at least 50 in excel?
=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. |
All times are GMT +1. The time now is 06:02 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com