Help

Formula #ERROR

Topic Labels: Formulas
Solved
Jump to Solution
186 1
cancel
Showing results for 
Search instead for 
Did you mean: 
javisantacata
5 - Automation Enthusiast
5 - Automation Enthusiast

I am trying to extract the first 6 digits from a rollup so that the main column is automatically filled with the resulting ID, but when I use this formula, I get #ERROR in the fields.ERROR.jpg

1 Solution

Accepted Solutions

Hello,

Problem comes from the fact that "Rollup" field is of type Array and not String as expected from the "Left" function.

You should write your formula as such to solve this issue:

Pascal_Gallais_0-1724750305500.png

To get expected result:

Pascal_Gallais_1-1724750336352.png

Regards,

Pascal

See Solution in Thread

1 Reply 1

Hello,

Problem comes from the fact that "Rollup" field is of type Array and not String as expected from the "Left" function.

You should write your formula as such to solve this issue:

Pascal_Gallais_0-1724750305500.png

To get expected result:

Pascal_Gallais_1-1724750336352.png

Regards,

Pascal