If column J of 1.xls has buy & column H of 1.xls is not greater than column D of 1.xls then match column I data of 1.xls with column B of alert.csv and if it matches then delete that entire row of alert.csv |
|
|
|
|
|
|
|
|
|
|
|
|
If column J of 1.xls has buy & column H of 1.xls is not greater than column D of 1.xls |
|
|
|
|
=TRANSPOSE(IF((J2:J7="buy")*(H2:H7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="buy")*(H2:H7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="buy")*(H2:H7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="buy")*(H2:H7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="buy")*(H2:H7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="buy")*(H2:H7),I2:I7)) |
|
Filter to match to not false = Empty |
|
|
|
|
|
|
|
|
|
|
|
|
|
If column J of 1.xls has a blank cell then match column I data of 1.xls with column B of alert.csv and if it matches then delete that entire row of alert.csv |
|
|
|
|
|
|
|
|
|
|
|
|
If column J of 1.xls has a blank cell |
|
|
|
|
=TRANSPOSE(IF(J2:J7="",I2:I7)) |
=TRANSPOSE(IF(J2:J7="",I2:I7)) |
=TRANSPOSE(IF(J2:J7="",I2:I7)) |
=TRANSPOSE(IF(J2:J7="",I2:I7)) |
=TRANSPOSE(IF(J2:J7="",I2:I7)) |
=TRANSPOSE(IF(J2:J7="",I2:I7)) |
|
Filter to match to not false = {100} |
|
|
|
|
|
|
|
|
|
|
|
|
|
If column J of 1.xls has short & column H of 1.xls is Greater than than column D of 1.xls then match column I data of 1.xls with column B of alert.csv and if it matches then delete that entire row of alert.csv |
|
|
|
|
|
|
|
|
|
|
|
|
If column J of 1.xls has short & column H of 1.xls is Greater than than column D of 1.xls |
|
|
|
|
=TRANSPOSE(IF((J2:J7="short")*(H2:H7>D2:D7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="short")*(H2:H7>D2:D7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="short")*(H2:H7>D2:D7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="short")*(H2:H7>D2:D7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="short")*(H2:H7>D2:D7),I2:I7)) |
=TRANSPOSE(IF((J2:J7="short")*(H2:H7>D2:D7),I2:I7)) |
|
Filter to match to not false = {15083, 17388} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
final txt , after running Sub jindonsTesties() , is And (Not F2 = 15083) And (Not F2 = 17388) And (Not F2 = 100) |
|
|
|
|
|
|
|
|
|
|
|
Bookmarks