+ Reply to Thread
Results 1 to 8 of 8

Address and hyperlink formula

  1. #1
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Address and hyperlink formula

    I have this formula: =HYPERLINK("#"&"'Timespan'!"&ADDRESS(13,MATCH(A28,Timespan!$A$13:$AIK$13,0))," "&A28) I would like to add to it another ROW there it should search for A28 figure. Right now it search in this array: $A$13:$AIK$13,0 that is 13th row, but I would like to add another ROW.
    Thank you

  2. #2
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Re: Address and hyperlink formula

    i attach and excel file, what i want to accomplish
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Address and hyperlink formula

    Its Number error from second sheet use below formula there
    =IFERROR(INDEX(Sheet1!$A$1:$G$1,SMALL(IF(Sheet1!$A$1:$G$1<>"",COLUMN(Sheet1!$A$1:$G$1)),ROW(A3))),"") as array entered


    and hyperlink formula as below
    =HYPERLINK("#"&"'Sheet2'!"&ADDRESS(SUMPRODUCT((Sheet2!$A$1:$A$999=B1)*ROW($A$1:$A$999)),SUMPRODUCT((Sheet2!$A$1:$A$999=B1)*COLUMN($A$1:$A$999)))," "&B1)
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  4. #4
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Re: Address and hyperlink formula

    can you explain or just show, how to this formula: =IF(INDEX(Timespan!$B$2:$AJD$2,0,ROW(O3))=0,"",INDEX(Timespan!$B$2:$AJD$2,0,ROW(O3)))
    add additional row. now it shows results from row 2, but i want it to show from row 2 and row 3

  5. #5
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Address and hyperlink formula

    to use result of two rows use like this
    =index function for first search&" "&index function for another search

    suppose your first result is 28 and second is 45 above formula will give result as

    28 45

  6. #6
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Re: Address and hyperlink formula

    Okey thanks. it works. but now i have adittiontal question.
    i have this formula: =INDEX(Timespan!$B$2:$AJD$2,0,ROW(O59))&"; "&INDEX(Timespan!$B$3:$AJD$3,0,ROW(P59))&"; "&INDEX(Timespan!$B$4:$AJD$4,0,ROW(P59))
    is it possible to remove this semicolon IF i dont have any figure in one of the arrays showed in the formula.
    i want this semicolon to be shown only when there is what to segregate

  7. #7
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Address and hyperlink formula

    what results you are getting from formula could you share that part
    like yes;;yes or there are numbers or what else you are getting from results of formulas

  8. #8
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Re: Address and hyperlink formula

    various results. Like names and so. so it looks like "John; ;" and "Mike; Luke;"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Need Help with HTMLBody. Hyperlink email address and web address in body message VBA
    By Christopher Val in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-11-2015, 04:39 PM
  2. [SOLVED] HYPERLINK(ADDRESS(MATCH formula help
    By Blackhawks in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-17-2014, 02:27 PM
  3. [SOLVED] =Hyperlink & Address Match formula
    By IKZOUHETNIETWETEN in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-11-2014, 02:50 PM
  4. Using a formula to define address for hyperlink
    By mc36155 in forum Excel General
    Replies: 2
    Last Post: 03-31-2012, 07:53 PM
  5. Replies: 2
    Last Post: 07-14-2011, 03:16 PM
  6. Replies: 5
    Last Post: 06-22-2006, 07:10 AM
  7. Replies: 0
    Last Post: 03-26-2006, 07:10 PM

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