Using Unique,Filter & ChooseCols and to see if I can use SUMIF with it?

Peter Davison

Active Member
Joined
Jun 4, 2020
Messages
439
Office Version
  1. 365
Platform
  1. Windows
I have this unique Filter and Choosecols formula below
=UNIQUE(FILTER(CHOOSECOLS('Data Import Store Product'!$D$3:$AD$100000,1,2,3,4,5,6,7,8,9,10,11),'Data Import Store Product'!$D$3:$D$100000<>""))
Is it possible to add to this formula to sum columns like 8,9,10,11 (which are values) but based on the unique criteria from Column 1 (D)
 
Yes 4 different columns J,K,L & M (As Above) that are summed from the original file and entered in the new file as part of the unique array from my original code that sits in Cell G12
Sorry if I can't explain this very well.
 
Upvote 0

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
So specifically what output are you expecting for each unique row - i.e. which columns from the source data? Columns 8-11 are columns K:N not J:M, so my guess is you want unique items from D:J (cols 1 to 7) and then totals from each of the last 4 columns, so 11 columns in total?
 
Upvote 0
This is my source file where I want to sum Columns K to N based on the breaks in Column D
1706111996000.png

This is how I want to represent the summing in my output file based on the array formula in G12
1706112067543.png

Hope this helps
Thanks again, do appreciate your time on this.
 
Upvote 0

Forum statistics

Threads
1,215,139
Messages
6,123,263
Members
449,093
Latest member
Vincent Khandagale

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