Hello all,
I am building a complex multilingual sheet that will be creating various documents using Document Builder depending on the user's choice of country and language. There are a lot of column formulas that are very similar but use different languages. I am using a text editor to track the formulas but have found I need to manually type each formula or Smartsheet determines the formula is #UNPARSEABLE.
Here are two copies of a formula - one needed to be typed and one could be copied from my document. I can't see a difference but Smartsheet can't proceed with the copied version. Does anyone know why this is occurring? It's causing me to lose time on a significant project with many languages and MANY different paragraphs with different formulas. Thanks!
=IF(ISBLANK([Activity Country]@row), " ", IF(Language@row = “Italian", “La stima precedente si basa sulla partecipazione dell'operatore sanitario a tutte le funzioni del programma. Se diversamente imposto dal viaggio, la stima sarà rivista in modo da riflettere il tempo effettivo di partecipazione all'evento. Se vengono pianificati altri eventi in seguito che possono influire sull'onorario dell'operatore sanitario, saranno discussi prima della conferma degli eventi aggiuntivi."))
=IF(ISBLANK([Activity Country]@row), " ", IF(Language@row = "Italian", "La stima precedente si basa sulla partecipazione dell'operatore sanitario a tutte le funzioni del programma. Se diversamente imposto dal viaggio, la stima sarà rivista in modo da riflettere il tempo effettivo di partecipazione all'evento. Se vengono pianificati altri eventi in seguito che possono influire sull'onorario dell'operatore sanitario, saranno discussi prima della conferma degli eventi aggiuntivi."))