how? =C4*H4 or K4

S

StumpedAgain

What are your conditions for wanting to multiply in separate cells? If it's
because H4 is blank you can write:

=IF(H4="",C4*K4,C4*H4)
 
S

Suleman Peerzade

Hi,

Say for e.g that in col A you have a value and in col B you have another
value. Now if you want multiply the values of col A with col B and the result
you want in col C then the simplest formula is
=A1*B1
you will get the result in C or in any cell that you select.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top