Macro

M

MS

Hi all,

I must add. the Total number in "I3" Column separate by day,
Date begin "B3"
The number to add. "H3"
The total in the Column "I3--------->"

Thanks.

Marcello
 
M

MS

MS said:
Hi all,

I must add. the Total number in "I3" Column separate by day,
Date begin "B3"
The number to add. "H3"
The total in the Column "I3--------->"

B H I
3 01/02/06 10
4 01/02/06 5 15
5 02/02/06 3 3
6 03/02/06 8 8
 
B

Bob Phillips

In I3 add

=SUM($H$3:H3)

and copy down as far as you need.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
M

MS

Bob Phillips said:
In I3 add

=SUM($H$3:H3)

and copy down as far as you need.

Macro

Thanks

Marcello


HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
Top