I have a column with zip codes, some 5 characters, some 9 characters. I need to write an if statment in conditinal formatting that will insert a dash after 5 characters if the length is 9 characters. This is my attempt but does not work:
=if(len(text) > 5, #####, #####-####)
Many thanks, greyhound
=if(len(text) > 5, #####, #####-####)
Many thanks, greyhound