Hello,
I am needing a tricky (for me) summation of a row.
Cell B4 - I have a fixed value of 0 to Infinity.
I need to create a summation in Cell A2 for Row 2.
The summation in Cell A2 needs to be derived by doing the following for each cell in its row with a value greater than 0.
So, starting with the first cell (B2) in Row 2 the formula looks like this:
=IF(B2>0,B2*($B$4*B1),0)
It would look like this for the second cell in the row (C2):
Say for example there are 10 cells in Row 2 that have values greater than 0, and each of them results in the product value of 10 after applying the previous formula to it, the resulting sum value of A2 would be 100 because it adds all those values together for that row.
Another way to say it is it needs to take B2 multiplied by B1 & B4, then take C2
Tank you,
Brandon
I am needing a tricky (for me) summation of a row.
Row 1 - I have a very long row of percentage values ranging from 0 to 100. (Column A blank)
Row 2 - I have a very long row of values ranging from 0 to Infinity. (Column A Blank)Cell B4 - I have a fixed value of 0 to Infinity.
I need to create a summation in Cell A2 for Row 2.
The summation in Cell A2 needs to be derived by doing the following for each cell in its row with a value greater than 0.
So, starting with the first cell (B2) in Row 2 the formula looks like this:
=IF(B2>0,B2*($B$4*B1),0)
It would look like this for the second cell in the row (C2):
=IF(C2>0,C2*($B$4*C1),0)
and so on...
and so on...
Say for example there are 10 cells in Row 2 that have values greater than 0, and each of them results in the product value of 10 after applying the previous formula to it, the resulting sum value of A2 would be 100 because it adds all those values together for that row.
Another way to say it is it needs to take B2 multiplied by B1 & B4, then take C2
multiplied by C1 & B4,
<strike></strike>then take D2 multiplied by D1 & B4, and so on... for all the cells in Row 2 that have a value greater than zero, and then add up the results of all those calculations and place the sum in cell A2.
<strike style="background-color: transparent; color: rgb(34, 34, 34); font-family: Verdana; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: line-through; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"></strike>
Brandon
Last edited: