Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
RickyBubbalu
 
Posts: n/a
Default How to make a formula with < or> in a cell

I am trying to make a formula that does this:

If the amount of L2 is less than $25, times it by .052; if the amount of L2
is $25 or above, times it by .01

  #2   Report Post  
Rowan
 
Posts: n/a
Default

Try

=IF(L2<25,L2*0.52,L2*0.1)

Regards
Rowan

"RickyBubbalu" wrote:

I am trying to make a formula that does this:

If the amount of L2 is less than $25, times it by .052; if the amount of L2
is $25 or above, times it by .01

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

an alternative with no IF

=A1*0.01+(A1<25)*A1*0.042

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Rowan" wrote in message
...
Try

=IF(L2<25,L2*0.52,L2*0.1)

Regards
Rowan

"RickyBubbalu" wrote:

I am trying to make a formula that does this:

If the amount of L2 is less than $25, times it by .052; if the amount of

L2
is $25 or above, times it by .01



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
Formula HELP Jay Excel Worksheet Functions 3 October 14th 05 05:13 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
FORMULA TO MAKE CELL COLOR CONTINGENT FORMULA QUESTION Excel Discussion (Misc queries) 5 March 7th 05 04:49 PM
Cell shows formula and not the result of the formula. stumpy1220 Excel Worksheet Functions 2 January 14th 05 05:11 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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