Is it posible to concatenate text and formulas on a cell?
Something like =SUM(D2+E2)& " text1 " & =SUM(F2+G2) & “text2”
Thankyou.
Is it posible to concatenate text and formulas on a cell?
Something like =SUM(D2+E2)& " text1 " & =SUM(F2+G2) & “text2”
Thankyou.
Hi @mcardona
Yes, it is possible. You can use a custom renderer. Here is an example http://jsfiddle.net/nhgrde8t/