Delete cell values based on a column condition and merge rows with same timestamp using JSL
Hi, I have following "TestData":1. I want the cell value to be null when the status is down. for example ("A status " cell value is "down" the value in Column "A" should be null instead of "1334". should do the same for B , C and D Columns.2.Delete all the columns that has "status" in the column name. Output should be something like this:3. Now all the same timestamp rows should be merged. expect...
vince_faller