+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : using MATCH inside of an INDEX formula

  1. #1
    Registered User
    Join Date
    03-15-2010
    Location
    London,
    MS-Off Ver
    Excel 2007
    Posts
    20

    using MATCH inside of an INDEX formula

    Hi

    I'm using the formula below in, say, cell X3 in a particular sheet:

    =INDEX(X11:AC11, MATCH(1.05,X11:AC11,0))

    This is just to check cells X11 to AC11 for the number 1.05, and then return me 1.05 in cell X3. What I wanted to know is, is it possible to change this formula in any way so that if 1.05 appears twice in cells X11 to AC11, then the formula will give me 1.05 multiplied by 1.05, instead of just 1.05?

    Thanks
    Last edited by can2c; 03-17-2010 at 06:37 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: using MATCH inside of an INDEX formula

    Do you perhaps mean:

    =1.05^COUNTIF(X11:AC11,1.05)

  3. #3
    Registered User
    Join Date
    03-15-2010
    Location
    London,
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: using MATCH inside of an INDEX formula

    yeah this is what I mean, thankyou

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1