Forum Discussion
DaveHowell
Apr 14, 2025Copper Contributor
Select & delete cells below a specific value
I have a spreadsheet formatted as a table with a column of values formatted as hh.mm. It is calculated from 2 previous columns formatted as dd/mm/yyyy hh:mm. I want to delete all cells from the last column that have a value below 12.00. I can't get it to work through either conditional formatting or find & replace. I guess this is to do with the number formats. What is the workaround?
2 Replies
Can you filter the column on value < 12:00 or 0.5 ?
You can then select the filtered cells and clear them.
- DaveHowellCopper Contributor
Too easy! Thanks.