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 Mar 2, 2004 | 06:58 PM
  #1  
msp1's Avatar
msp1
Thread Starter
Scooby Regular
 
Joined: Jun 2001
Posts: 1,318
Likes: 0
From: S Wales
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
Reply
Old Mar 2, 2004 | 07:06 PM
  #2  
TopBanana's Avatar
TopBanana
Scooby Regular
 
Joined: Jan 2001
Posts: 9,781
Likes: 0
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
Reply
Old Mar 3, 2004 | 08:02 AM
  #3  
markr1963's Avatar
markr1963
Scooby Regular
 
Joined: Jun 2002
Posts: 1,866
Likes: 0
From: Perth, Western Australia
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
Reply
Old Mar 3, 2004 | 06:57 PM
  #4  
msp1's Avatar
msp1
Thread Starter
Scooby Regular
 
Joined: Jun 2001
Posts: 1,318
Likes: 0
From: S Wales
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
Reply
Old Mar 10, 2004 | 07:52 PM
  #5  
msp1's Avatar
msp1
Thread Starter
Scooby Regular
 
Joined: Jun 2001
Posts: 1,318
Likes: 0
From: S Wales
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
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
34
Nov 7, 2024 04:10 PM
Scott@ScoobySpares
Full Cars Breaking For Spares
7
Dec 14, 2015 08:16 AM
Mattybr5@MB Developments
Full Cars Breaking For Spares
20
Oct 22, 2015 06:12 AM
blackandz
General Technical
0
Sep 12, 2015 07:01 PM




All times are GMT +1. The time now is 01:20 AM.