Hi Everyone ,
Problem Statement: I have 100 rows of data with 10+ Columns, I want to write this data into different sheets based on Column field State, my Challenge is here we have pre-defined columns required for each state. I need only those columns for each state sheet.
Approach now : we are using Filter to get each state and using select tool to get the data.
DO we have any better approach than this .?