thecraigstone
New Member
- Joined
- Jun 9, 2014
- Messages
- 3
Hello gents,
I'm an IT project coordinator and I'm in need of a custom Excel macro. The self-help videos on YouTube and articles on Google aren't cutting it.
I have not worked with VBA before, but I need to create this as a macro because the sheet is dynamic.
The current sheet captures, once an hour, the load time of site and site content by location (in milliseconds). Send/receive load times are captured in multiple columns (download 1mb, 5mb, etc - upload 1mb, 5mb, etc), as well as ping at time of capture.
What I need is a macro that [when run] outputs Daily average of each column value (displayed in seconds), by location, printed to a new sheet (together on a sheet).
Columns are:
I can do this manually using formulas on the new sheet and dragging down for the respective ranges, but need a faster way to do this. Can anyone help?
I'm an IT project coordinator and I'm in need of a custom Excel macro. The self-help videos on YouTube and articles on Google aren't cutting it.
I have not worked with VBA before, but I need to create this as a macro because the sheet is dynamic.
The current sheet captures, once an hour, the load time of site and site content by location (in milliseconds). Send/receive load times are captured in multiple columns (download 1mb, 5mb, etc - upload 1mb, 5mb, etc), as well as ping at time of capture.
What I need is a macro that [when run] outputs Daily average of each column value (displayed in seconds), by location, printed to a new sheet (together on a sheet).
Columns are:
- Location
- Time (mm/dd/yyyy hh:ss)
- Load site (time in ms)
- Site content (time in ms)
- Download 1mb(ms)
- Download 5mb(ms)
- Download 10mb(ms)
- Upload 1mb(ms)
- Upload 5mb(ms)
- Upload 10mb(ms)
- Ping (ms)
I can do this manually using formulas on the new sheet and dragging down for the respective ranges, but need a faster way to do this. Can anyone help?