A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

7 Function rule



 
 
Thread Tools Display Modes
  #1  
Old December 28th, 2006, 10:27 PM posted to microsoft.public.excel.worksheet.functions
helpme
external usenet poster
 
Posts: 52
Default 7 Function rule

Is there a way around the excel rule that you may only have 7 functions in
one formula, im trying to do an if statemet with like 15 IFs.....can this be
done
  #2  
Old December 28th, 2006, 10:33 PM posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
external usenet poster
 
Posts: 3,232
Default 7 Function rule

Is there any way you could use a lookup formula instead?
Provide some more info on what you are doing.
You can also use this technique

=IF(A1=1,"a","")&IF(A1=4."b","")&IF and so on

I wouldn't recommend it and definitely not if you can do it with a
lookup formula

Regards,

Peo Sjoblom


HELPME wrote:
Is there a way around the excel rule that you may only have 7 functions in
one formula, im trying to do an if statemet with like 15 IFs.....can this be
done

  #3  
Old December 28th, 2006, 10:46 PM posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
 
Posts: 6,167
Default 7 Function rule

Why don't you post the details for comments.

--
Don Guillett
SalesAid Software

"HELPME" wrote in message
...
Is there a way around the excel rule that you may only have 7 functions in
one formula, im trying to do an if statemet with like 15 IFs.....can this
be
done



  #4  
Old December 28th, 2006, 11:07 PM posted to microsoft.public.excel.worksheet.functions
Jim Thomlinson
external usenet poster
 
Posts: 2,641
Default 7 Function rule

Can you get around the limit of nesting more than 7 deep... Yes... But in my
experience there is rarely any need to do something like that. As is stated
using a Vlookup or some other method will normally do what you need done. If
you would like to see how to get around the rule of 7 check out this link...

http://www.cpearson.com/excel/nested.htm
--
HTH...

Jim Thomlinson


"HELPME" wrote:

Is there a way around the excel rule that you may only have 7 functions in
one formula, im trying to do an if statemet with like 15 IFs.....can this be
done

  #5  
Old December 29th, 2006, 01:41 AM posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
external usenet poster
 
Posts: 3,719
Default 7 Function rule

On Thu, 28 Dec 2006 14:27:01 -0800, HELPME
wrote:

Is there a way around the excel rule that you may only have 7 functions in
one formula, im trying to do an if statemet with like 15 IFs.....can this be
done


Not in versions prior to XL2007.

There's most likely another solution that is also simpler, than trying to nest
15 IF statements. If you post some details of what you are trying to
accomplish, someone will help.
--ron
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:55 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.