Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6720119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:10:27+00:00 2026-05-26T09:10:27+00:00

I have two columns, one automatically generated (Column B), the other(Column D) with few

  • 0

I have two columns, one automatically generated (Column B), the other(Column D) with few manual values from automated generated column .

B           D
--------------------
1  Col1    Col2
2  12       14
3  13       16 
4  14
5  15
6  16
--------------------

I want to automatically Hyperlink Column D, when i enter a new row value in it.
e.g. The entry D2 should be =HYPERLINK(“#B4”, B4)

Now i can calculate B4 with INDEX & MATCH, but how do i automatically hyperlink it? That is to say, if i enter 14 in D2, it should automatically get replaced by =HYPERLINK(“#B4, B4).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:10:28+00:00Added an answer on May 26, 2026 at 9:10 am

    You have to use an event procedure Worksheet_Change: see this article on ozgrid or this one on Chip Pearson’s website.

    Something like:

    Private Sub Worksheet_Change(ByVal Target As Range)
       'Do nothing if more than one cell is changed or content deleted
       If Target.Cells.Count > 1 Or IsEmpty(Target) Then Exit Sub
       'Trigger the procedure only for the column D
       If Not Intersect(Target, Range("D:D")) Is Nothing Then
         'Turn off ALL events so the Target change does not trigger another time this sub
          Application.EnableEvents = False
          'Change the formula for what you ever want
           Target.Formula = "=HYPERLINK(""#B4"", B4)"
          'Turn events back on
          Application.EnableEvents = True
       End If
    End Sub
    

    You just have to change the formula you want to build.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables one has a three column composite key. The other needs
I want to have one table with two TIMESTAMP columns. One column to keep
Is it a bad thing to have two xml columns in one table? +
I have a table with two columns and one row, and 100% width across
I have two tables with the same columns, and I need to copy one
I have an excel spreadsheet with two columns, one with a list of exercises
I have an Excel sheet with two column, one is a number , and
I have two columns: the left one is a Canvas containing an mx:Tree and
I have an AES encryption being made on two columns: one of these columns
If I have two columns, one with very high cardinality and one with very

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.