Forum Discussion
distributing rows with filter() functions over multiple print pages
- Jan 02, 2023
YvesDS Look into functions TAKE and DROP. The first lets you take the first n rows of an array. And DROP lets you remove the first n rows of an array.
It could look like this:
=TAKE(FILTER(......),40)
and
=DROP(FILTER(......),40)
YvesDS Look into functions TAKE and DROP. The first lets you take the first n rows of an array. And DROP lets you remove the first n rows of an array.
It could look like this:
=TAKE(FILTER(......),40)
and
=DROP(FILTER(......),40)
- YvesDSJan 02, 2023Copper Contributor
Hey Riny,
Would you know the equivalent functionnames in dutch? I can't find any info on the MS excel informations page ...
I use the OFFICE 2021 Pro version.
Thanks in advance, i think this is a very helpfull advice for the use of Filter()
Grtz,
Yves- Riny_van_EekelenJan 02, 2023Platinum Contributor
YvesDS Oh my, I have no clue as I don't use NL Excel. Attached file contains an arrays and two formulas with TAKE and DROP and should translate to Dutch when you open the file.