How to select individual cell based on condition?
How to select individual cell instead of entire rows?In table below, I need to select the two -99 cells under Value1 and Value2 column, and delete them. Can someone help? When I used select where, the entire row is selected. test1Value1test2Value22531354-994-995443-8876234779-763506545Thanks