Forum Discussion
gduobaite
5 years agoHelper III
Add new column
Hi,
how can I create a whole new copied column in the same table with added filters inside?
I have:
| Column1 |
| A |
| B |
| B |
| C |
I need a new column with only B values:
| New Column |
| blank |
| B |
| B |
| blank |
I tried with ADDCOLUMN, but it requires a new table.. Or I understood not correctly.