Forum Discussion

keltzjd's avatar
keltzjd
Brass Contributor
Nov 09, 2022
Solved

Formula Changed And Now I'm Getting "#NAME?" Errors?

Good morning all! I've used a formula to calculate many aspects of my data - and it works amazing, until this week for some reason. Now whenever I change the filters on my table, the formula breaks: ...
  • mtarler's avatar
    mtarler
    Nov 09, 2022
    as noted SEQUENCE should definitely be recognized and you should fix your Excel.
    also as noted that formula could probably be improved.
    as for a quick fix to get rid of SEQUENCE I might try just deleting it and see if it works but if it is needed to make sure the array lengths for the MMULT() are correct then:
    SEQUENCE( COLUMNS( Table57[[PM]:[CM5]] ), , 1,0) )
    could be
    TRANSPOSE(--LEN(Table57[[#HEADERS],[PM]:[CM5]] )>0) )

Resources