+ Reply to Thread
Results 1 to 18 of 18

Header Help

  1. #1
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    Header Help

    Is there a way to link a header or a portion of a header to a specific cell?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Go to Insert|Hyperlink and choose Place in this Document from the Link to area. Then choose the cell reference and sheet references.
    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
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    Header Help

    How do I insert a Hyperlink into a header?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    So my previous reply was incorrect? What exactly do you mean then?

  5. #5
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    Header Help

    I do not know if it is incorrect or not. I am new to excel. I would like to be able to key a month and an year in cell A1 and have that update each of my headers. I have 12 sheets with headers that I would like this to update. I cannot always use today's date so I would like to be able update the headers another way with a date of my choice.

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    So if in Sheet2 to Sheet "whatever" you typed =Sheet1!A1, is that what you mean?

    I am not quite understanding what you mean by updating headers.

  7. #7
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    Header Help

    Each of my headers will be like Jim to Bob mm yyyy 56466, Bob to Steve mm yyyy 56466, and so forth. I would like to be able to enter 06 2008 in one cell in the workbook and have all of the headers for each page update instead of going into each header and manually updating each one. (trying to be lazy) Next month I could enter 07 2008 (or another month and year) and the headers would update.

  8. #8
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Then insert something like:

    =Text(Sheet1!A1,"mm yyyy") within your text string...

    eg. "Jim to Bob "&Text(Sheet1!A1,"mm yyyy")&" 56466"

    where Sheet1!A1 is your input cell

  9. #9
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    Header Help

    I copied from your reply and this is what I got. "Jim to Bob "2:32 PMText(Sheet1!A1, "mm yyyy") & " 56466".

  10. #10
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Did you put an = sign in front?

    ="Jim to Bob "&Text(Sheet1!A1,"mm yyyy")&" 56466"

    And there should be a date in Sheet1!A1.

  11. #11
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    Header Help

    It returns the same information as before.

  12. #12
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    I'm not sure how you get this: "2:32 PM" to replace the "&"?

    Maybe you can attach your workbook sample?

  13. #13
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    Header Help

    Here is a test example of my file.
    Attached Files Attached Files

  14. #14
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Oh so you want to update the Sheet Names with your dates?

    well, that'll require VBA...

    Hopefully someone can chime in and help you on that....

  15. #15
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    Header Help

    No not the sheet names just the custom header for each sheet.

  16. #16
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Boy, I hope we are not still misunderstanding each other... see attached...
    Attached Files Attached Files

  17. #17
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    Header Help

    What is in row one is what I am needing but is there any way to update this into the cutom header you see on Page Setup.

  18. #18
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Again, only through VBA intervention...

    I am not a VBA person though...

+ 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