I need to import a text file to excel. I want to take that worksheet and rename it for yesterday's date. I then need to be able to sum up information from all of the dates in a month to date summary. Thanks in advance for any help you can give me.
What is the format of your text file?
What is the format of your worksheet?
How do you know which items from the text to add to which cells in the worksheet?
Are you keeping each day's sheet in a separate tab of one workbook or in different workbooks, or are you keeping the worksheet version of the data at all, after doing your sums?
Assuming the text file has some structure, one approach would be to have a database in the spreadsheet with one column to identify the date. Then to process a new day's data, the procedure would be to add rows to the database using information from the text file. Finally, the month-to-date summary reports would be generated using database formulas (e.g. DSUM)
With a little more detail, someone here should be able to help you accomplish your goal.
Oops, I'm not sure about using Pivot Tables if you've data on different sheets.
But the approach depends upon what data you have and what summary you're looking for. "Whereever you go there are people who need you for what you can do..."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.