@Alessandro CitrignoYou also have the option of making the Lookup Formula case-insensitive.
SyntaxLookup(source_column,lookup_table,matching_column,replacement_column[,leave_original_value][,replace_nulls][,ignore_case])
We often don't specify the
last 3 optional arguments of the lookup formula, and they default to false. That's the reason Lookup is case-sensitive by default. However, when
ignore_case is set to
True, it makes the match value case-insensitive.
------------------------------
JJ Sharma
Sr. TBM Practice Manager
KPMG Australia
------------------------------
Original Message:
Sent: 03-04-2022 06:08
From: Alessandro Citrigno
Subject: Capital Letter Function
Hello Everyone,
Is there a function that allows me to capitalize the first letter of each element within a column? I'll give you an example: inside a column I have:
computer
digital platform
Product lines
I would:
Computer
Digital Platform
Product Lines
Something that automates the initials of each word with a major letter if not present. I need it for the purposes of Lookup because is case-sensitive.
Thank You
#ApptioforAll