rippernash
New Member
- Joined
- May 20, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
I have a table that is an extract from a Bill of Materials.
I have columns A (Identifier) and B (Parent Identifier) already calculated. Currently, under column D (Part System), only the cells against the main BOM Module has a part system. I want to update this Part System to all the cells that have a 0 (child parts) based on the value in column B (Parent Identifier). If a cell in D already has a value, it should not be updated.
(Figure 1: File before part system update)
(Figure 2: After Part system update)
I am looking for either a VBA macro or formula query to achieve this. The full file has thousands of rows so performance is important.
Thanks in advance!
I have columns A (Identifier) and B (Parent Identifier) already calculated. Currently, under column D (Part System), only the cells against the main BOM Module has a part system. I want to update this Part System to all the cells that have a 0 (child parts) based on the value in column B (Parent Identifier). If a cell in D already has a value, it should not be updated.
(Figure 1: File before part system update)
(Figure 2: After Part system update)
I am looking for either a VBA macro or formula query to achieve this. The full file has thousands of rows so performance is important.
Thanks in advance!