January 11, 20214 yr How to replace the last "," with "and" Here my variable test, test2, test3 it should be test, test2 and test3
January 11, 20214 yr Let ( lastComma = Position ( text ; "," ; Length ( text ) ; - 1 ) ; If ( lastComma ; Replace ( text ; lastComma ; 1 ; " and" ) ; text ) )
Create an account or sign in to comment