Need Help w/Formula's

S

sunrosejenn

I need formula's for these 2 below .....

B3 through G3 add these together to = H3
&
B through B33 add these together to = B34


Thanks
Jeannette
 
S

sunrosejenn

I need formula's for these 2 below .....
B3 through G3 add these together to = H3
&
B3 through B33 add these together to = B34

Thanks
Jeannette
 
B

Bob Phillips

H3: =SUM(B3:G3)
B34: =SUM(B3:B33)
--

HTH

RP
(remove nothere from the email address if mailing direct)
 
S

sunrosejenn

Thanks...haven't done formula's in years


Bob Phillips said:
H3: =SUM(B3:G3)
B34: =SUM(B3:B33)
--

HTH

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