Sumifs formula that ignores text and blanks in the criteria column

sshirazi

New Member
Joined
Aug 5, 2016
Messages
7
Need the correct SUMIFS formula (due to multiple conditions) that ignores both text and blanks in the criteria column. Tried sum product but that does not work. Please help!
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Need the correct SUMIFS formula (due to multiple conditions) that ignores both text and blanks in the criteria column. Tried sum product but that does not work. Please help!

Hi!

Try this in D2:

=SUMPRODUCT(--(A2:A16<>""),--NOT(ISTEXT(A2:A16)),B2:B16)


ABCDE
1Col01Col02Result
23523911
3633873
4318
5156
6580103
7589503
8635
9Text382
10555310
11222275
12892
13885584
14Text618
15296835
16540428
17
*************************

<tbody>
</tbody>


Markmzz
 
Upvote 0
Hi!

Try this in D2:

=SUMPRODUCT(--(A2:A16<>""),--NOT(ISTEXT(A2:A16)),B2:B16)


ABCDE
1Col01Col02Result
23523911
3633873
4318
5156
6580103
7589503
8635
9Text382
10555310
11222275
12892
13885584
14Text618
15296835
16540428
17
*************************

<tbody>
</tbody>


Markmzz

Great! now if column 1 has dates & I need to sum for a specific month, what would be the formula.
Thanks so much.
 
Upvote 0

Forum statistics

Threads
1,215,364
Messages
6,124,509
Members
449,166
Latest member
hokjock

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