Subtotal combined with SumIF

SimonaB

New Member
Joined
May 24, 2016
Messages
7
Hello,

I have an issue with combining the formulas subtotal and sumif. I have read several solutions from here but none have worked... :(

I have this sumif for skipping N/A values: =SUMIF(K38:K2366;"<>#N/A")
and a subtotal for the same range, K38:K2366 would be required (sum).

Also, as an information, the range is a vlook-up, if that is relevant.

Thank you kindly for the responses.:)

S
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Welcome to the forum.

The simplest solution would be to add some error handling to the VLOOKUP formulas to return either "" or 0 instead of the error. Then you can use a straight SUBTOTAL formula. Or, if you have Excel 2010 or later, you can use AGGREGATE which you can tell to ignore errors.
 
Last edited:
Upvote 0
A properly organised spreadsheet shouldn't be generating any #N/As.

Use

IFERROR(formula,"")

to remove them
 
Upvote 0

Forum statistics

Threads
1,216,131
Messages
6,129,066
Members
449,485
Latest member
greggy

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