Hey everyone,
I have an excel document with alot of rows and columns, let me first start by saying that for each row is not an option.
In this excel document there is a column named “percent” values are given as “not given”,
“>±50%” , “>±200%” , “>±10%” etc.
I want to get all the rows where percent value is bigger than 30 so “>±30%” and more, meaning I dont want to get “>±10%” then write filtered dt to another excel.
Any ideas?