Hi Guys,
I tried this last week but no luck.
I'm going to try a better explanation.
I have two category columns and one value column.
Category column A will always be filled. But category B will only be filled for one of the cells. I want Column B to be full of whatever value is represented anywhere for the same value as in Category A.
So if I have:
Cat A | Cat B | Value
Apples | Fruit | $2
Apples | ___ | $5
Apples | ___ | $3
I want a macro that will make it:
Cat A | Cat B | Value
Apples | Fruit | $2
Apples | Fruit | $5
Apples | Fruit | $3
I tried this last week but no luck.
I'm going to try a better explanation.
I have two category columns and one value column.
Category column A will always be filled. But category B will only be filled for one of the cells. I want Column B to be full of whatever value is represented anywhere for the same value as in Category A.
So if I have:
Cat A | Cat B | Value
Apples | Fruit | $2
Apples | ___ | $5
Apples | ___ | $3
I want a macro that will make it:
Cat A | Cat B | Value
Apples | Fruit | $2
Apples | Fruit | $5
Apples | Fruit | $3