LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 553
Default Incorporating INDEX function into Array Formula (CNTRL-SHIFT-ENTER

I am using an index function to escaltate a value in real terms. For example:

RealValue * (1 + rate)^N = Nominal Value

Or as below

D16*(1+INDEX($B$27:$B$29,MATCH(F16,$A$27:$A$29,0), 1))^((B$1-E16)/365)

Or better defined as:

Real*(1+INDEX(list of escalation
types,row,column)^((currentdate-basedate)/365days)

D16 is the real value and everything else is the escalation.

This works fine. Problem I am having is that I now want to incorporate this
into an array formula. So instead of trying to find the nominal value of
D16. I want to find the nominal values of D16:D23. I am attempting to do so
by incorporating the INDEX function into a SUMPRODUCT function. I was trying
to incorporate it as follows:

=SUMPRODUCT($D$16:$D$23,Escalation)

I tried making the following changes to the indexation formula from this:

(1+INDEX($B$27:$B$29,MATCH(F16,$A$27:$A$29,0),1))^ ((B$1-E16)/365)

to this

(1+INDEX($B$27:$B$29,MATCH(F16:F23,$A$27:$A$29,0), 1))^((B$1-E16:E23)/365))

or as an array formula:

{=SUMPRODUCT($D$16:$D$23,(1+INDEX($B$27:$B$29,MATC H(F16:F23,$A$27:$A$29,0),1))^((B$1-E16:E23)/365))}

However this is not working. How do I do I incorporate an index formula
into this array formula?

Thanks

EM
 
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
List of functions contained in the add-ins, esp. Analysis Toolpak Neil Goldwasser Excel Worksheet Functions 3 January 12th 07 12:43 PM
Use of Offset function in array formula scabHead Excel Worksheet Functions 4 December 23rd 06 01:16 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Proper way to enter array formula Phil Excel Worksheet Functions 3 October 20th 05 02:44 PM
how to enter a formula using column() function for a range Mike Peter Excel Worksheet Functions 6 December 8th 04 07:11 AM


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