#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sc sc is offline
external usenet poster
 
Posts: 28
Default IF function

I am trying to enter an IF function that has several arguments in the
formula. I can get it to return a value up to a certain point (8 arguments),
but after that, I get an error. I am by no means an expert in excel, but
can't seem to figure out why this is happening.

Any help as to why this is happening and how to fix it would be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default IF function

post what you have so far.
--
Gary's Student


"sc" wrote:

I am trying to enter an IF function that has several arguments in the
formula. I can get it to return a value up to a certain point (8 arguments),
but after that, I get an error. I am by no means an expert in excel, but
can't seem to figure out why this is happening.

Any help as to why this is happening and how to fix it would be appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 341
Default IF function

If you are doing it like this:
=IF(test1,val1,IF(test2,val2,IF(test3,val3 ... etc
then it is because you can only have 7 nested ifs

To get around this, I suggest combining 2 columns. On the seventh test in
the first column, don't put a second option. ...IF(test7,val7)))))))

The cell will return FALSE if none of the first 7 conditions were met.
Then you can have a new column saying
=IF(A1<FALSE,A1,IF(test8,val8,IF(test9,val9 ... etc etc etc
--
Allllen


"sc" wrote:

I am trying to enter an IF function that has several arguments in the
formula. I can get it to return a value up to a certain point (8 arguments),
but after that, I get an error. I am by no means an expert in excel, but
can't seem to figure out why this is happening.

Any help as to why this is happening and how to fix it would be appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sc sc is offline
external usenet poster
 
Posts: 28
Default IF function

=IF(P65.99,".640",IF(P65.74,".625",IF(P65.49,". 610",IF(P65.24,".596",IF(P64.99,".582",IF(P64.7 4,".567",IF(P64.24,".540",IF(P63.99,".526")))))) ))

"Gary''s Student" wrote:

post what you have so far.
--
Gary's Student


"sc" wrote:

I am trying to enter an IF function that has several arguments in the
formula. I can get it to return a value up to a certain point (8 arguments),
but after that, I get an error. I am by no means an expert in excel, but
can't seem to figure out why this is happening.

Any help as to why this is happening and how to fix it would be appreciated.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default IF function

A LOOKUP would probably be better.
--
David Biddulph

"sc" wrote in message
...
=IF(P65.99,".640",IF(P65.74,".625",IF(P65.49,". 610",IF(P65.24,".596",IF(P64.99,".582",IF(P64.7 4,".567",IF(P64.24,".540",IF(P63.99,".526")))))) ))

"Gary''s Student" wrote:

post what you have so far.
--
Gary's Student


"sc" wrote:

I am trying to enter an IF function that has several arguments in the
formula. I can get it to return a value up to a certain point (8
arguments),
but after that, I get an error. I am by no means an expert in excel,
but
can't seem to figure out why this is happening.

Any help as to why this is happening and how to fix it would be
appreciated.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default IF function


"Tip #10

Too many Nested IF's

Something that goes unnoticed when trying to figure out how to fit more
than seven IF statements into one formula is that most of the time you
can use VLOOKUP or some other LOOKUP formula instead. VLOOKUP can
LOOKUP exact matches or LOOKUP values in a range as in greater than 10
but less than 20. See if it will work for you."

From http://excelchampion.com/tips.htm


--
ExcelChampion
------------------------------------------------------------------------
ExcelChampion's Profile: http://www.officehelp.in/member.php?userid=5096
View this thread: http://www.officehelp.in/showthread.php?t=1261683

Posted from - http://www.officehelp.in

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 06: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"