+ Reply to Thread
Results 1 to 4 of 4

Index/match:can any one help

  1. #1
    Registered User
    Join Date
    08-22-2011
    Location
    uk
    MS-Off Ver
    Excel 2003
    Posts
    1

    Index/match:can any one help

    Hello,
    New to the forum as i am in desparate need of some help.

    This may be quite hard to explain

    my formula is - and this is the exact code

    =INDEX(SalesPipelineDetails,MATCH(1,IF('Sales Performance (Top 5)'!C8 = 'Sales Pipeline Details'!C:C,'Sales Pipeline Details'!AO:AO,0),0),4)


    this returns an N/A#
    SalesPipelinedetails is a named range

    for the row - MATCH(1,IF('Sales Performance (Top 5)'!C8 = 'Sales Pipeline Details'!C:C,'Sales Pipeline Details'!AO:AO,0),0) will return row 6500,

    and then column is 4

    If i highlight the formular in the formula bar and press f9 it returns the correct answer, however in the cell it returns N/a

    can any one help

    Thanks

    Andy

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Help with Index/match

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Help with Index/match

    Your IF function is comparing a single cell (C8) to a range (C:C). If you're getting anything (other than FALSE) it's likely a coincidental error due to being on the same row number as the desired result from C8.
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Help with Index/match

    Also, if you are in XL2003, you can't use whole column references in this formula and if you are in post XL2003, you should not use whole column references.

    Also, the named range must be the same size as the ranges (height-wise) in the Match part.

    Try:

    Please Login or Register  to view this content.
    where 'Sales Pipeline Details'!C$1:C$1000 is the same size as the SalesPipelineDetails range height-wise.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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