Excluding non zero values using the filter function

bearcub

Well-known Member
Joined
May 18, 2005
Messages
711
Office Version
  1. 365
  2. 2013
  3. 2010
  4. 2007
Platform
  1. Windows
I need to create a separate sheet for payroll by country based off of a payroll sheet. I am using the Filter function to this.
FILTER(FILTER('Comm_Sept 22 Intl Summary'!D4:N73,'Comm_Sept 22 Intl Summary'!D4:D73= A2),{0,1,1,0,0,0,0,0,0,1,1})

1) Is there a more efficient way to write this formula? In my criteria range, I only want the 2,3,9 & 10th columns.
2) How do I exclude reps who don't have commissions. Right now, it will pull everyone on the summary sheet that is based upon the country criteria
3) Is there a way to create a dynamic sum range based upon what is spilled from the list. The range will vary from month to month and I will like to create a total at the end of the list dynamically.

Here is an example of what I have presently based upon my formula. The Total was manually added, is there a way to make this dynamic based upon current employees being paid

Country Name DeptTotal PaymentCur
GERMANY Marc Ackermann (ZHGKQG5VN) 4050007,500.00 EUR
GERMANY Max Kleemann (6GXPEMSCY) 4050007,500.00 EUR
GERMANY Roy Schultheiss (LN8ZWI2KV) 40500098,481.34 EUR
GERMANY Sirko Schoeder (7KAXF29MO) 4050007,500.00 EUR
GERMANY Emel Rehberg (BPV7QDR90) 4050000.00
GERMANY Zoran Duvnjak (BORGUWVSV) 4100002,550.45 EUR
GERMANY Tatjana Wild (V02AD8W51) 4300006,545.47 EUR
Total130,077.26
 
You need to use the formula in post#7 & then use a custom cell format of your choice. It's a lot simpler than doing it in the formula & the numbers will remain as numbers rather than being text.
 
Upvote 0

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Understood. I have played with it trying to change the Total payment column from Text to Number using the Format Cells --> Custom formatting option but the cells are unresponsive. When I hard the formula I can convert it from text to numeric but I can't see to do it while it is part of the array formula - unless there is something wrong with my application (spread sheets). First time this has happened to me.
 
Upvote 0
Are you using the formula from post#7? Because that leaves them all as numbers, rather than converting them to text & you can simply change the cell format
Fluff.xlsm
ABCDE
1
2KentBramley and Stanningley434885423,865.00E11000019
3Hounslow Central175927513,889.00E11000009
4Brasted, Chevening and Sundridge156270550,874.00E10000016
5Total1,488,628.00
Report
Cell Formulas
RangeFormula
B2:E5B2=LET(a,CHOOSECOLS(FILTER('Comm_Sept 22 Intl Summary'!D4:N73,('Comm_Sept 22 Intl Summary'!D4:D73= A2)*('Comm_Sept 22 Intl Summary'!M4:M73<>0)),2,3,10,11),VSTACK(a,CHOOSE({1,2,3,4},"","Total",SUM(INDEX(a,,3)),"")))
Dynamic array formulas.
 
Upvote 0
Solution
Ah, I see the issue. I inserted a ~# in part of the formula. Other than having to format Column C to text everything is good.

Thank you. I was playing the formula and didn't see that I had changed the formatting, sorry



Compensation Summary Int'l Oct 22 - September 22 Commission Payments.xlsb
ABCDE
1 Country Name DeptTotal PaymentCur
2 GERMANY Marc Ackermann (ZHGKQG5VN)4050007,500.00EUR
3 GERMANY Max Kleemann (6GXPEMSCY)4050007,500.00EUR
4 GERMANY Roy Schultheiss (LN8ZWI2KV)40500098,481.34EUR
5 GERMANY Sirko Schoeder (7KAXF29MO)4050007,500.00EUR
6 GERMANY Zoran Duvnjak (BORGUWVSV)4100002,550.45EUR
7 GERMANY Tatjana Wild (V02AD8W51)4300006,545.47EUR
8Total130,077.26
Germany
Cell Formulas
RangeFormula
B2:E8B2=LET(a,CHOOSECOLS(FILTER('Comm_Sept 22 Intl Summary'!D4:O73,('Comm_Sept 22 Intl Summary'!D4:D73= A2)*('Comm_Sept 22 Intl Summary'!N4:N73<>0)),2,4,11,12),VSTACK(a,CHOOSE({1,2,3,4},"","Total",SUM(INDEX(a,,3)),"")))
Dynamic array formulas.
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0
I am totally in awe of what you moderators do for us on the forum. Otherwise, I would be totally struggling doing my job because of the manual intervention I have to do at my company. Hats off to you, Peter, and the others (I only remember you to, sorry)
 
Upvote 0
I was trying to modify the formula to fit another file where the range is entirely different because it is a smaller file. Can I use this thread for help or should I create another questions?

I tried to modify the range and number of colmns but I am getting a #CALC! error. Am I referencing the wrong Total range in the source sheet?

This is what I am trying to modify: The range is b4:I73, filter range is C4:C73 & I only want to choose 4 columns instead of 5.

Compensation Summary Brazil - Oct 22 - September 22 Commission Payments.xlsb
ABCDEFGHIJKLMNOPQR
1 Country Person Name DeptTotalCur
2BRAZIL#CALC!
3Source
4Range: Columns
5
6
7SheetComm_ 2022 Brazil Sept Summary
8
9
10Formula Used in another file
11
12
13
14
15
16
17
18
19
20
21
22
Argentina
Cell Formulas
RangeFormula
B2B2=+LET(a,CHOOSECOLS(FILTER('Comm_ 2022 Sept Brazil Xactly'!B4:J73,('Comm_ 2022 Sept Brazil Xactly'!C4:C73= A2)*('Comm_ 2022 Sept Brazil Xactly'!I4:I73<>0)),1,3,4,8),VSTACK(a,CHOOSE({1,2,3,4},"","Total",SUM(INDEX(a,,3)),"")))



These aren't showing up in the upload for reference:

1666038601551.png
 
Upvote 0
The formula looks fine, the #Calc error suggests that there are no cells with "Brazil" in col C
 
Upvote 0
thank you, this is strange though because my source data in Column C does have Brazil per below.

1666039826569.png
 
Upvote 0
In that case check that there are no leading/trailing spaces in col C or in A2
 
Upvote 0

Forum statistics

Threads
1,215,472
Messages
6,125,011
Members
449,204
Latest member
tungnmqn90

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