Forum Discussion
BarbFaiv
Feb 05, 2020Copper Contributor
Erreur EPARS
Bonjour, Je remarque qu'il y a une nouvelle fonctionnalité sur Excel, l'erreur "EPARS". Cette erreur me pose beaucoup de problèmes car je n'arrive pas à modifier la sélection des traits-tillés au...
SergeiBaklan
Feb 05, 2020Diamond Contributor
I'm not sure but perhaps that is #SPLILL! error in English. If so you may try to fix your formula using implicit intersection operator, other words to add @ in front of the formula, e.g.
=IF(...
change on
=@IF(...
But it's better to rework forcing it to return only one value instead of the array of values if that's a goal.