+ Reply to Thread
Results 1 to 3 of 3

how do I apply connectors?

  1. #1
    Registered User
    Join Date
    11-10-2007
    Posts
    35

    how do I apply connectors?

    How do I apply connectors to the formulae?

    Assuming I have
    =MATCH(2,A2:A7,0) resulting in a value 4

    I would like to use this formulae MATCH(2,A2:A7,0) to put into the formulae =CELL("contents",AMATCH(2,A2:A7,0))
    to get the end result
    =CELL("contents", A4) but it didnt work.

    If it was other programme, i could simply use connectors like $+ that will result in the forumlae
    =CELL("contents", [ A ] $+ [ MATCH(2,A2:A7,0) ] )
    however, for excel im not sure what method should i use to achieve the same result...

    admin teach me how do i go about achieving the same result using excel.. thanks

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

    =CELL("contents",INDIRECT("A"&MATCH(2,A2:A7,0)))
    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
    Registered User
    Join Date
    11-10-2007
    Posts
    35
    thanks admin! it worked! :D

+ 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