Microsoft Excel Programming

Posted by hkf on Stack Overflow See other posts from Stack Overflow or by hkf
Published on 2010-05-19T19:00:17Z Indexed on 2010/05/19 20:00 UTC
Read the original article Hit count: 232

Filed under:
|

I have data in the form of four columns. The first three columns represent time, value1, value 2. The fourth column is binary, all 0's or 1's. Is there a way to tell excel to delete time, value1 and value 2, when the corresponding binary value in column four is 0? I know this is a lot easier in C++ or matlab, but for reasons beyond my control, I must do it in excel.

© Stack Overflow or respective owner

Related posts about excel

Related posts about excel-vba