ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I set a price minimum in a spreadsheet? (https://www.excelbanter.com/excel-programming/345175-how-do-i-set-price-minimum-spreadsheet.html)

phahn

How do I set a price minimum in a spreadsheet?
 


Nigel

How do I set a price minimum in a spreadsheet?
 
=MIN(A1:A100)

will return the minimum value in the range A1 to A100

--
Cheers
Nigel



"phahn" wrote in message
...




Tom Ogilvy

How do I set a price minimum in a spreadsheet?
 
Here is another guess.

=if(calcuated price < minimum price, minimum price, calculated price)

or

=max(calculated price,minimum price)

--
Regards,
Tom Ogilvy

"phahn" wrote in message
...





All times are GMT +1. The time now is 02:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com