Hello
I am trying to create a table where it reads from the input, and creates the output as follows:
| Input | | Output | | | | | | | | |
| Features | | Parking | Microwave | Dryer | Garden | Washing Machine | Exercise Room | Balcony | Parking | Dishwasher |
| Parking, Microwave, Dryer, Garden, Washing Machine | | Yes | Yes | Yes | Yes | Yes | No | No | No | No |
| NULL | | No | No | No | No | No | No | No | No | No |
| Exercise Room, Balcony, Parking, Dishwasher, Dryer | | No | No | Yes | No | No | Yes | Yes | Yes | Yes |
I tried using IF formulas and Find Strings, but to no avail; they only worked for the first feature type, and it started getting a little screwy.
There are quite a few categories of features, and it would be ideal if it can somehow figure out what is contained in the "Features" column.
If not, there is a list of may be 50-60 items that can potentially show up on the features section.
If someone can point me in the right direction, or suggestion, would greatly appreciate it!
Thank you,