I need to count the sumn of values present in a column or row using Excel macros.
S saraveenan Mar 8, 2007 #1 I need to count the sumn of values present in a column or row using Excel macros.
M Martin Fishlock Mar 8, 2007 #2 Hi: there is no need to use a macro in this situation just use the following: =sum(a:a) if the whole column or =sum(a1:a20) if a range.
Hi: there is no need to use a macro in this situation just use the following: =sum(a:a) if the whole column or =sum(a1:a20) if a range.