SUM IF BLANK for just cells D6,D8,D10,D16,D18,D20,D22

jpkreider

New Member
Joined
Sep 22, 2017
Messages
15
I'm getting an error that says you've entered too many arguments for this function. Please help!!??

Here's what I used: =SUM(IF(ISBLANK(D6,D8,D10,D16,D18,D20,D22)))
 
Dear jpkreider ,

Could you share a sample Data. based on your query i thought you may require this formals.




[TABLE="width: 568"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD] [/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]4[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]6[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]8[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]9[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]10[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]11[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]Count Blank Values using Count Blank Formula[/TD]
[TD]=COUNTBLANK(B1:B15)[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Count using Count Formula[/TD]
[TD]=COUNTIF(B1:B15,"")[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Sum if Value is Blank[/TD]
[TD]=SUMIF(B1:B15,"<>")[/TD]
[TD]66[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Did you apply control+shift+enter as asked?
Control+shift+enter means press down the control and the shift keys at the same time while you hit the enter key. If done correctly, Excel itself puts a pair of { of } around the formula in recognition.

Sorry about that! I tried the ctrl+shift+enter and now we're getting really close! I get an answer of 6, but all 7 cells are empty. But, I did try to enter "D" on some of the selected cells and it does reduce the total, which is great!! Just need to get that initial answer of 7 to start. Is there something else I should add or remove to the formula? Thanks again for your help!!
 
Upvote 0
Sorry about that! I tried the ctrl+shift+enter and now we're getting really close! I get an answer of 6, but all 7 cells are empty. But, I did try to enter "D" on some of the selected cells and it does reduce the total, which is great!! Just need to get that initial answer of 7 to start. Is there something else I should add or remove to the formula? Thanks again for your help!!

See the implementation: https://www.dropbox.com/s/kxsmu9lii...ust cells D6,D8,D10,D16,D18,D20,D22.xlsx?dl=0
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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