Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to summarize in a single cell at the bottom of the spreadsheet the
results of summing the summed product of multiplying two different columns. This is the formula I want to write: =(C12*$U12)+(C13*$U13)+(C14*$U14)+etc., etc. However, column C cells may not have values in them. If there are no values the error message #value! comes up. Is there a way to ignore cells without values and still have all the cells with values sum themselves. I have also tried this formula, same result: =IF(D12=1,(D12*$U12)," ")+IF(D13=1,(D13*$U12)," ") I am trying to avoid inserting a another column (s). Thanks if your listening! Roger H. |
#2
![]() |
|||
|
|||
![]()
Try the SUMPRODUCT function, I believe it will do what you're asking.
Example: =sumproduct(C12:C100,U12:U100) Tha will multiply corresponding Cs and Us and add the products. Regards, Ron |
#3
![]() |
|||
|
|||
![]()
Ron,
Bingo! Worked perfectly. I had studied that formula but the description did not seem to fit. Thanks a milion! You just shortened my workday and I can go home on time. Have a nice evening yourself. Roger Hockett "Ron Coderre" wrote: Try the SUMPRODUCT function, I believe it will do what you're asking. Example: =sumproduct(C12:C100,U12:U100) Tha will multiply corresponding Cs and Us and add the products. Regards, Ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What formula is used for subtracting a range of different cells f. | Excel Worksheet Functions | |||
FORMULA REQD FOR ADD ING DATES AND VALUES AND PART NUMBERS | Excel Discussion (Misc queries) | |||
How do I write formula to compare two values and pull the resulta. | Excel Worksheet Functions | |||
Excel - formula to calculate colored fill cells within a range wi. | Excel Worksheet Functions | |||
to copy a formula in cell c1 (+b1/b11) to cells c2-10, how can i . | Excel Worksheet Functions |