Conditional Formula including sum, blanks, and multiple cells

unfmarine

New Member
Joined
Nov 11, 2013
Messages
6
I am having trouble working through some conditional formulas. Any Help would be appreciated. I would be ok with using other cells for formulas if needed to provide the solution.

Option A: If any of the cells in D10:D13 or E10:E13 are blank, I would like D14 & E14 to be blank also. If all of those cells contain a number, even if "0", then I would like each to return a specific answer. See the conditional formulas below.

Option B: If all cells in D10:D13 & E10:E13 don't have a numerical value, then cell C6 should show a blank. If all of the cells have numerical values, then it should show the sum of D15+E15


-- removed inline image ---
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Option A: If any of the cells in D10:D13 or E10:E13 are blank, I would like D14 & E14 to be blank also. If all of those cells contain a number, even if "0", then I would like each to return a specific answer. See the conditional formulas below.

=COUNTIF($D$10:$D$13,"""") counts how many blanks

so if(countif(......)>0,"","no blanks") this formula in D14

proceed like that
 
Upvote 0
The image did not post correctly. It will be very hard to solve this equation without a visual. Consider this question invalid due to the technical issues. Thank you for all who have attempted.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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