Hi all.
I'm after a bit of help please as i'm a bit stuck.
Our server monitoring software kindly produces a csv file containing every server’s name, the size of their disk drives and the amount of disk space that is free.
I have created a working spreadsheet which will generate broken down statistics and graphs showing trends, once the main worksheet is updated with the latest figures.
I work for a very large company with a fairly big datacentre and it will take a large amount of my time for me to manually go through the csv file and update every server's free disk space every week on the spreadsheet. The management require this weekly report, so it’s not something I can get out of.
The data in the csv file will change every week, but the column headings will remain the same. The data and also it’s order is also likely to change if additional servers are placed in our domain or if any servers have been removed. Is there a way for me to automate this process somehow?
Here's an example of the Spreadsheet:
A B C D E F
1 server name Description week1 week2 week3 week4
2 server a C:\NTFS 80% 60% 60%
3 server a D:\NTFS 50% 50% 50%
4 server b C:\NTFS 40% 50% 60%
5 server b D:\NTFS 80% 60% 60%
6 server c C:\NTFS 50% 50% 50%
7 server c D:\NTFS 60% 60% 60%
8 server d C:\NTFS 80% 60% 60%
9 server d D:\NTFS 60% 60% 60%
Here’s an example of the csv file:
A B C
1 server name Description % free
2 server a C:\NTFS 80%
3 server a D:\NTFS 50%
4 server b C:\NTFS 40%
5 server b D:\NTFS 80%
6 server c C:\NTFS 50%
7 server c D:\NTFS 60%
8 server d C:\NTFS 80%
9 server d D:\NTFS 60%
Is it possible to get excel to reference the csv file, match relevant criteria and write the data back to the spreadsheet somehow? Eg. Look in the csv file for the row that contains both server a AND c:\ntfs and write the value in the % free column to the F2 cell in the spreadsheet? The row in the csv file that contains both server a AND d:\ntfs will write the value to F3, both server b AND d:\ntfs in F5 etc.
Thank you,
H
I'm after a bit of help please as i'm a bit stuck.
Our server monitoring software kindly produces a csv file containing every server’s name, the size of their disk drives and the amount of disk space that is free.
I have created a working spreadsheet which will generate broken down statistics and graphs showing trends, once the main worksheet is updated with the latest figures.
I work for a very large company with a fairly big datacentre and it will take a large amount of my time for me to manually go through the csv file and update every server's free disk space every week on the spreadsheet. The management require this weekly report, so it’s not something I can get out of.
The data in the csv file will change every week, but the column headings will remain the same. The data and also it’s order is also likely to change if additional servers are placed in our domain or if any servers have been removed. Is there a way for me to automate this process somehow?
Here's an example of the Spreadsheet:
A B C D E F
1 server name Description week1 week2 week3 week4
2 server a C:\NTFS 80% 60% 60%
3 server a D:\NTFS 50% 50% 50%
4 server b C:\NTFS 40% 50% 60%
5 server b D:\NTFS 80% 60% 60%
6 server c C:\NTFS 50% 50% 50%
7 server c D:\NTFS 60% 60% 60%
8 server d C:\NTFS 80% 60% 60%
9 server d D:\NTFS 60% 60% 60%
Here’s an example of the csv file:
A B C
1 server name Description % free
2 server a C:\NTFS 80%
3 server a D:\NTFS 50%
4 server b C:\NTFS 40%
5 server b D:\NTFS 80%
6 server c C:\NTFS 50%
7 server c D:\NTFS 60%
8 server d C:\NTFS 80%
9 server d D:\NTFS 60%
Is it possible to get excel to reference the csv file, match relevant criteria and write the data back to the spreadsheet somehow? Eg. Look in the csv file for the row that contains both server a AND c:\ntfs and write the value in the % free column to the F2 cell in the spreadsheet? The row in the csv file that contains both server a AND d:\ntfs will write the value to F3, both server b AND d:\ntfs in F5 etc.
Thank you,
H