Hi,
I'll try to explain my problem. I'm managing several Websites. The application availability, application performance, and other KPIs variables related to them are provided in an Excel file with the following structure:
Date 1 Date 2 Date 3
Appl. Availability Appl. Performance Appl. Availability Appl. Performance Appl. Availability Appl. Performance
Web1 x% x% x% x%
Web2 x% x% x% x%
Web3 x% x%
I'm trying to plot these values in order to identify trends and managing SLA but I don't know how. I'll try to explain the problems I've found:
a) The values related to each KPI are not in contiguous cells, so the only way I've found to catch them is using named range. The problem is when I'm defining the cells of the named range: it exceeds the length of 255 chars and return an error. Example: Web1_appl_availability=Sheet1!A2;Sheet1!A4;Sheet1!A6;...
b) How to manage the dates? . The dates are the first row grouping as many cells as KPIs variables are defined.
Please, if you have any idea, it will be welcomed. I have no idea how to manage these data.
Thanks a lot.
Karmelo
I'll try to explain my problem. I'm managing several Websites. The application availability, application performance, and other KPIs variables related to them are provided in an Excel file with the following structure:
Date 1 Date 2 Date 3
Appl. Availability Appl. Performance Appl. Availability Appl. Performance Appl. Availability Appl. Performance
Web1 x% x% x% x%
Web2 x% x% x% x%
Web3 x% x%
I'm trying to plot these values in order to identify trends and managing SLA but I don't know how. I'll try to explain the problems I've found:
a) The values related to each KPI are not in contiguous cells, so the only way I've found to catch them is using named range. The problem is when I'm defining the cells of the named range: it exceeds the length of 255 chars and return an error. Example: Web1_appl_availability=Sheet1!A2;Sheet1!A4;Sheet1!A6;...
b) How to manage the dates? . The dates are the first row grouping as many cells as KPIs variables are defined.
Please, if you have any idea, it will be welcomed. I have no idea how to manage these data.
Thanks a lot.
Karmelo