Hi, I'm trying to use 'ignore_case' in my formula, reference from other discussion boards which is
Syntax
Lookup(source_column,lookup_table,matching_column,replacement_column[,leave_original_value][,replace_nulls][,ignore_case])
but, it seems that mine doesn't work.

Thing is, in the current table and Labor List Table's FName, there are second names that is written in 'First_Letter_Caps' rule, while some aren't.
What should I do with this?