![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 21
|
Please try to understand my problem:-
1) I have a excel sheet in which i do input of daily expenses, the sheet is a simple one having following columns S.no. Item Expenses Time Date 2) Now at the end of the week i have to make a sheet on which the expenses details for a week is shown and then using the four sheet of weeks i make an montly sheet of expenses. Weekly sheet musty have information as :- Week Item Expenses Time Date 3) That similary for the month but it as link with the weekly sheet , the thing is that weekly and montly sheet must show at what time and dat what item caused expnses and how many which the weekly sheet picks from the daily sheet input and montly from weekly. 4) Now i know that i can make excel to connect a link between on file and other so that the data from file can go to other file to show a summary 5) But the problem is on each day we use the same excel file but with different date name , remove the previous entries and then do the entries on new day and so on. By doing this we are changing the name of the source file from where the weekly sheet has to pick data. 6) by doing above i cannot create such a link in a single sheet which can pick data on daily basis from daily sheet as the name of file is changing . 7)Now please suggest a way other than recommending me to do the work in the same file on 7 sheets. its my requirement that i change file every day. Please suggest some thing about this. |
|
|
|
|
|
#2 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
Can you highlight your cells and replace [x.xls] with [y.xls] (manually or via macro)? Where x & y are your old and new filenames respectively?
_________________ Cheers, NateO [ This Message was edited by: NateO on 2002-03-19 15:22 ] |
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 21
|
thankyou for showing interest in my question but sir i did not get your point.
Basically i have a file in which there are 5 sheets and each sheet has information about sale , rent , expenses and purchasing. At the end of the week i want to show a summary how much the sale was , how much purchasing was... that why i need to know how i can make this happen. On each new day we have to use a new file. |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,512
|
I love Excel, but here's my answer for you.
Sub WrongProggie() Application.Use(Access) End Sub
__________________
~Anne Troy |
|
|
|
|
|
#5 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
Web, when you link Excel files to other Excel files, opened or closed, the filename is shown in brackets (i.e., [ ]). If you replace the contents within the link, within the brackets, you'lll replace the file name in question. Using the brackets as a marker makes sure you're dealing with the file name.
Hope this helps. _________________ Cheers, NateO [ This Message was edited by: NateO on 2002-03-19 20:14 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|