save table data to query

Njiua

New Member
Joined
Jun 27, 2024
Messages
1
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hey everyone!

I've got a tiny challenge making something work in Excel.

let me explain it all to you.
For my work I have to make reports. first I gather all data, then a concept version is made, after that a definite version is made. and finally I send the bill.
to keep my workdata clean and understandable I wanted to make a table in which the amount of files in what cathegory are.

per example:
Datedata gatheringconcept versionfinal version
27-6-2024421
26-6-202443
table A

so in table A it is quite easily visible what work I did, in what timespan. I'd like to keep it that way with 5 rows at most. However what I also want is that if I enter the data, it'll all get saved in another sheet so I can still get my best, average or all work done in X time. (probably by a query which updates the moment the data in tabel A is changed.)

so, here's a short version
I'd like to have a table on my "home" sheet with no more then 5 rows. Every day I open the file I'd like the top row of the table being empty, with just the current date standing in the most left column. and all the other data moving one layer down. this means after 6 inputs* the data is not visible on the "home" sheet. however it is still accesable in another sheet.

*inputs being: on six different days, so if I per example start a project on 13-4-2025 and the next time I open the file is 22-4-2025, that is one input.

I want the old data to be accesible because of certain formula's I can throw at it (like average days till a report is finished or total reports done)
is this achievable?

cheers!
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
I would make something easy.
  1. make a folder per "report" in a main folder "reports".
  2. create a file for gathering, concept version, final version (! creation date of file = start date of your activity)
  3. Use a Power Query to fetch all subfolders from the main folder. The report folder name is the "report" name
  4. Each file will show creation date and update date. Hence the lead time is the duration between those two fields.
It all comes down with some procedural discipline.
With Power Query you can do a self join of the table as well, so you can stick to the creation date of each file, meaning each step of your process and calculate the lead time that way.

There should not be any activity for you to track your work on the report. And creating the Power Query is doable with some mouse clicking.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top