can someone look at this please I need to get average for the elapsed times??
I had to first convert the column to text...Im having such a bad day
please anyone!
can someone look at this please I need to get average for the elapsed times??
I had to first convert the column to text...Im having such a bad day
please anyone!
Borko,
Attached is a modified version of your posted workbook. In cell F2 and copied down, I used this formula (instead of the one you had):
=IF(D2<E2,"",D2-E2)
I then formatted those cells as custom "dd hh:mm:ss"
That made the cells display the desired information and remain numbers instead of text. Then, for the average (i used cell F11), is this formula:
=AVERAGE(F2:F9)
Hope that helps,
~tigeravatar
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
A couple of questions. In most cases you don't have anything in column E and your formula is =TEXT(D2-E2, "dd h:mm:ss").
Secondly, why did you need to format as text? Couldn't you have formatted the cell custom dd hh:mm:ss?
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
Borko,
In cell B2 and copied down, format as custom "dd hh:mm:ss" (no quotes):
=IF(C2<A2,"",C2-A2)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks