G Guest Jan 23, 2007 #1 Ok, Im wanting to have a formula that displays a fixed mumber if the result from my formuls is = to or > than the results
Ok, Im wanting to have a formula that displays a fixed mumber if the result from my formuls is = to or > than the results
G Guest Jan 23, 2007 #2 Hi, Maybe something like: =if(SUM(A1:A10)>=100,100,SUM(A1:A100)) Hope this helps! Jean-Guy
H Harlan Grove Jan 23, 2007 #3 pinmaster wrote... Maybe something like: =if(SUM(A1:A10)>=100,100,SUM(A1:A100)) Click to expand... .... If so, why not =MIN(100,SUM(A1:A10)) ?
pinmaster wrote... Maybe something like: =if(SUM(A1:A10)>=100,100,SUM(A1:A100)) Click to expand... .... If so, why not =MIN(100,SUM(A1:A10)) ?
G Guest Jan 23, 2007 #4 Hi, Try: =MIN(2000,B4*0.3) HTH Jean-Guy Peter said: Hi, What I'm trying to do is =(B4*0.3) but if this amount is >or=to 2000 then display 2000 Click to expand...
Hi, Try: =MIN(2000,B4*0.3) HTH Jean-Guy Peter said: Hi, What I'm trying to do is =(B4*0.3) but if this amount is >or=to 2000 then display 2000 Click to expand...
H Harlan Grove Jan 23, 2007 #6 pinmaster wrote... Isn't that what I suggested in my second post??? Click to expand... It is, but I beat you to it.
pinmaster wrote... Isn't that what I suggested in my second post??? Click to expand... It is, but I beat you to it.