Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ted Ted is offline
external usenet poster
 
Posts: 48
Default greater les than formula

need a formula if less than 100,000.00 multiply by 10% if over 100,000.00
multiply by 20%
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default greater les than formula

You didn't mention what you want to do if the value is *equal* to100,000.

With value in A1, assume -equal to- and -greater then- return same results:

=(A1*0.2)-(A1<100000)*(A1*0.1)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"ted" wrote in message
...
need a formula if less than 100,000.00 multiply by 10% if over 100,000.00
multiply by 20%


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 57
Default greater les than formula

On Dec 28, 11:38*pm, "Ragdyer" wrote:
You didn't mention what you want to do if the value is *equal* to100,000.

With value in A1, assume -equal to- and -greater then- return same results:

=(A1*0.2)-(A1<100000)*(A1*0.1)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------"ted" wrote in message

...



need a formula if less than 100,000.00 multiply by 10% if over 100,000.00
multiply by 20%- Hide quoted text -


- Show quoted text -


Pehaps a more "traditional" approach.....

=IF(A1<100000,10%*a1,20%*a1)

This assumes that exactly 100000 will be multiplied by 20%
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default greater les than formula

At my age, any convoluted mental exercise aids in staving off the
possibility of Alzheimer's.<bg
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

"barry houdini" wrote in message
...
On Dec 28, 11:38 pm, "Ragdyer" wrote:
You didn't mention what you want to do if the value is *equal* to100,000.

With value in A1, assume -equal to- and -greater then- return same
results:

=(A1*0.2)-(A1<100000)*(A1*0.1)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------"ted"
wrote in message

...



need a formula if less than 100,000.00 multiply by 10% if over
100,000.00
multiply by 20%- Hide quoted text -


- Show quoted text -


Pehaps a more "traditional" approach.....

=IF(A1<100000,10%*a1,20%*a1)

This assumes that exactly 100000 will be multiplied by 20%


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
Greater than Less than formula Mike Excel Discussion (Misc queries) 2 May 20th 08 01:51 PM
Greater than or less than formula Cindy Excel Discussion (Misc queries) 3 March 18th 08 08:13 PM
FORMULA FOR if(GREATER THAN, BUT LESS THAN,THIS,OR THAT MINI MART Excel Worksheet Functions 2 June 4th 06 05:22 PM
Greater than formula Tracey Excel Worksheet Functions 2 January 5th 06 09:02 PM
Less than, Greater than Formula Debbie Excel Discussion (Misc queries) 1 April 13th 05 07:58 PM


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

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"