Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
user@msn
 
Posts: n/a
Default Need more =if functions

I'm trying to do an if,then function that looks at data in a cell and
compares to 13 different possible results but excel on allows 7 nested IF
functions. Any thougths on how to complete this task?

This is in regards to banking. The function should look at the term (13
different terms) and based on the term should return the appropriate rate.

Thanks
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

With that many, I would use a VLOOKUP. To learn how to
use a VLOOKUP, see:

http://www.contextures.com/xlFunctions02.html

Or, if you're dead set on IFs, you could always
concatenate them:

=IF(A1=1,1.3%,"")&IF(A1=2,3%,"")&IF(A1=4,6.5%,"")& IF
(A1=5,2.2%,"")&IF(A1=6,4.4%,"")&IF(A1=9,7%,"")&IF
(A1=10,7.5%,"")&IF(A1=11,8.8%,"")&IF(A1=3,3.5%,"") &IF
(A1=12,4.9%,"")&IF(A1=13,1%,"")&IF(A1=7,1.6%,"")&I F
(A1=8,6.25%,"")

HTH
Jason
Atlanta, Ga

-----Original Message-----
I'm trying to do an if,then function that looks at data

in a cell and
compares to 13 different possible results but excel on

allows 7 nested IF
functions. Any thougths on how to complete this task?

This is in regards to banking. The function should look

at the term (13
different terms) and based on the term should return the

appropriate rate.

Thanks
.

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
3 questions about automated c++ com add-in worksheet functions gert Excel Worksheet Functions 0 March 10th 05 09:57 AM
# of Functions per cell SUB-ZERO Excel Worksheet Functions 3 January 23rd 05 10:35 PM
PivotTable canned functions doco Excel Discussion (Misc queries) 0 January 14th 05 03:52 PM
How to load Engineering Functions into the Fx function wizard? jsaval Excel Worksheet Functions 1 November 11th 04 09:47 PM
Where can I see VBA code for financial functions? eios Excel Worksheet Functions 1 November 2nd 04 01:00 PM


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