SharePoint list conditional formulas

Copper Contributor

I've read the article Show or hide columns in a list or library form plenty of times so I know how to make a column visible if a specific choice is selected e.g. "Show if column Title equals A" would be written as...

 

=[$Title]=='A'

 

Is it possible to write one such formula to say "Show if column Title starts with A" instead? Also, is there a more detailed guide to writing these formulas out there?

 

ConditionalFormula.png

0 Replies