Thread
:
percentage on columns
View Single Post
09-01-2010, 09:28 AM
ConneXionLost
Windows XP
Office 2003
Simulacrum
Join Date: Jan 2010
Location: Victoria, Canada
Posts: 86
Assuming you have your times listed in the range A2:A24, and your count of espionage hits in B2:B24.
In cell C2, paste this formula:
Code:
=B2/SUM($B$2:$B$24)
Ensure cell C2 is formatted as "percent", then autofill it down to cell C24.
Cheers,
ConneXionLost
View Public Profile
Find all posts by ConneXionLost