i have a date field that has the following inputs
I want as below
| Column | Grouping |
| A | GROUP1 |
| B | GROUP1 |
| C | GROUP1 |
| D | GROUP2 |
| E | GROUP2 |
| F | GROUP2 |
| G | GROUP2 |
Able to split using text to columns-row feature,but how do i get the Grouping column?Any inputs would be appreciated.