Hi Experts
I have a tab "Factory" contained table, from which I want to set formula or VBA to bring negative values rows in another tab "örders", please help me in this case.
Factory
Orders
I have a tab "Factory" contained table, from which I want to set formula or VBA to bring negative values rows in another tab "örders", please help me in this case.
Factory
Product No. | Product Name | Quantity | Price | Value | User ID |
X500095 | Chips95 | 90.00 | 3.00 | 270.00 | ZF8001 |
X500100 | Chips90 | 50.00 | (5.00) | (250.00) | PB2001 |
X500105 | Chips95 | 49.00 | 5.00 | 245.00 | YU3001 |
X500110 | Chips90 | 89.00 | (3.00) | (267.00) | PB2001 |
X500115 | Chips95 | 90.00 | 4.00 | 360.00 | ZF8001 |
X500120 | Chips90 | 44.00 | 5.00 | 220.00 | ZF8001 |
X500125 | Chips95 | 25.00 | 2.00 | 50.00 | PB2001 |
X500130 | Chips90 | 42.00 | (3.00) | (126.00) | YU3001 |
X500135 | Chips95 | 87.00 | 4.00 | 348.00 | PB2001 |
Orders
Product No. | Product Name | Quantity | Price | Value | User ID |
X500110 | Chips90 | 89 | -3 | -267 | PB2001 |
X500100 | Chips90 | 50 | -5 | -250 | PB2001 |
X500130 | Chips90 | 42 | -3 | -126 | YU3001 |