Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi there,
I have a set of figures 24, 20, 30, 10 that I need to multiply with eachother. I want the computer to do this for me without me having to multiply each cell. Is there an equivilant to the Sum function. I'm really stuck and I need to do this for my boss Any help would be greatly appreaciated Thanks Suzanne |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Grd wrote:
Hi there, I have a set of figures 24, 20, 30, 10 that I need to multiply with eachother. I want the computer to do this for me without me having to multiply each cell. Is there an equivilant to the Sum function. I'm really stuck and I need to do this for my boss Any help would be greatly appreaciated Thanks Suzanne =PRODUCT() ? Beege |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
GREAT
THANKS "Beege" wrote: Grd wrote: Hi there, I have a set of figures 24, 20, 30, 10 that I need to multiply with eachother. I want the computer to do this for me without me having to multiply each cell. Is there an equivilant to the Sum function. I'm really stuck and I need to do this for my boss Any help would be greatly appreaciated Thanks Suzanne =PRODUCT() ? Beege |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Individually:
=Product(24,20,30,10) In an array, say A1 to A4" =Product(a1:a4) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Grd" wrote in message ... Hi there, I have a set of figures 24, 20, 30, 10 that I need to multiply with eachother. I want the computer to do this for me without me having to multiply each cell. Is there an equivilant to the Sum function. I'm really stuck and I need to do this for my boss Any help would be greatly appreaciated Thanks Suzanne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I add a zero in front of a bunch of 4 digit numbers? | Excel Discussion (Misc queries) | |||
can you sort a bunch of tables going vertically? | Excel Discussion (Misc queries) | |||
I have to change a bunch of formula that need to reference a different workbook. | Excel Worksheet Functions | |||
How to generate a bunch of random numbers??? | Excel Discussion (Misc queries) | |||
How can I group a bunch of cells together, so I can sort by colum. | Excel Worksheet Functions |