Auto Sum equivalent for Subtract / Multiply / Divide

B

Bernard Liengme

If by 'autosum' you mean the SUM function, then you might wish to know about
PRODUCT
Just as =SUM(A1:A15) performs the operation A1+A2+A3+A4+A5, so
=PRODUCT(A1:A15) finds A1*A2*A3*A4*A5

I suppose subtract might be =-SUM(A1:A5) and divide could be
=1/PRODUCT(A1:A5)

best wishes
 
R

ragde

I mean the SUM result appearing on the Task Bar when a range if numeric cells
are selected.
 
N

NBVC

Those are not availabl

Right-click on the status bar to see what functions are available
 
Top