Hello,
I've just encountered a strange formula evaluation issue where only two cells using a custom formula are returning #NAME? instead of the cell value it's supposed to return.
The table currently has 127 records, and it's only two values where this issue is occurring even though the formula is exactly the same in the entire column.
When I choose Show Calculations Steps to Evaluate each portion of the formula, I can see it's reading the correct value (yellow highlights)… it's just not returning it.
I added a basic xlookup below the table to make sure those two Quiz numbers returned the correct book titles (green highlights).
If I replace any working Quiz numbers with those two effected Quiz numbers, the same issue occurs (blue highlights).
All the columns to the right are returning values for the related Quiz number.
@Peter_SSs provided me with this formula here, which has worked flawlessly since. Only changes made was with my Table Names.
Here's the complete formula:
Any help would be greatly appreciated. Thanks...
I've just encountered a strange formula evaluation issue where only two cells using a custom formula are returning #NAME? instead of the cell value it's supposed to return.
The table currently has 127 records, and it's only two values where this issue is occurring even though the formula is exactly the same in the entire column.
When I choose Show Calculations Steps to Evaluate each portion of the formula, I can see it's reading the correct value (yellow highlights)… it's just not returning it.
I added a basic xlookup below the table to make sure those two Quiz numbers returned the correct book titles (green highlights).
If I replace any working Quiz numbers with those two effected Quiz numbers, the same issue occurs (blue highlights).
All the columns to the right are returning values for the related Quiz number.
@Peter_SSs provided me with this formula here, which has worked flawlessly since. Only changes made was with my Table Names.
Here's the complete formula:
Excel Formula:
=LET(s,LEFT(XLOOKUP([@Quiz],t_Books[Quiz],t_Books[Title],""),47),IF(LEN(s)<47,s,TEXTBEFORE(s," ",-1)))
Any help would be greatly appreciated. Thanks...