SUMIF or SUMIFS =- With named range..

tlangsr

New Member
Joined
Nov 13, 2017
Messages
1
Sheet 1 - Summary page with County names in 10 columns
Sheet 2 - All sales for out company - 3 columns - ZipCode, Total Items sold to that zip code, Dollar Value (Columns A-C)
Sheet 3 - List of Each NH County and Zip Codes - 10 columns with each row containing the zip ode for that column (columns A-J)

Named ranges created

I identified the Counry_1, County_2 etc as a unique Named Range (Sheet 3)
I identified the Zipcode where sales occurred as All_Sales_Zip (Sheet 2)
I identified the Totals items as Zip_Item_Totals (Sheet 2)
I identified the Totals Dollars in zip as Zip_Sales_Dollars (Sheet 2)

Formulas tried:
=+SUMIFS('Zip_Item_Totals','All_Sales_Zip,"=County_1")

=+SUMIF('ALL_Sales_Zip,"=County_1", 'Zip_Item_Totals)

***Note tried these with a range too instead of

I am trying to show sales by county on a summary page based the defined list of zip codes..

I keep getting '0' as the answer to the formula.. I think because it is only looking at the single 1st zipcode.. when I manually enter a specific zipcode I get the summary...

thoughts?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Not sure i understand your data setup

Assuming in Summary

A1=County_1; B1=County_2; C1=County_3 and so on (values identical to the named named ranges in Sheet3)

Maybe...
A2 copied across
=SUMPRODUCT(SUMIFS(Zip_Sales_Dollars,All_Sales_Zip,INDIRECT(A1)))

Hope this helps

M.
 
Upvote 0

Forum statistics

Threads
1,216,105
Messages
6,128,860
Members
449,472
Latest member
ebc9

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