Hot to SUM this.

firstWeMeet

Board Regular
Joined
Feb 8, 2011
Messages
200
viewfile.php
[/url][/IMG]

Hi, just want to know what formula for D13 that calculate the value of A2 to A10 base from D2 to D10 which has a no value. D2 to D10 has a formula of =IF(B2="","",A2*C2).
from the example above, the value of D13 should be 40.5 which is A5 and A7 since the D5 and D7 is no value. thanks
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
You may have to elaborate a bit more on what you mean by "calculate the value" as there are tons of ways to do that.

I'll take my best guess and assume this is what you're looking for:

=SUMIF(D2:D10,"",A2:A10)

Please provide more detail if it's not.
 
Upvote 0

Forum statistics

Threads
1,224,506
Messages
6,179,158
Members
452,892
Latest member
yadavagiri

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