Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bella0711
 
Posts: n/a
Default Help writing an Excel Formula

I'm trying to write a formula in Excel that will:

if d10 is less than 250 = $2.00. If d10 is equal to 250= $2.00. If d10
is greater than 250 then, divide d10 by 250 and multipy that number by
$2.00.

sounds easy but I'm not that familiar with writing formulas...
Thanks!!

  #2   Report Post  
Ron P
 
Posts: n/a
Default

"bella0711" wrote in message
oups.com...
I'm trying to write a formula in Excel that will:

if d10 is less than 250 = $2.00. If d10 is equal to 250= $2.00. If d10
is greater than 250 then, divide d10 by 250 and multipy that number by
$2.00.

sounds easy but I'm not that familiar with writing formulas...
Thanks!!


Will this do?
Put this =IF(D10="","",IF(D10<=250,2,D10/250*2)) in a cell other than d10
formatted as currency.

  #3   Report Post  
Amanda
 
Posts: n/a
Default

The formula would be
=IF(D10<=250,2,(D10/250)*2)
Hope that helps!
Amanda in Illinois

"bella0711" wrote:

I'm trying to write a formula in Excel that will:

if d10 is less than 250 = $2.00. If d10 is equal to 250= $2.00. If d10
is greater than 250 then, divide d10 by 250 and multipy that number by
$2.00.

sounds easy but I'm not that familiar with writing formulas...
Thanks!!


  #4   Report Post  
Richard Buttrey
 
Posts: n/a
Default

On 9 Sep 2005 07:31:19 -0700, "bella0711"
wrote:

I'm trying to write a formula in Excel that will:

if d10 is less than 250 = $2.00. If d10 is equal to 250= $2.00. If d10
is greater than 250 then, divide d10 by 250 and multipy that number by
$2.00.

sounds easy but I'm not that familiar with writing formulas...
Thanks!!


=if(D10<=250,2,D10/250*2)

Rgds

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
  #5   Report Post  
Lowkey
 
Posts: n/a
Default

The simplest formula would be:

=IF(D10250,((D10/250)*2),2)
and format the cell you put the formula in as currency.

"bella0711" wrote:

I'm trying to write a formula in Excel that will:

if d10 is less than 250 = $2.00. If d10 is equal to 250= $2.00. If d10
is greater than 250 then, divide d10 by 250 and multipy that number by
$2.00.

sounds easy but I'm not that familiar with writing formulas...
Thanks!!


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
Excel CHALLENGE...3 questions(indirect,rank,array formula)... Mlowry Excel Worksheet Functions 8 August 1st 05 07:34 AM
converting formula from lotus.123 to excel zaharah Excel Worksheet Functions 2 July 27th 05 03:04 PM
Problem writing Excel formulas via ODBC srikantha Excel Worksheet Functions 1 June 21st 05 06:28 PM
Problem writing Excel formulas via ODBC srikantha Excel Discussion (Misc queries) 0 June 21st 05 08:24 AM
How do I get the formula bar in excel 2003 unionhall Excel Discussion (Misc queries) 1 February 17th 05 10:10 AM


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