Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 14
Default Can you get around the 7max IF function?

Here is my current formula:

=IF(B41<29,"$.03",IF(B41<=34,"$.03",IF(B41<=39,"$. 06",IF(B41<=44,"$.09",IF(B41<=49,"$.15",IF(B41<=54 ,"$.26",IF(B41<=59,"$.42",IF(B41<=64,"$.56"))))))) )

The formula is actually 8 and it is allowing it, but anything after that it wont. I need to add 3 more...is there a way to do this. I tried a few suggestions in another thread but it wasnt working.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Can you get around the 7max IF function?

Hi

=CHOOSE(MATCH(B41,{0;30;35;40;45;50;55;60;65;70;75 ;80},1),"$3","$3","$6","$9","$15","$26","$42","$56 ","9th
value","10th value","11th value","overflow")


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )




"Seti" wrote in message
...

Here is my current formula:

=IF(B41<29,"$.03",IF(B41<=34,"$.03",IF(B41<=39,"$. 06",IF(B41<=44,"$.09",IF(B41<=49,"$.15",IF(B41<=54 ,"$.26",IF(B41<=59,"$.42",IF(B41<=64,"$.56"))))))) )

The formula is actually 8 and it is allowing it, but anything after
that it wont. I need to add 3 more...is there a way to do this. I tried
a few suggestions in another thread but it wasnt working.

Thanks!




--
Seti



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Can you get around the 7max IF function?

One way:

=CHOOSE(MATCH(B41,{9E+307,64,59,54,49,44,39,34},-1), "Too high",
0.56, 0.4, 0.26, 0.15, 0.09, 0.06, 0.03)


In article ,
Seti wrote:

Here is my current formula:

=IF(B41<29,"$.03",IF(B41<=34,"$.03",IF(B41<=39,"$. 06",IF(B41<=44,"$.09",IF(B41
<=49,"$.15",IF(B41<=54,"$.26",IF(B41<=59,"$.42",IF (B41<=64,"$.56"))))))))

The formula is actually 8 and it is allowing it, but anything after
that it wont. I need to add 3 more...is there a way to do this. I tried
a few suggestions in another thread but it wasnt working.

Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Can you get around the 7max IF function?

=LOOKUP(B41,{0,30,35,40,45,50,55,60,65},{"$.03","$ .03","$.06","$.09","$.15",
"$.26","$.42","$.56"})

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Seti" wrote in message
...

Here is my current formula:


=IF(B41<29,"$.03",IF(B41<=34,"$.03",IF(B41<=39,"$. 06",IF(B41<=44,"$.09",IF(B
41<=49,"$.15",IF(B41<=54,"$.26",IF(B41<=59,"$.42", IF(B41<=64,"$.56"))))))))

The formula is actually 8 and it is allowing it, but anything after
that it wont. I need to add 3 more...is there a way to do this. I tried
a few suggestions in another thread but it wasnt working.

Thanks!




--
Seti



  #5   Report Post  
Junior Member
 
Posts: 14
Default

Thank you! That worked great! I appreciate it.
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
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
Creating a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 10:15 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


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