Not able to Filter and Add Column

Hi,

Please read the data into datata le using read range . Add a new column that you need
Then use for each row in datatable and a if condition inside it to check line description and then set the value of new columns
Use write range to write the data to exce

Cheers