#NAME? Problem With SUMIFS Formula

meppwc

Well-known Member
Joined
May 16, 2003
Messages
626
Office Version
  1. 365
Platform
  1. Windows
The formula below returns "#NAME?" and I don't know why. I suspect the reason may be because there are columns used in the equation that are formula cells.
But if this is the reason, how do I get around it
Basically the formula is trying to achieve a sum of column O if two conditions are met
Column O is populated with numbers (represents dollar amounts)
Column AD is populated with numbers (account numbers)
Column AA values are numeric but the real contents of the cell is a formula (=MID(C3,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},C3&"0123456789")),99)*1)
Column BB values are numeric but the real contents of the cell is a formula (=MONTH(D3))

=SUMIFS(O:O,AA:AA,AD3,AB,"1")
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi,

The Criteria_range(s) argument must contain the same number of rows and columns as the Sum_range argument.
=SUMIFS(O:O,AA:AA,AD3,AB,"1")

Just AB is doing nothing, if it's a namend range, check the number of columns and rows with your named range.
 
Upvote 0
OMG............I cannot believe that I missed that......if should read AB:AB
Thanks for the assistance.
 
Upvote 0

Forum statistics

Threads
1,223,894
Messages
6,175,250
Members
452,623
Latest member
Techenthusiast

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