#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default FORMULA NEEDED

IF CELL A2 IS LESS THAN 100 = $25.00, IF GREATER THAN 100= $25.00 + THE
AMOUNT OVER 100 *.05
--
Kerri
  #2   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default FORMULA NEEDED

try
= 25+max(0,(A2-100)*.05)

"Kerri Olsen" wrote:

IF CELL A2 IS LESS THAN 100 = $25.00, IF GREATER THAN 100= $25.00 + THE
AMOUNT OVER 100 *.05
--
Kerri

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default FORMULA NEEDED

Hi Kerri,

Look he

http://www.mcgimpsey.com/excel/variablerate.html


--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Kerri Olsen" wrote in message ...
| IF CELL A2 IS LESS THAN 100 = $25.00, IF GREATER THAN 100= $25.00 + THE
| AMOUNT OVER 100 *.05
| --
| Kerri


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default FORMULA NEEDED

hi,
try this...
=IF(A2<=100,25,(A2-100)*0.05+25)
regards
FSt1

"Kerri Olsen" wrote:

IF CELL A2 IS LESS THAN 100 = $25.00, IF GREATER THAN 100= $25.00 + THE
AMOUNT OVER 100 *.05
--
Kerri

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default FORMULA NEEDED

While you are at it have a look here, especially the part about typing in
CAPS

http://dts-l.org/goodpost.htm
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Kerri Olsen" wrote in message
...
IF CELL A2 IS LESS THAN 100 = $25.00, IF GREATER THAN 100= $25.00 + THE
AMOUNT OVER 100 *.05
--
Kerri




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default FORMULA NEEDED

Thank you this worked.
--
Kerri


"FSt1" wrote:

hi,
try this...
=IF(A2<=100,25,(A2-100)*0.05+25)
regards
FSt1

"Kerri Olsen" wrote:

IF CELL A2 IS LESS THAN 100 = $25.00, IF GREATER THAN 100= $25.00 + THE
AMOUNT OVER 100 *.05
--
Kerri

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 needed cheetah Excel Worksheet Functions 0 November 30th 06 04:06 PM
Formula Help Needed Magic Speller Excel Discussion (Misc queries) 4 July 28th 06 05:44 AM
Formula help needed [email protected] Excel Worksheet Functions 0 May 24th 06 07:13 PM
Formula help needed Jan Excel Worksheet Functions 3 April 25th 06 07:42 PM
Help needed with this formula Dave 2005 Excel Discussion (Misc queries) 2 November 17th 05 12:44 PM


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