Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
terry_d
 
Posts: n/a
Default Help with functions


I am trying to set up a functions such as: If F35=<50, then $20.00, If
F3550, then $30.00, If F35200, F35*0.15. Hope someone can help with
this one...Thanks!


--
terry_d
------------------------------------------------------------------------
terry_d's Profile: http://www.excelforum.com/member.php...o&userid=32678
View this thread: http://www.excelforum.com/showthread...hreadid=524843

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dana DeLouis
 
Posts: n/a
Default Help with functions

One Option:
=IF(F35<=50,20,MAX(30,F35*0.15))

--
HTH. :)
Dana DeLouis
Windows XP, Office 2003

"terry_d" wrote in
message ...

I am trying to set up a functions such as: If F35=<50, then $20.00, If
F3550, then $30.00, If F35200, F35*0.15. Hope someone can help with
this one...Thanks!


--
terry_d
------------------------------------------------------------------------
terry_d's Profile:
http://www.excelforum.com/member.php...o&userid=32678
View this thread: http://www.excelforum.com/showthread...hreadid=524843



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
terry_d
 
Posts: n/a
Default Help with functions


Thanks Dana for your response, the formula works great, however, if
there there is no amount in F35, the response is still 20, I need it to
be zero...


--
terry_d
------------------------------------------------------------------------
terry_d's Profile: http://www.excelforum.com/member.php...o&userid=32678
View this thread: http://www.excelforum.com/showthread...hreadid=524843

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default Help with functions

This may not be the most elegant, but it works.

=IF(F35<=50,20,IF(F3550,IF(F35200,F35*0.15,30)," not 50 or <=50"))


"terry_d" wrote:


I am trying to set up a functions such as: If F35=<50, then $20.00, If
F3550, then $30.00, If F35200, F35*0.15. Hope someone can help with
this one...Thanks!


--
terry_d
------------------------------------------------------------------------
terry_d's Profile: http://www.excelforum.com/member.php...o&userid=32678
View this thread: http://www.excelforum.com/showthread...hreadid=524843


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
terry_d
 
Posts: n/a
Default Help with functions


This function is working well, but I need to get a result of zero if F35
has no entry.


--
terry_d
------------------------------------------------------------------------
terry_d's Profile: http://www.excelforum.com/member.php...o&userid=32678
View this thread: http://www.excelforum.com/showthread...hreadid=524843



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Help with functions

Try this:

=IF(F35=0,0,IF(F35<=50,20,MAX(30,F35*0.15)))

Hope this helps.

Pete

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
terry_d
 
Posts: n/a
Default Help with functions


Now I'm getting errors. It doesn't seem to want to allow me to save the
function in the format it is in, or the version I'm using. I'm running
on Office 2002 Pro...


--
terry_d
------------------------------------------------------------------------
terry_d's Profile: http://www.excelforum.com/member.php...o&userid=32678
View this thread: http://www.excelforum.com/showthread...hreadid=524843

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Help with functions

I don't understand what you mean. Does Excel say that there is an error
in the formula? If so, are you sure you have typed it in correctly? The
formula should work on all versions of Excel.

Pete

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
Can I get Excel to determine the line curve formula without graph. Cadelima Excel Discussion (Misc queries) 8 December 20th 05 09:57 PM
User-defined functions created in Excel 2000 fail in Excel 2003 goodguy Excel Discussion (Misc queries) 1 October 3rd 05 07:04 PM
Database functions should use criteria in formula, as 1-2-3 does 123user Excel Worksheet Functions 8 September 29th 05 08:57 PM
Are there functions that perform robust statistics in Excel? froot_broot Excel Worksheet Functions 0 August 30th 05 10:18 PM
Visible rows and functions that work tracy Excel Worksheet Functions 2 August 19th 05 05:25 AM


All times are GMT +1. The time now is 02:07 AM.

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"