aggiemarine07
New Member
- Joined
- Nov 5, 2013
- Messages
- 46
Howdy!
I just want to put out my supreme appreciation for everyone on this message board, yall have be invaluable to me as I work on a project assigned to me at work. Here goes my problem:
We use a company wide system that tracks a lot of training statistics for each individual person (name, education level, run times, etc) and it easily keeps all of this information in one place and I'm able to export and get statistical analysis from much of it. However, the system formats run times in a text format (02:48) rather than a typical Excel number format (2:48:00). Im trying to extract this information in a way that Excel can read and get average run times for these individuals but because its formatted in that way, I cant get a average.
Below is a an example and what my intended result is:
Row1 02:45
Row2 02:50
Row3 02:55
Get an average of 2:50
Based on my google searches, I think the best method is to extract this text into two separate columns and then figure out a way to get the average run time from there. But I am open to other options, even VBA if necessary.
I found this similar formula below but it only works with word text (to my limited knowledge) and mine needs to work with numbers
http://www.mrexcel.com/forum/excel-questions/587534-text-columns-via-formula.html
Any help would be greatly appreciated! Thank you for your time
I just want to put out my supreme appreciation for everyone on this message board, yall have be invaluable to me as I work on a project assigned to me at work. Here goes my problem:
We use a company wide system that tracks a lot of training statistics for each individual person (name, education level, run times, etc) and it easily keeps all of this information in one place and I'm able to export and get statistical analysis from much of it. However, the system formats run times in a text format (02:48) rather than a typical Excel number format (2:48:00). Im trying to extract this information in a way that Excel can read and get average run times for these individuals but because its formatted in that way, I cant get a average.
Below is a an example and what my intended result is:
Row1 02:45
Row2 02:50
Row3 02:55
Get an average of 2:50
Based on my google searches, I think the best method is to extract this text into two separate columns and then figure out a way to get the average run time from there. But I am open to other options, even VBA if necessary.
I found this similar formula below but it only works with word text (to my limited knowledge) and mine needs to work with numbers
http://www.mrexcel.com/forum/excel-questions/587534-text-columns-via-formula.html
Any help would be greatly appreciated! Thank you for your time
Last edited: