#1   Report Post  
Posted to microsoft.public.excel.misc
MDL MDL is offline
external usenet poster
 
Posts: 5
Default Equation

I need an equation in a cell (P4) that will depend on:
1) if the dollar amount is under $200,000 (in cell F17), the number I need
in cell P4 will be .0075 of the amount, or
2) if the dollar amount in F17 is $200,000 to $250,000, the number in P4 is
$1,700 and
3) if the dollar amount is over $250,000, the number is $2,200.
Hope this makes sense
--
MDL
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Don is offline
external usenet poster
 
Posts: 487
Default Equation

=if(F17<200000,.0075,if(f17250000,2200,1700))

"MDL" wrote:

I need an equation in a cell (P4) that will depend on:
1) if the dollar amount is under $200,000 (in cell F17), the number I need
in cell P4 will be .0075 of the amount, or
2) if the dollar amount in F17 is $200,000 to $250,000, the number in P4 is
$1,700 and
3) if the dollar amount is over $250,000, the number is $2,200.
Hope this makes sense
--
MDL

  #3   Report Post  
Posted to microsoft.public.excel.misc
MDL MDL is offline
external usenet poster
 
Posts: 5
Default Equation

I input the equation into the cell and $0.01 came up. The amount in F17 is
$135,040. Am I inputting sometning wrong? Thanks!
--
MDL


"Don" wrote:

=if(F17<200000,.0075,if(f17250000,2200,1700))

"MDL" wrote:

I need an equation in a cell (P4) that will depend on:
1) if the dollar amount is under $200,000 (in cell F17), the number I need
in cell P4 will be .0075 of the amount, or
2) if the dollar amount in F17 is $200,000 to $250,000, the number in P4 is
$1,700 and
3) if the dollar amount is over $250,000, the number is $2,200.
Hope this makes sense
--
MDL

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Equation

=if(F17<200000,F17*0.0075,if(f17250000,2200,1700) )
--
David Biddulph

MDL wrote:
I input the equation into the cell and $0.01 came up. The amount in
F17 is $135,040. Am I inputting sometning wrong? Thanks!

=if(F17<200000,.0075,if(f17250000,2200,1700))

"MDL" wrote:

I need an equation in a cell (P4) that will depend on:
1) if the dollar amount is under $200,000 (in cell F17), the number
I need in cell P4 will be .0075 of the amount, or
2) if the dollar amount in F17 is $200,000 to $250,000, the number
in P4 is $1,700 and
3) if the dollar amount is over $250,000, the number is $2,200.
Hope this makes sense
--
MDL



  #5   Report Post  
Posted to microsoft.public.excel.misc
MDL MDL is offline
external usenet poster
 
Posts: 5
Default Equation

Perfect! Thanks so much.
--
MDL


"David Biddulph" wrote:

=if(F17<200000,F17*0.0075,if(f17250000,2200,1700) )
--
David Biddulph

MDL wrote:
I input the equation into the cell and $0.01 came up. The amount in
F17 is $135,040. Am I inputting sometning wrong? Thanks!

=if(F17<200000,.0075,if(f17250000,2200,1700))

"MDL" wrote:

I need an equation in a cell (P4) that will depend on:
1) if the dollar amount is under $200,000 (in cell F17), the number
I need in cell P4 will be .0075 of the amount, or
2) if the dollar amount in F17 is $200,000 to $250,000, the number
in P4 is $1,700 and
3) if the dollar amount is over $250,000, the number is $2,200.
Hope this makes sense
--
MDL




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
Equation Help sarah814 Excel Discussion (Misc queries) 2 June 16th 07 03:51 AM
More equation Help [email protected] Excel Discussion (Misc queries) 1 February 26th 07 09:27 PM
Getting an Equation kahlua_bundy Charts and Charting in Excel 3 November 11th 05 01:12 AM
Equation Editor- problem when editing an equation Gaby L. Excel Discussion (Misc queries) 0 September 27th 05 09:24 PM
help with equation Tracy Excel Discussion (Misc queries) 1 May 17th 05 07:39 PM


All times are GMT +1. The time now is 11:25 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"