I have a spreadsheet that look like this:
[TABLE="class: grid, width: 500"]
Facility
[/td]analyte
[/td]sample ID
[/td]date
[/td]results
[/td]units
[/td]OEL
[/td]Percent OEL
[/td]wherever, USA
[/td]acetone
[/td]ABC-123
[/td]2/2/2017
[/td]275
[/td]ppm
[/td]250
[/td]110%
[/td]wherever, USA
[/td]acetone
[/td]ABC-123
[/td]2/2/2017
[/td]87
[/td]ppm
[/td]250
[/td]35%
[/td]
[/TABLE]
I need to copy the whole column to a different existing sheet if the Percent OEL is >100%
What is the best way to do that?
I am not very good at coding or macros, so please be thorough and patient!
Thanks in advance for any help!!
Thanks!!!