• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Excel Equation

gizbug

Platinum Member
If i have 2 colums, 1 is "time this lesson" and the next is "total time" how do I make an equation that calculates the total time from the previous times?
 
=sum(A:A)

This totals everything in column A

Or if you want a running total (ie, something that will fill down) you can use an equation like this

=SUM(A$1:A#)

Where '#' is your current row
 
Originally posted by: gizbug
If i have 2 colums, 1 is "time this lesson" and the next is "total time" how do I make an equation that calculates the total time from the previous times?

whaaa!?


1) do you have 3 columns or 2?

begin time | end time | total time



just subtract begin from end. Excel can do time calculations.
 
Back
Top