+ Reply to Thread
Results 1 to 3 of 3

Embed/Nest Three functions.

  1. #1
    Registered User
    Join Date
    10-02-2008
    Location
    UK
    Posts
    31

    Embed/Nest Three functions.

    Hi there,

    I've already nested INDEX and MATCH sucesfully

    I wish to embed/nest (I'm not sure what the difference/ correct syntax is)

    These Funtions:

    1. "=INDEX($H$4:$H$9,MATCH(G14,$G$4:$G$9,0))"

    2, =HLOOKUP(Arg!D10,Arg!$D$10:$DA$50,5,FALSE)


    The HLOOKUP returns a text value that the Index and Match convert into a number. I wish this to be done in one cell - is this possible?


    I'm using INDEX with MATCH because HLOOKUP can return a 'not applicable' that equals '6' this need to be discounted in my results but that is a digression FYI.


    Thanks for any ideas.

    Ben
    Last edited by Ben Morton; 10-23-2008 at 09:08 AM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    i presume the h look up is in g14
    =INDEX($H$4:$H$9,MATCH(HLOOKUP(Arg!D10,Arg!$D$10:$DA$50,5,FALSE)
    ,$G$4:$G$9,0))

  3. #3
    Registered User
    Join Date
    10-02-2008
    Location
    UK
    Posts
    31
    Thanks Martin,

    That's Perfect.

    Regards,


    Ben

+ 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