d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Help With Excel Macro
Add Reply New Topic New Poll
Member
Posts: 28,641
Joined: Jan 23 2007
Gold: 755.00
Aug 21 2013 02:35pm
I need help with a macro that will total the total column for a specific number (column A) and gives me the total beside the last entry



Please see this screenshot to make it clearer

Any help is appreciated

Thanks :)

This post was edited by WDZepplin on Aug 21 2013 02:52pm
Member
Posts: 1,772
Joined: Apr 12 2003
Gold: 0.00
Aug 21 2013 05:11pm
how come you need a macro for this?

You can use =sum(click your stuff)

anyways, a countif until = "" will work -1
Member
Posts: 59
Joined: Aug 23 2013
Gold: 0.00
Aug 27 2013 12:17pm
Quote (ByTeMe @ Aug 21 2013 06:11pm)
how come you need a macro for this?

You can use =sum(click your stuff)

anyways, a countif until = "" will work -1


I agree, no macro needed unless you want this to update automatically with new data without having the sum cover the whole column. You can sum over an entire column (or row) though. It's done like this:

sum(A:A)
sum(1:1)
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll