ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formulas (https://www.excelbanter.com/excel-discussion-misc-queries/225435-formulas.html)

Arlene

formulas
 
I am looking for a formula for excel, I am having trouble getting the right
calculation.
The answer I am looking for is:
if the range is less than 1300 then the answer is equal to the range, if the
range is greater than 1300 then the answer is 1300.
=if(range)<,"range",if(range)1300,"1300"

Fred Smith[_4_]

formulas
 
Try it this way:

=min(a1,1300)

Regards,
Fred.

"Arlene" wrote in message
...
I am looking for a formula for excel, I am having trouble getting the right
calculation.
The answer I am looking for is:
if the range is less than 1300 then the answer is equal to the range, if
the
range is greater than 1300 then the answer is 1300.
=if(range)<,"range",if(range)1300,"1300"



T. Valko

formulas
 
if the range is less than 1300 then...
if the range is greater than 1300 then...


What if the range *is* 1300?

See if this does what you want:

=MIN(A1,1300)

--
Biff
Microsoft Excel MVP


"Arlene" wrote in message
...
I am looking for a formula for excel, I am having trouble getting the right
calculation.
The answer I am looking for is:
if the range is less than 1300 then the answer is equal to the range, if
the
range is greater than 1300 then the answer is 1300.
=if(range)<,"range",if(range)1300,"1300"




TGV

formulas
 
Kindly clarify, whether here the word RANGE means that CELL VALUE or CELL
RANGES?

TGV

"Arlene" wrote:

I am looking for a formula for excel, I am having trouble getting the right
calculation.
The answer I am looking for is:
if the range is less than 1300 then the answer is equal to the range, if the
range is greater than 1300 then the answer is 1300.
=if(range)<,"range",if(range)1300,"1300"


Arlene

formulas
 
=MIN(A1,1300) -this formula worked, thank you.

"TGV" wrote:

Kindly clarify, whether here the word RANGE means that CELL VALUE or CELL
RANGES?

TGV

"Arlene" wrote:

I am looking for a formula for excel, I am having trouble getting the right
calculation.
The answer I am looking for is:
if the range is less than 1300 then the answer is equal to the range, if the
range is greater than 1300 then the answer is 1300.
=if(range)<,"range",if(range)1300,"1300"



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

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