Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Who's good at Excel

Thread Tools
 
Search this Thread
 
Old 02 March 2004, 06:58 PM
  #1  
msp1
Scooby Regular
Thread Starter
 
msp1's Avatar
 
Join Date: Jun 2001
Location: S Wales
Posts: 1,318
Likes: 0
Received 0 Likes on 0 Posts
Question Who's good at Excel

Here's a tester for you. I have an Excel sheet with the following data
in one of the cells. I would like to fill the series so that it
increments the file path by 1. ie 060204 in the path will become
070204 in the next cell and so on.

value in cell 1

='P:\Shift reports\Line 1\Finishing\TEP Reports\FEB
04\[060204.xls]Data input'!$J$6


Value in cell 2

='P:\Shift reports\Line 1\Finishing\TEP Reports\FEB
04\[070204.xls]Data input'!$J$6

and so on

='P:\Shift reports\Line 1\Finishing\TEP Reports\FEB
04\[080204.xls]Data input'!$J$6

Sadly it's beyond my IT department so any solutions would be greatly appreciated as it's going to save me hours every month.

Cheers
Mike
Old 02 March 2004, 07:06 PM
  #2  
TopBanana
Scooby Regular
 
TopBanana's Avatar
 
Join Date: Jan 2001
Posts: 9,781
Likes: 0
Received 0 Likes on 0 Posts
Default

Try having a hidden column with just the date in it, then using the FORMAT and CONCATENATE functions to format the date as ddmmyy and to concatenate that date with the rest of your path string respectively
Old 03 March 2004, 08:02 AM
  #3  
markr1963
Scooby Regular
 
markr1963's Avatar
 
Join Date: Jun 2002
Location: Perth, Western Australia
Posts: 1,866
Likes: 0
Received 0 Likes on 0 Posts
Default

Agree with jlanng except if you leave the hidden column formatted as a date then the CONCATENATE function uses Excel's date serial number instead. So 010204 becomes 38018 as a date serial number. You can get aorund this by adding another column that uses the text function.
If A1 is 010204 as date then B1 could be =TEXT(A1,"ddmmyy") and returns the date in A1 as a text string.
Then in C1: =CONCATENATE("='P:\Shift reports\Line 1\Finishing\TEP Reports\FEB 04\[",B1,".xls]Data input'!$J$6")
Hide columns A and B

HTH
Mark
Old 03 March 2004, 06:57 PM
  #4  
msp1
Scooby Regular
Thread Starter
 
msp1's Avatar
 
Join Date: Jun 2001
Location: S Wales
Posts: 1,318
Likes: 0
Received 0 Likes on 0 Posts
Talking

Thanks for the help guys. Tried it at home and seems to work. Will put it to the test tomorrow at work and report back.

Mike
Old 10 March 2004, 07:52 PM
  #5  
msp1
Scooby Regular
Thread Starter
 
msp1's Avatar
 
Join Date: Jun 2001
Location: S Wales
Posts: 1,318
Likes: 0
Received 0 Likes on 0 Posts
Question

Hi Mark

Thought that was going to work but unfortunately not. Using the concentate function gives me ='P:\Shift reports\Line 1\Finishing\TEP Reports\FEB 04\[020304.xls]'Data input'!$J$6

but not the actual vale of the cell being referenced.

Any ideas

Mike
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
33
29 August 2017 07:18 PM
Scott@ScoobySpares
Full Cars Breaking For Spares
7
14 December 2015 08:16 AM
Mattybr5@MB Developments
Full Cars Breaking For Spares
20
22 October 2015 06:12 AM
blackandz
General Technical
0
12 September 2015 07:01 PM



Quick Reply: Who's good at Excel



All times are GMT +1. The time now is 12:32 PM.