Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I enter a function that has more than 7 nested functions

I cannot figure out how to enter this function in excel:

=IF(L20='T-Mobile Rate and Device Prices'!$A$116,'T-Mobile Rate and Device
Prices'!$B$116,IF(L20='T-Mobile Rate and Device Prices'!$A$117,'T-Mobile Rate
and Device Prices'!$B$117,IF(L20='T-Mobile Rate and Device Prices'!$A$118,'T-
Mobile Rate and Device Prices'!$B$118,IF(L20='T-Mobile Rate and Device
Prices'!$A$119,'T-Mobile Rate and Device Prices'!$B$119,IF(L20='T-Mobile Rate
and Device Prices'!$A$120,'T-Mobile Rate and Device Prices'!$B$120,IF(L20='T-
Mobile Rate and Device Prices'!$A$121,'T-Mobile Rate and Device Prices'!$B
$121,IF(L20='T-Mobile Rate and Device Prices'!$A$122,'T-Mobile Rate and
Device Prices'!$B$122,IF(L20='T-Mobile Rate and Device Prices'!$A$123,'T-
Mobile Rate and Device Prices'!$B$123,IF(L20='T-Mobile Rate and Device
Prices'!$A$124,'T-Mobile Rate and Device Prices'!$B$124,IF(L20='T-Mobile Rate
and Device Prices'!$A$125,'T-Mobile Rate and Device Prices'!$B$125,IF(L20='T-
Mobile Rate and Device Prices'!$A$126,'T-Mobile Rate and Device Prices'!$B
$126," "))))))))

Please help!!!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default How do I enter a function that has more than 7 nested functions

=IF(ISNUMBER(MATCH(L20,'T-Mobile Rate and Device Prices'!$A$116:$A$126,0)),
INDEX('T-Mobile Rate and Device Prices'!$B$116:$B$126,MATCH(L20,'T-Mobile
Rate and Device Prices'!$A$116:$A$126,0)),"")

--
HTH

Bob Phillips

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

"Tkokkine" <u26382@uwe wrote in message news:6601fcac08f0d@uwe...
I cannot figure out how to enter this function in excel:

=IF(L20='T-Mobile Rate and Device Prices'!$A$116,'T-Mobile Rate and Device
Prices'!$B$116,IF(L20='T-Mobile Rate and Device Prices'!$A$117,'T-Mobile

Rate
and Device Prices'!$B$117,IF(L20='T-Mobile Rate and Device

Prices'!$A$118,'T-
Mobile Rate and Device Prices'!$B$118,IF(L20='T-Mobile Rate and Device
Prices'!$A$119,'T-Mobile Rate and Device Prices'!$B$119,IF(L20='T-Mobile

Rate
and Device Prices'!$A$120,'T-Mobile Rate and Device

Prices'!$B$120,IF(L20='T-
Mobile Rate and Device Prices'!$A$121,'T-Mobile Rate and Device Prices'!$B
$121,IF(L20='T-Mobile Rate and Device Prices'!$A$122,'T-Mobile Rate and
Device Prices'!$B$122,IF(L20='T-Mobile Rate and Device Prices'!$A$123,'T-
Mobile Rate and Device Prices'!$B$123,IF(L20='T-Mobile Rate and Device
Prices'!$A$124,'T-Mobile Rate and Device Prices'!$B$124,IF(L20='T-Mobile

Rate
and Device Prices'!$A$125,'T-Mobile Rate and Device

Prices'!$B$125,IF(L20='T-
Mobile Rate and Device Prices'!$A$126,'T-Mobile Rate and Device Prices'!$B
$126," "))))))))

Please help!!!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 47
Default How do I enter a function that has more than 7 nested functions

Set up a table, then use VLOOKUP function

--------------
mama no teeth

"Tkokkine" wrote:

I cannot figure out how to enter this function in excel:

=IF(L20='T-Mobile Rate and Device Prices'!$A$116,'T-Mobile Rate and Device
Prices'!$B$116,IF(L20='T-Mobile Rate and Device Prices'!$A$117,'T-Mobile Rate
and Device Prices'!$B$117,IF(L20='T-Mobile Rate and Device Prices'!$A$118,'T-
Mobile Rate and Device Prices'!$B$118,IF(L20='T-Mobile Rate and Device
Prices'!$A$119,'T-Mobile Rate and Device Prices'!$B$119,IF(L20='T-Mobile Rate
and Device Prices'!$A$120,'T-Mobile Rate and Device Prices'!$B$120,IF(L20='T-
Mobile Rate and Device Prices'!$A$121,'T-Mobile Rate and Device Prices'!$B
$121,IF(L20='T-Mobile Rate and Device Prices'!$A$122,'T-Mobile Rate and
Device Prices'!$B$122,IF(L20='T-Mobile Rate and Device Prices'!$A$123,'T-
Mobile Rate and Device Prices'!$B$123,IF(L20='T-Mobile Rate and Device
Prices'!$A$124,'T-Mobile Rate and Device Prices'!$B$124,IF(L20='T-Mobile Rate
and Device Prices'!$A$125,'T-Mobile Rate and Device Prices'!$B$125,IF(L20='T-
Mobile Rate and Device Prices'!$A$126,'T-Mobile Rate and Device Prices'!$B
$126," "))))))))

Please help!!!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 49
Default How do I enter a function that has more than 7 nested functions

Since your data is already in table form, save some key strokes and use the
following:

=VLOOKUP(L20,'T-Mobile Rate and Device Prices'!A116:B126,2)

Regards...



"Tkokkine" wrote:

I cannot figure out how to enter this function in excel:

=IF(L20='T-Mobile Rate and Device Prices'!$A$116,'T-Mobile Rate and Device
Prices'!$B$116,IF(L20='T-Mobile Rate and Device Prices'!$A$117,'T-Mobile Rate
and Device Prices'!$B$117,IF(L20='T-Mobile Rate and Device Prices'!$A$118,'T-
Mobile Rate and Device Prices'!$B$118,IF(L20='T-Mobile Rate and Device
Prices'!$A$119,'T-Mobile Rate and Device Prices'!$B$119,IF(L20='T-Mobile Rate
and Device Prices'!$A$120,'T-Mobile Rate and Device Prices'!$B$120,IF(L20='T-
Mobile Rate and Device Prices'!$A$121,'T-Mobile Rate and Device Prices'!$B
$121,IF(L20='T-Mobile Rate and Device Prices'!$A$122,'T-Mobile Rate and
Device Prices'!$B$122,IF(L20='T-Mobile Rate and Device Prices'!$A$123,'T-
Mobile Rate and Device Prices'!$B$123,IF(L20='T-Mobile Rate and Device
Prices'!$A$124,'T-Mobile Rate and Device Prices'!$B$124,IF(L20='T-Mobile Rate
and Device Prices'!$A$125,'T-Mobile Rate and Device Prices'!$B$125,IF(L20='T-
Mobile Rate and Device Prices'!$A$126,'T-Mobile Rate and Device Prices'!$B
$126," "))))))))

Please help!!!


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
Nested IF Function and VLookup Alternatives robert.holmes Excel Worksheet Functions 1 December 12th 05 10:28 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
I can't enter CSE functions Andreas Excel Discussion (Misc queries) 3 February 8th 05 11:03 PM
ENTER EXCEL FORMULA WITH MORE THAN 7 NESTED FUNCTIONS Linda Bolton Excel Worksheet Functions 2 January 14th 05 11:58 AM
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 06:34 AM.

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"