Forum Discussion
Graeme_Clark2295
May 05, 2024Copper Contributor
Alphabetise help
Everyone has been so helpful on this forum; there are really some true experts. I’m making tracks with Excel but have really hit a stumbling block which seems like it should be an easy fix but I just...
- May 05, 2024
The SPILL error occurs because you use the formula inside a structured table, and that won't work. Such tables can't have dynamic array functions (i.e. ones that are spilling their results into multiple cells at once).
peiyezhu
May 06, 2024Bronze Contributor
ms query:
select * from [Remove 0s$a2:o] order by `first name`
select * from [Remove 0s$a2:o] order by `first name`