Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
sgkelly
 
Posts: n/a
Default Automatically changing link. How?

I use a template to make a report every month in Excel. The naming convention
I use is 2006MarSwimware for the March 2006 Swimware report we send to the
OhioEPA. I do not make a years worth of blank reports in advance for good
reasons I dont need to get into here. Now, what Id like to be able to do is
put a link to a particular cell in the previous months report on the
template that would automatically rename itself. I tried combing text and a
link to the month-1 on the current report but instead of getting
2006MarSwimware I get '[200638807Swimware.xls]DATA - Cover'!$C$3. Am I
attempting the impossible? (The link that produced this is
="'[2006"&(K2)&"Swimware.xls]DATA - Cover'!$C$3" Where K2 is a link to a cell
with the formula =C4-1 that returns Mar and C4 is the date 4-01-2006.)
  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Automatically changing link. How?

It looks as though K2 may read "Mar", but that's it's really just a
particular format of the date 3/31. If K2 isn't used for anything else, you
might set K2 to be =text(c4-1,"Mmm"). Alternately, perform the conversion
within the formula that calculates the filename:
="'[2006"&text(K2,"Mmm")&"Swimware.xls]DATA - Cover'!$C$3"
--Bruce

"sgkelly" wrote:

I use a template to make a report every month in Excel. The naming convention
I use is 2006MarSwimware for the March 2006 Swimware report we send to the
OhioEPA. I do not make a years worth of blank reports in advance for good
reasons I dont need to get into here. Now, what Id like to be able to do is
put a link to a particular cell in the previous months report on the
template that would automatically rename itself. I tried combing text and a
link to the month-1 on the current report but instead of getting
2006MarSwimware I get '[200638807Swimware.xls]DATA - Cover'!$C$3. Am I
attempting the impossible? (The link that produced this is
="'[2006"&(K2)&"Swimware.xls]DATA - Cover'!$C$3" Where K2 is a link to a cell
with the formula =C4-1 that returns Mar and C4 is the date 4-01-2006.)

  #3   Report Post  
Posted to microsoft.public.excel.misc
sgkelly
 
Posts: n/a
Default Automatically changing link. How?

This does put "Mar" in link however it no longer functions as a link.

"bpeltzer" wrote:

It looks as though K2 may read "Mar", but that's it's really just a
particular format of the date 3/31. If K2 isn't used for anything else, you
might set K2 to be =text(c4-1,"Mmm"). Alternately, perform the conversion
within the formula that calculates the filename:
="'[2006"&text(K2,"Mmm")&"Swimware.xls]DATA - Cover'!$C$3"
--Bruce

"sgkelly" wrote:

I use a template to make a report every month in Excel. The naming convention
I use is 2006MarSwimware for the March 2006 Swimware report we send to the
OhioEPA. I do not make a years worth of blank reports in advance for good
reasons I dont need to get into here. Now, what Id like to be able to do is
put a link to a particular cell in the previous months report on the
template that would automatically rename itself. I tried combing text and a
link to the month-1 on the current report but instead of getting
2006MarSwimware I get '[200638807Swimware.xls]DATA - Cover'!$C$3. Am I
attempting the impossible? (The link that produced this is
="'[2006"&(K2)&"Swimware.xls]DATA - Cover'!$C$3" Where K2 is a link to a cell
with the formula =C4-1 that returns Mar and C4 is the date 4-01-2006.)

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to stop formuls from automatically changing ThermalJay Excel Discussion (Misc queries) 4 November 22nd 05 10:18 PM
Link pictures in Excel 2003 doesn't work! ODI Excel Discussion (Misc queries) 4 November 5th 05 02:23 PM
Automatically changing colors Confusedaboutcolor Excel Discussion (Misc queries) 0 November 2nd 05 08:59 PM
How do I automatically calculate YTD numbers by changing a date? MDSistah Excel Worksheet Functions 1 April 29th 05 05:52 PM
How do link to a remote worksheet using the path value in a field? Michael T. Links and Linking in Excel 3 December 11th 04 08:45 AM


All times are GMT +1. The time now is 02:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"