How multiply two columns?

K

kevs

I figured out how to add two columns. I put =a1+b1 in column c and it adds a
and b perfectly.

But when I put a1xb1 it did not work. Column c just says #name?


OS 10.3.4
Office 2004
 
B

Bernard Rey

kevs wrote :
I figured out how to add two columns. I put =a1+b1 in column c and it adds a
and b perfectly.

But when I put a1xb1 it did not work. Column c just says #name?

Try =A1*B1
 
B

Bob Greenblatt

I figured out how to add two columns. I put =a1+b1 in column c and it adds a
and b perfectly.

But when I put a1xb1 it did not work. Column c just says #name?


OS 10.3.4
Office 2004
Try =a1*b1. Look at help for arithmetic. The first help topic shows all the
calculation symbols.
 
Top