Hey there I have a synced base that is pulling a “percentage” field from another base of mine.
I am running a formula field on the lookup field, however it is giving me an #ERROR! as a result.
I have tried using Value(), but nothing works…

Hey there I have a synced base that is pulling a “percentage” field from another base of mine.
I am running a formula field on the lookup field, however it is giving me an #ERROR! as a result.
I have tried using Value(), but nothing works…

Best answer by Justin_Barrett
Lookup fields most often return arrays, even when looking up a single value. In some cases, Airtable will automatically interpret the array as a single value, but it’s tough to predict when (even after doing a deep dive into the subject, which I outline in this base).
The VALUE() function expects a string, not an array. You could try converting the array to a string by concatenating it with an empty string, then taking the VALUE() of that:
VALUE({Recruiter(Candidate) commission%} & "") * {Otter net revenue}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.