Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default How do I complete this Formula

How do I complete this formula???

Actually, if F4 ="N" the result should be the greater of (rate*O4) or 150

"Peo Sjoblom" wrote:

What do you want the formula to return if F4 is not "Y"?

=IF(F4="Y",MAX(MIN(RATE*O4,275),150),"No")




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 246
Default How do I complete this Formula

=IF(F4="N",MAX(150,(rate*O4)))
....where rate is a named range - in this case O3.

Hope this helps
J

(....would have been better using the WorksheetFunctions group)


On 30 May, 14:52, marwildfw
wrote:
How do I complete this formula???

Actually, if F4 ="N" the result should be the greater of (rate*O4) or 150



"Peo Sjoblom" wrote:
What do you want the formula to return if F4 is not "Y"?


=IF(F4="Y",MAX(MIN(RATE*O4,275),150),"No")- Hide quoted text -


- Show quoted text -



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
How do I complete this nested if formula Bobbybee Excel Worksheet Functions 1 April 16th 09 01:54 PM
HOW DO I SET UP A FORMULA TO SUBTRACT AFTER EACH ROW I COMPLETE kimiecake Excel Worksheet Functions 3 January 9th 08 08:53 PM
Amount in Words Complete Right Formula Naveed New Users to Excel 1 November 14th 06 10:07 AM
Automation Formula almost complete pboost1 Excel Discussion (Misc queries) 14 May 19th 06 12:22 AM
Filling down formula to cover complete range matpj[_11_] Excel Programming 1 November 3rd 05 09:43 AM


All times are GMT +1. The time now is 07:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"