Forum Discussion
Guilherme_Garibaldi
Oct 06, 2021Copper Contributor
office 365 formula classificar
Boa noite a todos, alguém sabe como fazer com que a formula classificar apenas traga os 3 ou 4 primeiros informações como se fosse um ranking. Quando faz a formula classificar em uma tabela de 400 li...
- Oct 12, 2021Obrigado pela ajuda, funcionou, apenas preciso me entender com na fórmula, mas funciona.
PeterBartholomew1
Oct 08, 2021Silver Contributor
Something that troubles me about the formula is that, at least from superficial examination, it would appear to be performing the sort over 400 rows 12 times (a good thing it is not 40,000 rows)..
A way of changing the appearance of the formula (for better or worse?) is to wrap it within LET, so allowing the Lambda function to be named.
Refactoring such formulae is like picking one's path through an alligator swamp; 'nested arrays' and 'array of arrays' seem to lurk as errors just waiting to snap at the unwary.
Guilherme_Garibaldi
Oct 12, 2021Copper Contributor
Obrigado pela ajuda, funcionou, apenas preciso me entender com na fórmula, mas funciona.
- byundtOct 12, 2021Brass Contributor
Qual fórmula você escolheu e agora precisa entender como funciona?