#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Calculation

I have a calculation that gives me a percentage. This percentage needs to
then be divided by .50. However, if the percentage in the field is greater
than 4% it only divides it by 4%, no more. How would this be written?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Calculation

I think this is what you mean:

=IF(A10.04,A1/0.04,A1/0.5)

assuming your percentage value is in A1.

Hope this helps.

Pete

On Mar 16, 9:57 pm, Stewart wrote:
I have a calculation that gives me a percentage. This percentage needs to
then be divided by .50. However, if the percentage in the field is greater
than 4% it only divides it by 4%, no more. How would this be written?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Calculation

=IF(A1<=0.04,A1/0.5,A1/0.04)


"Stewart" wrote:

I have a calculation that gives me a percentage. This percentage needs to
then be divided by .50. However, if the percentage in the field is greater
than 4% it only divides it by 4%, no more. How would this be written?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Calculation

If C1 is the cell with the calculation,
then place in D1:
=IF(C14%,C1/4%,C1/50%)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Stewart" wrote:
I have a calculation that gives me a percentage. This percentage needs to
then be divided by .50. However, if the percentage in the field is greater
than 4% it only divides it by 4%, no more. How would this be written?

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 --- What's going on? Steve M Excel Discussion (Misc queries) 1 January 17th 06 01:35 PM
Calculation help spray2006 Excel Worksheet Functions 2 January 6th 06 05:22 PM
Help with calculation scripttron75 Excel Discussion (Misc queries) 1 December 20th 05 05:50 AM
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 10:44 PM.

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

About Us

"It's about Microsoft Excel"