sandip_dave
New Member
- Joined
- Jan 2, 2017
- Messages
- 7
I have a worksheet with streaming data of stock value, high, low, stock name in Column A3:A103, B3:B103, C3:C103, E3:E103 respectively and other columns with formulas and that updates every few seconds.
I would like to see only rows where below conditions is fulfilled and hide all other rows to filter out stocks.
Condition 1: =AND(A3=B3,A3>=L3,A3<=K3,A3<>0)
Condition 2 =AND(A3=C3,A3>=S3,A3<=R3,A3<>0)
Above condition is for example of Raw No.3 and which I am using currently for conditional formatting.
Kindly help to provide VBA codes for this.
I would like to see only rows where below conditions is fulfilled and hide all other rows to filter out stocks.
Condition 1: =AND(A3=B3,A3>=L3,A3<=K3,A3<>0)
Condition 2 =AND(A3=C3,A3>=S3,A3<=R3,A3<>0)
Above condition is for example of Raw No.3 and which I am using currently for conditional formatting.
Kindly help to provide VBA codes for this.