Multiply a cell only if there is a vale and add it to some other cell

tescatlipoca

New Member
Joined
Jun 3, 2016
Messages
4
It seems confusing but should be simple even I can't find a way to get it done :)

Basically I have:

column B with values (estimated Duration)
Column C to L I have markers in the cells either "x" or ""

What I want is to automate a way at the end of each Column C to L (Totals)

If there are "x" markers on column C find the responsive cell in Column B and add all those to the end of Column C same for Column C to L

I do appreciate all the help.

Thank you.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Hi,

Something like this?


Excel 2010
BCD
1estimated Duration
21x
32x
43x
54x
65x
76x
87xx
98x
109x
11Totals2230
Sheet1
Cell Formulas
RangeFormula
C11=SUMIF(C2:C10,"x",$B2:$B10)

Formula copied across from Column C to L
 
Upvote 0
You're welcome, welcome to the forum.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,326
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top