Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
How can I multiply from one cell or another cell to receive an answer in a
third cell? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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) -- -SA "dok" wrote: How can I multiply from one cell or another cell to receive an answer in a third cell? |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
On Thu, 17 Jul 2008 14:24:02 -0700, dok wrote:
How can I multiply from one cell or another cell to receive an answer in a third cell? Put your formula in the third cell. --ron |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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. -- Thanks Suleman Peerzade "dok" wrote: How can I multiply from one cell or another cell to receive an answer in a third cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|