+ Reply to Thread
Results 1 to 4 of 4

Formual to go to a specific column?

  1. #1
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Crayford, kent
    MS-Off Ver
    Excel 2013
    Posts
    394

    Thumbs up Formual to go to a specific column?

    Hi All

    Is there a way to go to a specific column i excel? My data ranges from Column A to Column TP and rather than using find, or scrolling along to find the column i want, i want to know if i can put a date in A1 for example and it will go straight to that column?

    I have used a macro before to filter horizontally, but thats not going to work in this case, i just want to go straight to that column labelled "05/03/2014" for example

    Is this possible?

    Dan

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Formual to go to a specific column?

    Hi,

    Perhaps with a hyperlink in cell B1? For example, assuming your headers range from G1:O1, and you wish to go to the column whose header corresponds to the entry in A1:

    =HYPERLINK("#"&ADDRESS(1,MIN(COLUMN(G1:O1))+MATCH(A1,G1:O1,0)-1),"Go")

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Valued Forum Contributor adyteo's Avatar
    Join Date
    01-10-2013
    Location
    Calgary
    MS-Off Ver
    Excel 2010
    Posts
    540

    Re: Formual to go to a specific column?

    check the attached file
    Attachment 302032
    Click on the star if you think I helped you

  4. #4
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Crayford, kent
    MS-Off Ver
    Excel 2013
    Posts
    394

    Re: Formual to go to a specific column?

    Thank you both, thats done exactly what i needed, thank you

+ 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] Countif on a Specific Column Header versus a specific Column
    By usc1382 in forum Excel General
    Replies: 7
    Last Post: 07-14-2020, 02:41 AM
  2. Replies: 5
    Last Post: 12-18-2013, 10:33 PM
  3. Extract specific column data from specific sheet from multiple files in a folder
    By piggyfox in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-31-2013, 11:51 AM
  4. Replies: 5
    Last Post: 01-17-2012, 02:40 PM
  5. Entering Formual for a column
    By Shelly9633 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-21-2008, 10:33 AM

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