Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-07-2008, 01:31 PM
=?Utf-8?B?QW5u?=
 
Posts: n/a
Date variables for Column and Worksheet Headings

How can I create a date variable that I can use in both column and worksheet
headings?
Reply With Quote
  #2 (permalink)  
Old 07-07-2008, 06:08 PM
Rick Rothstein \(MVP - VB\)
 
Posts: n/a
Re: Date variables for Column and Worksheet Headings

I'm not clear on what you are asking for... can you provide more details
please?

Rick


"Ann" <Ann@discussions.microsoft.com> wrote in message
news:16F6DE02-2195-4DB8-B40A-735411C2D463@microsoft.com...
> How can I create a date variable that I can use in both column and
> worksheet
> headings?


Reply With Quote
  #3 (permalink)  
Old 07-07-2008, 10:06 PM
=?Utf-8?B?QW5u?=
 
Posts: n/a
Re: Date variables for Column and Worksheet Headings

I have a workbook with multiple worksheets. There are dates within the
headers of each worksheet and the column headings of multiple columns with
the spreadsheets. I'd like to create a variable on the first worksheet that
I can enter the date (e.g. forecast date) and have all of the headers on all
of the worksheets use that date rather than manually updating each header
with the new date. Is there a way to do this?

Thanks

Ann

"Rick Rothstein (MVP - VB)" wrote:

> I'm not clear on what you are asking for... can you provide more details
> please?
>
> Rick
>
>
> "Ann" <Ann@discussions.microsoft.com> wrote in message
> news:16F6DE02-2195-4DB8-B40A-735411C2D463@microsoft.com...
> > How can I create a date variable that I can use in both column and
> > worksheet
> > headings?

>
>

Reply With Quote
  #4 (permalink)  
Old 07-07-2008, 10:41 PM
Pete_UK
 
Posts: n/a
Re: Date variables for Column and Worksheet Headings

Suppose your date is in A1 of Sheet1, and you want this to be reflected in
D1 of the other sheets - you can do so with this formula:

=Sheet1!$A$1

If you only have a few sheets, then you can copy this to D1 of the other
sheets, but if you have several then you can group those sheets together by
holding the CTRL key and selecting each sheet tab in turn, and then you only
need to enter the formula once and it will automatically go into that cell
in all the sheets which are grouped together. You should Ungroup the sheets
when finished, by right-click on a sheet tab.

Hope this helps.

Pete

"Ann" <Ann@discussions.microsoft.com> wrote in message
news:7EEBA3E9-65BE-4422-9178-245C5C824D83@microsoft.com...
>I have a workbook with multiple worksheets. There are dates within the
> headers of each worksheet and the column headings of multiple columns with
> the spreadsheets. I'd like to create a variable on the first worksheet
> that
> I can enter the date (e.g. forecast date) and have all of the headers on
> all
> of the worksheets use that date rather than manually updating each header
> with the new date. Is there a way to do this?
>
> Thanks
>
> Ann
>
> "Rick Rothstein (MVP - VB)" wrote:
>
>> I'm not clear on what you are asking for... can you provide more details
>> please?
>>
>> Rick
>>
>>
>> "Ann" <Ann@discussions.microsoft.com> wrote in message
>> news:16F6DE02-2195-4DB8-B40A-735411C2D463@microsoft.com...
>> > How can I create a date variable that I can use in both column and
>> > worksheet
>> > headings?

>>
>>



Reply With Quote
  #5 (permalink)  
Old 07-07-2008, 10:53 PM
=?Utf-8?B?QW5u?=
 
Posts: n/a
Re: Date variables for Column and Worksheet Headings

Thanks Pete, Does this work to insert the date into a Text Column Header or
in a Worksheet Header?

"Pete_UK" wrote:

> Suppose your date is in A1 of Sheet1, and you want this to be reflected in
> D1 of the other sheets - you can do so with this formula:
>
> =Sheet1!$A$1
>
> If you only have a few sheets, then you can copy this to D1 of the other
> sheets, but if you have several then you can group those sheets together by
> holding the CTRL key and selecting each sheet tab in turn, and then you only
> need to enter the formula once and it will automatically go into that cell
> in all the sheets which are grouped together. You should Ungroup the sheets
> when finished, by right-click on a sheet tab.
>
> Hope this helps.
>
> Pete
>
> "Ann" <Ann@discussions.microsoft.com> wrote in message
> news:7EEBA3E9-65BE-4422-9178-245C5C824D83@microsoft.com...
> >I have a workbook with multiple worksheets. There are dates within the
> > headers of each worksheet and the column headings of multiple columns with
> > the spreadsheets. I'd like to create a variable on the first worksheet
> > that
> > I can enter the date (e.g. forecast date) and have all of the headers on
> > all
> > of the worksheets use that date rather than manually updating each header
> > with the new date. Is there a way to do this?
> >
> > Thanks
> >
> > Ann
> >
> > "Rick Rothstein (MVP - VB)" wrote:
> >
> >> I'm not clear on what you are asking for... can you provide more details
> >> please?
> >>
> >> Rick
> >>
> >>
> >> "Ann" <Ann@discussions.microsoft.com> wrote in message
> >> news:16F6DE02-2195-4DB8-B40A-735411C2D463@microsoft.com...
> >> > How can I create a date variable that I can use in both column and
> >> > worksheet
> >> > headings?
> >>
> >>

>
>
>

Reply With Quote
  #6 (permalink)  
Old 07-07-2008, 11:15 PM
Pete_UK
 
Posts: n/a
Re: Date variables for Column and Worksheet Headings

I thought you were talking about column headers, but having re-read your
first post I think you are talking about both. For a sheet header, you can
again group all the sheets together that you want this to apply to and then
click on File | Page Setup | Headers and Footers. Now, whatever you define
in the header will be reflected in all the other sheets that are grouped, so
you only need to put the date in once.

Again, don't forget to ungroup the sheets when finished.

Hope this helps.

Pete

"Ann" <Ann@discussions.microsoft.com> wrote in message
news:09A997B4-D061-4E1C-8EA7-B2D955169872@microsoft.com...
> Thanks Pete, Does this work to insert the date into a Text Column Header
> or
> in a Worksheet Header?
>
> "Pete_UK" wrote:
>
>> Suppose your date is in A1 of Sheet1, and you want this to be reflected
>> in
>> D1 of the other sheets - you can do so with this formula:
>>
>> =Sheet1!$A$1
>>
>> If you only have a few sheets, then you can copy this to D1 of the other
>> sheets, but if you have several then you can group those sheets together
>> by
>> holding the CTRL key and selecting each sheet tab in turn, and then you
>> only
>> need to enter the formula once and it will automatically go into that
>> cell
>> in all the sheets which are grouped together. You should Ungroup the
>> sheets
>> when finished, by right-click on a sheet tab.
>>
>> Hope this helps.
>>
>> Pete
>>
>> "Ann" <Ann@discussions.microsoft.com> wrote in message
>> news:7EEBA3E9-65BE-4422-9178-245C5C824D83@microsoft.com...
>> >I have a workbook with multiple worksheets. There are dates within the
>> > headers of each worksheet and the column headings of multiple columns
>> > with
>> > the spreadsheets. I'd like to create a variable on the first worksheet
>> > that
>> > I can enter the date (e.g. forecast date) and have all of the headers
>> > on
>> > all
>> > of the worksheets use that date rather than manually updating each
>> > header
>> > with the new date. Is there a way to do this?
>> >
>> > Thanks
>> >
>> > Ann
>> >
>> > "Rick Rothstein (MVP - VB)" wrote:
>> >
>> >> I'm not clear on what you are asking for... can you provide more
>> >> details
>> >> please?
>> >>
>> >> Rick
>> >>
>> >>
>> >> "Ann" <Ann@discussions.microsoft.com> wrote in message
>> >> news:16F6DE02-2195-4DB8-B40A-735411C2D463@microsoft.com...
>> >> > How can I create a date variable that I can use in both column and
>> >> > worksheet
>> >> > headings?
>> >>
>> >>

>>
>>
>>



Reply With Quote
  #7 (permalink)  
Old 07-08-2008, 04:15 PM
=?Utf-8?B?QW5u?=
 
Posts: n/a
Re: Date variables for Column and Worksheet Headings

Thanks Pete, I didn't know about grouping worksheets for headers.

Ann

"Pete_UK" wrote:

> I thought you were talking about column headers, but having re-read your
> first post I think you are talking about both. For a sheet header, you can
> again group all the sheets together that you want this to apply to and then
> click on File | Page Setup | Headers and Footers. Now, whatever you define
> in the header will be reflected in all the other sheets that are grouped, so
> you only need to put the date in once.
>
> Again, don't forget to ungroup the sheets when finished.
>
> Hope this helps.
>
> Pete
>
> "Ann" <Ann@discussions.microsoft.com> wrote in message
> news:09A997B4-D061-4E1C-8EA7-B2D955169872@microsoft.com...
> > Thanks Pete, Does this work to insert the date into a Text Column Header
> > or
> > in a Worksheet Header?
> >
> > "Pete_UK" wrote:
> >
> >> Suppose your date is in A1 of Sheet1, and you want this to be reflected
> >> in
> >> D1 of the other sheets - you can do so with this formula:
> >>
> >> =Sheet1!$A$1
> >>
> >> If you only have a few sheets, then you can copy this to D1 of the other
> >> sheets, but if you have several then you can group those sheets together
> >> by
> >> holding the CTRL key and selecting each sheet tab in turn, and then you
> >> only
> >> need to enter the formula once and it will automatically go into that
> >> cell
> >> in all the sheets which are grouped together. You should Ungroup the
> >> sheets
> >> when finished, by right-click on a sheet tab.
> >>
> >> Hope this helps.
> >>
> >> Pete
> >>
> >> "Ann" <Ann@discussions.microsoft.com> wrote in message
> >> news:7EEBA3E9-65BE-4422-9178-245C5C824D83@microsoft.com...
> >> >I have a workbook with multiple worksheets. There are dates within the
> >> > headers of each worksheet and the column headings of multiple columns
> >> > with
> >> > the spreadsheets. I'd like to create a variable on the first worksheet
> >> > that
> >> > I can enter the date (e.g. forecast date) and have all of the headers
> >> > on
> >> > all
> >> > of the worksheets use that date rather than manually updating each
> >> > header
> >> > with the new date. Is there a way to do this?
> >> >
> >> > Thanks
> >> >
> >> > Ann
> >> >
> >> > "Rick Rothstein (MVP - VB)" wrote:
> >> >
> >> >> I'm not clear on what you are asking for... can you provide more
> >> >> details
> >> >> please?
> >> >>
> >> >> Rick
> >> >>
> >> >>
> >> >> "Ann" <Ann@discussions.microsoft.com> wrote in message
> >> >> news:16F6DE02-2195-4DB8-B40A-735411C2D463@microsoft.com...
> >> >> > How can I create a date variable that I can use in both column and
> >> >> > worksheet
> >> >> > headings?
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

Reply With Quote
  #8 (permalink)  
Old 07-08-2008, 08:16 PM
Pete_UK
 
Posts: n/a
Re: Date variables for Column and Worksheet Headings

You're welcome, Ann - thanks for feeding back.

Pete

"Ann" <Ann@discussions.microsoft.com> wrote in message
news:06287F6C-47CE-4DE2-9207-BEEDA5DF71A6@microsoft.com...
> Thanks Pete, I didn't know about grouping worksheets for headers.
>
> Ann
>



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:13 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Credit Card | Free Advertising | Problem Mortgage | Credit Check | Free Myspace Christmas Comments



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114