Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2006

Tip: Looking for answers? Try searching our database.

q; find sum and count

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JIM.H. - 02 Oct 2006 00:06 GMT
Hello,
In Excel Macro, how can I find
1. the sum of numbers in column Z
2. and count of number of rows in column Z
Thanks,
Bob Umlas - 02 Oct 2006 02:02 GMT
SumOfNumbers = Application.Sum(Range("Z:Z"))
CountOfRows = cells(rows.count,26).end(xlup).Row       'if you mean the # of
used rows (including blanks)

> Hello,
> In Excel Macro, how can I find
> 1. the sum of numbers in column Z
> 2. and count of number of rows in column Z
> Thanks,
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.