Hi,
I am trying to build an advanced filter criteria for securities portfolio. Two of the criteria columns, Position (i.e. Long or Short) and Type (i.e. Call, Put, or Option) seem to be working well but I have want the filter to screen only based on a third column, Contract, so that criteria in the first two columns only pick up the row if the criteria is TRUE on a specific contract.
To clarify, the logic looks like this:
BS = "LONG" AND TYPE = "CALL" IF CONTRACT = "SAME"
Its the same part that I don't know how to code. Any ideas?
Thanks.
I am trying to build an advanced filter criteria for securities portfolio. Two of the criteria columns, Position (i.e. Long or Short) and Type (i.e. Call, Put, or Option) seem to be working well but I have want the filter to screen only based on a third column, Contract, so that criteria in the first two columns only pick up the row if the criteria is TRUE on a specific contract.
To clarify, the logic looks like this:
BS = "LONG" AND TYPE = "CALL" IF CONTRACT = "SAME"
Its the same part that I don't know how to code. Any ideas?
Thanks.