Formula in all cells in a column
        Posted  
        
            by paulj3000
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by paulj3000
        
        
        
        Published on 2010-04-09T05:31:08Z
        Indexed on 
            2010/04/09
            5:33 UTC
        
        
        Read the original article
        Hit count: 555
        
excel
|html-helper
Hi,
Simple question:
I want to create a formula which, in column Cn, will compute the values of An * Bn.
example
column C1 = column A1 * column B1
column C2 = column A2 * column B2
column C3 = column A3 * column B3
...etc
all the way down to
column Cn = column An * column Bn
Thanks
© Stack Overflow or respective owner