I need to split an address into rows for postage. In Tab 1 I have my members details In Tab 2 I have my Invoice that we mail out.
In Tab 2 I run a VLOOKUP function to pull the member's details from Tab 1
PO Box 211, Alberton, 1450
Now the problem starts...
Normal "Text to Columns" can't be used due to the formula bar showing the VLOOKUP formula instead of the actual address.
=IF(F7=""," ",VLOOKUP(F7,'Permanente en Jaarlede'!B4:Y2063,24,FALSE))
How do I change my address from:
PO Box 211, Alberton, 1450 to:
PO Box 211
Alberton
1450
when the text is the result of a formula, not just a bare value?