HI Community -- I have a column (text) that returns either a value off 1 or 0 . but I want to create a column that actually creates the corresponding value . For instance is the value is 1 then its Direct otherwise is Fund.
| Fund or Direct | New Column |
| 1 | Fund |
| 0 | Direct |
| 1 | Fund |
| 0 | Direct |
| 0 | Direct |
| 1 | Fund |
| 1 | Fund |
| 1 | Fund |
| 1 | Fund |
| 1 | Fund |
| 1 | Fund |
| 1 | Fund |