#1   Report Post  
Posted to microsoft.public.excel.misc
LT LT is offline
external usenet poster
 
Posts: 13
Default If, Then formula

I am working on a formula to show 11 if, then statements on the same cell?
The problem is that I am only able to input 8 of 11 on my if-then statements?
Is this a max?
--
LT
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default If, Then formula

On Feb 5, 1:02 pm, LT wrote:
I am working on a formula to show 11 if, then statements on the same cell?
The problem is that I am only able to input 8 of 11 on my if-then statements?
Is this a max?
--
LT


I believe the max is 7, though there are some clever workarounds using
concatenated strings. However, it sounds like you need some kind of
lookup table approach instead. Could you send more details of your
problem?

G

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default If, Then formula

There's a maximum of seven nested functions in Excel versions prior to XL
2007. Some ideas on circumventing this limit:
http://www.ozgrid.com/Excel/nested-function-limit.htm

Dave


--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"LT" wrote:

I am working on a formula to show 11 if, then statements on the same cell?
The problem is that I am only able to input 8 of 11 on my if-then statements?
Is this a max?
--
LT

  #4   Report Post  
Posted to microsoft.public.excel.misc
LT LT is offline
external usenet poster
 
Posts: 13
Default If, Then formula

=IF(A1=J16,K16,IF(A1=J17,K17,IF(A1=J18,K18,IF(A1=J 19,K19,IF(A1=J20,K20,IF(A1=J21,K21,IF(A1=J22,K22,I F(A1=J23,K23))))))))
This is my formula.. I have 2 other ones to input.

Example

Apple WBT
Baby WEX
Car WFG
--
LT


" wrote:

On Feb 5, 1:02 pm, LT wrote:
I am working on a formula to show 11 if, then statements on the same cell?
The problem is that I am only able to input 8 of 11 on my if-then statements?
Is this a max?
--
LT


I believe the max is 7, though there are some clever workarounds using
concatenated strings. However, it sounds like you need some kind of
lookup table approach instead. Could you send more details of your
problem?

G


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default If, Then formula

You may want to try =vlookup().

I'd put that table on a separate worksheet and then:

=vlookup(a1,sheet2!a:b,2,false)

Debra Dalgleish has some notes:
http://www.contextures.com/xlFunctions02.html

LT wrote:

=IF(A1=J16,K16,IF(A1=J17,K17,IF(A1=J18,K18,IF(A1=J 19,K19,IF(A1=J20,K20,IF(A1=J21,K21,IF(A1=J22,K22,I F(A1=J23,K23))))))))
This is my formula.. I have 2 other ones to input.

Example

Apple WBT
Baby WEX
Car WFG
--
LT

" wrote:

On Feb 5, 1:02 pm, LT wrote:
I am working on a formula to show 11 if, then statements on the same cell?
The problem is that I am only able to input 8 of 11 on my if-then statements?
Is this a max?
--
LT


I believe the max is 7, though there are some clever workarounds using
concatenated strings. However, it sounds like you need some kind of
lookup table approach instead. Could you send more details of your
problem?

G



--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default If, Then formula

You could try something like this:

=LOOKUP(A1,J16:K25)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"LT" wrote in message
...
=IF(A1=J16,K16,IF(A1=J17,K17,IF(A1=J18,K18,IF(A1=J 19,K19,IF(A1=J20,K20,IF(A1=J21,K21,IF(A1=J22,K22,I F(A1=J23,K23))))))))
This is my formula.. I have 2 other ones to input.

Example

Apple WBT
Baby WEX
Car WFG
--
LT


" wrote:

On Feb 5, 1:02 pm, LT wrote:
I am working on a formula to show 11 if, then statements on the same
cell?
The problem is that I am only able to input 8 of 11 on my if-then
statements?
Is this a max?
--
LT


I believe the max is 7, though there are some clever workarounds using
concatenated strings. However, it sounds like you need some kind of
lookup table approach instead. Could you send more details of your
problem?

G




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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 03:11 PM.

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

About Us

"It's about Microsoft Excel"