Hie Guys,
I have 3 columns that have both numeric and character values. The character values are fixed. Here's an example -
Column A | Column B | Column C |
100 | 200 | 300 |
X | X | X |
Y | Y | Y |
200 | 300 | 400 |
X | X | X |
Y | Y | Y |
I want to sum the 3 columns horizontally. Is there a formula in Webi that will ignore the character values and just add the numeric values?