#1   Report Post  
Posted to microsoft.public.excel.misc
vegaanders
 
Posts: n/a
Default Calculation


Hi all!
Is it possible for Excel to make a calculation like this?
In column ! I have Numeric values. In Column B I want the value from
column A +15%. But if this 15% is less then 0.01 I want 0.01 to be
added instead.

If this is possible how should this formula look like?

Hope someone understand

Thanks in advance

Anders Svensson


--
vegaanders
------------------------------------------------------------------------
vegaanders's Profile: http://www.excelforum.com/member.php...o&userid=33743
View this thread: http://www.excelforum.com/showthread...hreadid=535182

  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Calculation

"vegaanders" wrote:
Is it possible for Excel to make a calculation like this?
In column ! I have Numeric values. In Column B I want
the value from column A +15%. But if this 15% is less
then 0.01 I want 0.01 to be added instead.


=A1 + max(0.01, A1*15%)

Does it bother you that the result will be 0.01 even if A1
is zero? Would you prefer zero in that case, instead?

If so:

=A1 + (A10)*max(0.01, A1*15%)
  #3   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Calculation

should be easy, but did not quite get info need: if column ! ???
anyways, something like:

=IF((your equation)<.01,.01,"") or

=IF((B133*15%)<0.01,0.01,"")

"vegaanders" wrote:


Hi all!
Is it possible for Excel to make a calculation like this?
In column ! I have Numeric values. In Column B I want the value from
column A +15%. But if this 15% is less then 0.01 I want 0.01 to be
added instead.

If this is possible how should this formula look like?

Hope someone understand

Thanks in advance

Anders Svensson


--
vegaanders
------------------------------------------------------------------------
vegaanders's Profile: http://www.excelforum.com/member.php...o&userid=33743
View this thread: http://www.excelforum.com/showthread...hreadid=535182


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculation speed issue Steve M Excel Discussion (Misc queries) 4 January 14th 06 02:18 AM
Calculation Setting in Excel Stuart Bisset Excel Discussion (Misc queries) 0 June 17th 05 09:54 AM
How do I use a check box to accept a calculation Joejoethecrackman Excel Discussion (Misc queries) 5 March 22nd 05 08:47 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 06:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"