Hi friends, is there a fast way of doing this using LINQ or select?
E.g.
Column A | Column B
Solid | Hello
Solid | World
Liquid | It’s
Liquid | Been
Gas | A
Gas | While
Filter Column A to Solid and check if Column B contains value that starts with “Wo”.
I need to filter Column A with Solid.