Total Being hidden when I filter

johns99

Board Regular
Joined
Jun 11, 2013
Messages
223
Office Version
  1. 365
Platform
  1. Windows
Hello,

I have the following formula which in a cell that I am using for a total. When I filter, the row containing this formula is being hidden. How do I exclude this row from being included in the filter?

=SUM(IF(ISNUMBER(MATCH($H$3:$H$1686,'Payline Analysis'!$D$10:$D$28,0)),'Comp Data Rpt 10-16'!$N$3:$N$1686))

Thank you in advance.

John
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Depending on what you are filtering on. make sure there is something in the TOTAL row that you can include in the filter? You cannot filter part of a row, it's all or nothing
 
Upvote 0
Two Solutions
1) Add Formula to Title Row
2) Add formula to bottom of file leaving a blank row between data and formula.
 
Upvote 0
Thanks, I tried #2 , but this does not seem to be working. The data I am totaling is in cell N1668, which is summing data from column N3:N1686. The filter is applied to column E (country). When I filter on column E, cell N1668 is still being filtered as well, so I cannot see the total.
 
Upvote 0

Forum statistics

Threads
1,214,639
Messages
6,120,679
Members
448,977
Latest member
dbonilla0331

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