Hello, I have data with multiple rows of "Parent" and "Kid" and "Address".
However, the "Address" column does not have all the rows filled out, some are blank.
See example:
I would like to create a new Address column where basically every line has the address referenced to the same parent.
What excel function should I use?
Index, Sumproduct? Or something else?
Any help is appreciated.
However, the "Address" column does not have all the rows filled out, some are blank.
See example:
Parent | Kid | Address |
Johnny Jackson | Anne | |
Johnny Jackson | Suzy | 123 Main St. |
Johnny Jackson | Junior | |
Eric Lee | Mike | |
Eric Lee | Samuel | 456 Cat Ave. |
Eric Lee | Noah | |
Eric Lee | James | 456 Cat Ave. |
Eric Lee | David | |
Sarah Connelly | Charles | |
Sarah Connelly | Beth | |
Sarah Connelly | Ryan | |
Sarah Connelly | Jean | 789 Love Dr. |
I would like to create a new Address column where basically every line has the address referenced to the same parent.
What excel function should I use?
Index, Sumproduct? Or something else?
Any help is appreciated.