Hi,
I've been asked to write a couple of sheets, and I'm
, not sure how to even start!
A report is run every day, listing jobs our field engineers have been issued. The engineers are each assigned to a depot they work from. Three depots make up one cost centre (so for example, our Trent Valley cost centre consists of Derby, Mansfield and Nottingham depots).
So the first task - on selecting a cost centre, my sheet should retrieve all information for the 3 relevant depots. Continuing with the example above, I want to be able to select Trent Valley, and get all the job information from the Derby, Mansfield and Nottingham depots. (The sheet I am retrieving info from lists the data by depot, and not cost centre)
How do you go about copying either a whole row, or selected columns, between sheets? If at all possible, I don't want to have to use VBA because I've not tackled that yet and have no idea what I'm doing!
Another problem I anticipate - every time the report is run, it is saved with a different file name (i.e. 11_01_05.xls). As I'll be pulling information from this sheet, how do I get around constantly changing filenames? One possible solution, if it's possible - can I set the sheet to prompt me to enter a filename, or even browse using Explorer and select the appropriate file? Once I've told the sheet which file we are working from, could it then insert that filename in any formulae I've created?
Apologies that this is so vague, and that I'm basically asking for advice on how to get started with this sheet! It's something I've never done before, so I'm just stumped
Any help would be appreciated!
I've been asked to write a couple of sheets, and I'm
A report is run every day, listing jobs our field engineers have been issued. The engineers are each assigned to a depot they work from. Three depots make up one cost centre (so for example, our Trent Valley cost centre consists of Derby, Mansfield and Nottingham depots).
So the first task - on selecting a cost centre, my sheet should retrieve all information for the 3 relevant depots. Continuing with the example above, I want to be able to select Trent Valley, and get all the job information from the Derby, Mansfield and Nottingham depots. (The sheet I am retrieving info from lists the data by depot, and not cost centre)
How do you go about copying either a whole row, or selected columns, between sheets? If at all possible, I don't want to have to use VBA because I've not tackled that yet and have no idea what I'm doing!
Another problem I anticipate - every time the report is run, it is saved with a different file name (i.e. 11_01_05.xls). As I'll be pulling information from this sheet, how do I get around constantly changing filenames? One possible solution, if it's possible - can I set the sheet to prompt me to enter a filename, or even browse using Explorer and select the appropriate file? Once I've told the sheet which file we are working from, could it then insert that filename in any formulae I've created?
Apologies that this is so vague, and that I'm basically asking for advice on how to get started with this sheet! It's something I've never done before, so I'm just stumped