Easy for some, mindblowing for me...

wigarth

Board Regular
Joined
Apr 16, 2016
Messages
51
Office Version
  1. 365
Platform
  1. Windows
Hi!

My list of products to customers becomes to big to be effective sometimes.

Issue: I Have an area with data i need filter a bit and paste into a new area.

- Original area must not be changed, altered or hidden at any point.
- structure of new area must have structural integrity due to need of linking other sheets to data from it.
- Basically hide all products that does not need to be in the list (0 sold items)

have made an example of my sheet.
Would really apreciate any help.

Example.png
 
OK, you will need to translate all the functions, not sure if this is correct but try
Excel Formula:
=LET(s;BYCOL(B2:BS16;LAMBDA(bc;SUMMER(bc)));VSTACK(HSTACK(A1:A16;FILTRER(B1:BS16;s));HSTACK("sum";FILTRER(s;s))))
Well. some of the translations are a nightmare. There are several sources claiming that an english formula should self adapt, but aparently not. I had some issues finding the right translations.

So I made a macro to write your formula into cell a19, And VBA is all out english (Thank God!)
so then the macro wrote the formula, and translated it for me.
(Worth to know for future non-English issues)

Big thanks to you Fluff for providing a good working solution.
 
Upvote 0

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
And of course.... some colleagues use office 2019 for some reason. and then it fails... :(
Is there a similar way to implement this? i tried asking chatgpt this... So much nonsense came out.
 
Upvote 0
Unfortunately I have no idea how to do that in 2019.
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,678
Members
449,116
Latest member
HypnoFant

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