nburaq
Board Regular
- Joined
- Apr 2, 2021
- Messages
- 222
- Office Version
- 365
- 2019
- Platform
- Windows
Hi Gents,
I have a table and I need to enter the data manually every month. At the same time,to compare the data with other months, rows need to be moved upwards. So the oldest month entered in the table will dissappear and the newest month will be seen at the bottom. I believe this is only possible with VBA. I have added the data as sample and screenshots before and after. Thanks for your help!
Data:
Data to be entered for May 23:
Before:
After:
I have a table and I need to enter the data manually every month. At the same time,to compare the data with other months, rows need to be moved upwards. So the oldest month entered in the table will dissappear and the newest month will be seen at the bottom. I believe this is only possible with VBA. I have added the data as sample and screenshots before and after. Thanks for your help!
Data:
Date | Location 1 | Location 2 | Location 3 | Location 4 | Location 5 | Location 6 | Location 7 | Location 8 |
May/22 | 1,1 | 0,0 | 0,3 | 0,5 | 0,0 | 0,0 | 0,0 | 0,2 |
Jun/22 | 1,3 | 4,5 | 1,1 | 1,8 | 0,0 | 0,8 | 0,0 | 0,0 |
Jul/22 | 1,4 | 3,9 | 1,6 | 4,5 | 0,0 | 2,3 | 0,0 | 0,1 |
Aug/22 | 1,7 | 0,0 | 1,0 | 1,6 | 0,4 | 0,0 | 0,0 | 20,9 |
Sep/22 | 2,3 | 2,4 | 0,0 | 0,0 | 6,8 | 0,1 | 0,0 | 1,4 |
Oct/22 | 2,1 | 1,2 | 1,0 | 1,1 | 2,7 | 0,0 | 2,4 | 0,6 |
Nov/22 | 1,9 | 0,0 | 0,8 | 2,3 | 0,0 | 1,3 | 0,5 | 2,6 |
Dec/22 | 7,9 | 2,3 | 0,7 | 1,9 | 0,2 | 5,5 | 0,0 | 0,0 |
Jan/23 | 7,0 | 0,0 | 1,2 | 0,5 | 0,2 | 0,0 | 0,0 | 4,1 |
Feb/23 | 4,1 | 0,0 | 0,0 | 0,7 | 0,0 | 0,0 | 0,0 | 1,4 |
Mar/23 | 4,2 | 4,5 | 1,4 | 4,3 | 0,0 | 1,1 | 0,0 | 0,0 |
Apr/23 | 0,6 | 3,0 | 0,4 | 1,2 | 2,0 | 0,0 | 0,0 | 0,8 |
Data to be entered for May 23:
Enter New Values: | 5,6 | 2,3 | 0,8 | 1,9 | 0,2 | 5,5 | 0,0 | 0,0 |
Before:
After: