=Left([USERID],3)

A

Ashley

I am getting undefined function "Left" error message with
the below function.
=Left([USERID],3)

I want to get the first 3 letters from the left of the
data.
Does anyone know what how to fix this?

Thanks
 
Top