PC Review


Reply
Thread Tools Rate Thread

Cell result must be a minimum of $1; way to round up to that for amounts between $0-$0.99?

 
 
StargateFan
Guest
Posts: n/a
 
      19th Oct 2006
My formula stands as follows:
=IF($A$2<>"",CEILING($E$10,0.05),"")

it works great but I'm concerned about when the amount of $A$2 causes
formula result to fall below $1.00.

This cell result refers to an account that has a minimum deposit of
$1.00 so if the results are less than that and fall between $0-$0.99,
we need to round the result up to the $1.00 minimum. Is there a way
to modify the above formula to do that?

 
Reply With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      19th Oct 2006
=IF($A$2<>"",MAX(1,CEILING($E$10,0.05)),"")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"StargateFan" <IDon'tAcceptSpam@IDon'tAcceptSpam.com> wrote in message news(E-Mail Removed)...
| My formula stands as follows:
| =IF($A$2<>"",CEILING($E$10,0.05),"")
|
| it works great but I'm concerned about when the amount of $A$2 causes
| formula result to fall below $1.00.
|
| This cell result refers to an account that has a minimum deposit of
| $1.00 so if the results are less than that and fall between $0-$0.99,
| we need to round the result up to the $1.00 minimum. Is there a way
| to modify the above formula to do that?
|


 
Reply With Quote
 
StargateFanFromWork
Guest
Posts: n/a
 
      19th Oct 2006
Wow, thanks! That seems to work quite well. I did a few tests and so far,
so good.

D

"Niek Otten" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> =IF($A$2<>"",MAX(1,CEILING($E$10,0.05)),"")
>
> --
> Kind regards,
>
> Niek Otten
> Microsoft MVP - Excel
>
> "StargateFan" <IDon'tAcceptSpam@IDon'tAcceptSpam.com> wrote in message

news(E-Mail Removed)...
> | My formula stands as follows:
> | =IF($A$2<>"",CEILING($E$10,0.05),"")
> |
> | it works great but I'm concerned about when the amount of $A$2 causes
> | formula result to fall below $1.00.
> |
> | This cell result refers to an account that has a minimum deposit of
> | $1.00 so if the results are less than that and fall between $0-$0.99,
> | we need to round the result up to the $1.00 minimum. Is there a way
> | to modify the above formula to do that?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I set a minimum result value in an Excel formula? IE >100 =?Utf-8?B?c2FpcmFt?= Microsoft Excel Worksheet Functions 0 6th Jan 2006 05:11 AM
ROUND CENTS TO EITHER 49 OR 99 AMOUNTS =?Utf-8?B?UFJJQ0VNR1I=?= Microsoft Excel Worksheet Functions 5 22nd Nov 2005 03:32 PM
How to round up the result in a cell containing formula =?Utf-8?B?TW9zdHJvcG92aWNo?= Microsoft Excel Worksheet Functions 2 15th Jun 2005 02:19 PM
Multiply one cell by a factor and make that result round =?Utf-8?B?TWFjaGVsX0M=?= Microsoft Excel Worksheet Functions 7 15th Mar 2005 08:04 PM
Round dollar amounts Windowgirl Microsoft Excel Worksheet Functions 7 28th Jan 2004 10:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:56 AM.