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

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


The error states; A formula in a cell (worksheet) could not me
converted because it contains a function that is not available in the
file format to which you are saving. If you continue the save, the
formula and result will be saved, but the function itself will be
converted to an error value.

It seems to be a setting within excel. The specific worksheet has
numberous functions and formulas in it. I actually copied the function
you had put out there for me. It works absolutely great. These errors
are just very annoying.

Thanks SO much for your help!

Terry


--
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

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

Are you trying to save the file as a different type than .xls (such as
..csv)? If so, then Excel is warning you that the new file type cannot
support formulae and so it will put the value of each formula in the
cell. Just make sure when you go to File | Save As that you select
Excel Workbook as the file type in the pull-down of the bottom panel.

Hope this helps.

Pete



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


This is being saved as an .xls file. I'm still getting errors...The
function is working beautifully though.


--
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

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


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