The FORMATWIKI function can be applied in multiple ways:
- With commas (,) inside the function body - i.e. FORMATWIKI("{cell:vertical-align=bottom}", T1.'Your Column', "{cell}") - retains the original source data formatting in addition to adding alignment as per its setting
- With pluses ( + ) inside the function body - i.e. FORMATWIKI("{cell:vertical-align=bottom}"+ T1.'Your Column',+"{cell}") - clears the original source data formatting and adds alignment as per its setting
Apply the first approach if the original source content contains links, text, cell formatting, etc. that you need to keep further extending the formatting via the function usage.
Apply the second approach if you either do not need to keep the original source content formatting or it initially contains no formatting whatsoever.