![]() |
Min. Formula
Excel 2007
I have the following formula in cell F15; =sum((D15*E15)/144*A15 I need to have cell F15 at a minimum of 3.00 - then use the above formula. |
Min. Formula
=MAX(3,sum((D15*E15)/144*A15)
"Canon" wrote: Excel 2007 I have the following formula in cell F15; =sum((D15*E15)/144*A15 I need to have cell F15 at a minimum of 3.00 - then use the above formula. |
Min. Formula
In article ,
Canon wrote: Excel 2007 I have the following formula in cell F15; =sum((D15*E15)/144*A15 I need to have cell F15 at a minimum of 3.00 - then use the above formula. Try... =MAX(3,(D15*E15)/144*A15) -- Domenic http://www.xl-central.com |
All times are GMT +1. The time now is 02:52 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com