#1   Report Post  
Posted to microsoft.public.excel.misc
RAL RAL is offline
external usenet poster
 
Posts: 8
Default If Then Formula

What is the If then formula? I want to take 60% of a number in a cell "If" it
is greater "than" 500. If it is not, "then" I want the 60% cell zero. I
cannot figure it out.
Help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default If Then Formula

hi
something like this....
=IF(B2500,B2*0.6,0)

adjust to suit
regards
FSt1

"RAL" wrote:

What is the If then formula? I want to take 60% of a number in a cell "If" it
is greater "than" 500. If it is not, "then" I want the 60% cell zero. I
cannot figure it out.
Help!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 703
Default If Then Formula

Hi

With your number in A1, if it's 500 then the result is 500*60% else
the result is zero.

Try this:

=IF(A1500,A1*0.6,0)

Regards, Per

On 12 Jan., 00:28, RAL wrote:
What is the If then formula? I want to take 60% of a number in a cell "If" it
is greater "than" 500. If it is not, "then" I want the 60% cell zero. I
cannot figure it out.
Help!


  #4   Report Post  
Posted to microsoft.public.excel.misc
RAL RAL is offline
external usenet poster
 
Posts: 8
Default If Then Formula

This worked! Now for a litttle more complicated formula. What I now need is
60% of any money OVER $500. So if the number is $501, then 60% of $1.00 is 60
cents. Help me Per!
RAL

"Per Jessen" wrote:

Hi

With your number in A1, if it's 500 then the result is 500*60% else
the result is zero.

Try this:

=IF(A1500,A1*0.6,0)

Regards, Per

On 12 Jan., 00:28, RAL wrote:
What is the If then formula? I want to take 60% of a number in a cell "If" it
is greater "than" 500. If it is not, "then" I want the 60% cell zero. I
cannot figure it out.
Help!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 703
Default If Then Formula

No problem:

=IF(A1500,(A1-500)*0.6,0)

Best regards,
Per

On 12 Jan., 01:36, RAL wrote:
This worked! Now for a litttle more complicated formula. What I now need is
60% of any money OVER $500. So if the number is $501, then 60% of $1.00 is 60
cents. Help me Per!
RAL



"Per Jessen" wrote:
Hi


With your number in A1, if it's 500 then the result is 500*60% else
the result is zero.


Try this:


=IF(A1500,A1*0.6,0)


Regards, Per


On 12 Jan., 00:28, RAL wrote:
What is the If then formula? I want to take 60% of a number in a cell "If" it
is greater "than" 500. If it is not, "then" I want the 60% cell zero. I
cannot figure it out.
Help!- Skjul tekst i anførselstegn -


- Vis tekst i anførselstegn -




  #6   Report Post  
Posted to microsoft.public.excel.misc
RAL RAL is offline
external usenet poster
 
Posts: 8
Default If Then Formula

Thank you!

"Per Jessen" wrote:

No problem:

=IF(A1500,(A1-500)*0.6,0)

Best regards,
Per

On 12 Jan., 01:36, RAL wrote:
This worked! Now for a litttle more complicated formula. What I now need is
60% of any money OVER $500. So if the number is $501, then 60% of $1.00 is 60
cents. Help me Per!
RAL



"Per Jessen" wrote:
Hi


With your number in A1, if it's 500 then the result is 500*60% else
the result is zero.


Try this:


=IF(A1500,A1*0.6,0)


Regards, Per


On 12 Jan., 00:28, RAL wrote:
What is the If then formula? I want to take 60% of a number in a cell "If" it
is greater "than" 500. If it is not, "then" I want the 60% cell zero. I
cannot figure it out.
Help!- Skjul tekst i anførselstegn -


- Vis tekst i anførselstegn -



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



All times are GMT +1. The time now is 03:42 PM.

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"