Here is a example of a project that I am doing
If the List has a cell that start with B, then add a column with the text of "Color is good"
If the List has a cell that start with B, then add a column with the text of "Color is good"
Power Query:
= #table({"Town", "Color"}, {{"New York",{"Red","Orange","Green"}},{"Boston",{"Yellow","Blue","Green"}}})[/CODE
Town | Color | Column1 |
New York | List | |
Boston | List | Color is good |