Getting Rid of Unwanted Data

Copper Contributor

I have a list of data that is about 2400 seconds long, and includes data up to the hundredths decimal place. Is there a function or filter I can use in order to just keep the integer values and delete all entries with decimals?

1 Reply

@danfrey718 

You may add helper column with =INT(cell)=cell, filter data on this column on FALSE, select all what is filtered and delete