G
Guest
I need to copy a value onto the null cells below it. This should happen until
a new value is met, then this new value should be copied down etc.
This should exclude null cells in the process.
eg
code customer name
123 GAP
GE
BT
345 TR
IBM
But I want it to show
123 GAP
123 GE
123 BT
345 TR
345 IBM
a new value is met, then this new value should be copied down etc.
This should exclude null cells in the process.
eg
code customer name
123 GAP
GE
BT
345 TR
IBM
But I want it to show
123 GAP
123 GE
123 BT
345 TR
345 IBM