Here's the formula
=IF(
AND(
NOT(ISERROR(Table3[[#This Row],[lot_ID]])),
Table3[[#This Row],[uniquness]]="unique"
),
LEFT(Table3[[#This Row],[lot_ID]],3),
"junk"
)
Below is the formula evaluation (some middle steps omitted. The last two contain the puzzle.)
The mystery has really got me.
I had exactly same problem.
Turns out I had a circular reference that was messing things up. I solved it by
It showed me the exact cell that was a circular reference. Once adjusted everything started working as expected.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With