Apologies for the title, i couldn't find an easy way to explain what i an trying to do.
I have to create a CSV file to import address data into a CRM. The CSV expects the data to be input as follows
The data i need build that line with is in cells as per the image below. Cell H1 would be where it says East Suffolk above and so on through to Postcode which is column L
The problem i'm having is because the CSV code includes quote's i can't seem to create a formula that includes them as text because the " means something within the formula itself.. .if that makes sense.
Is there a way around this ? Thanks
I have to create a CSV file to import address data into a CRM. The CSV expects the data to be input as follows
Excel Formula:
{"city": "", "state": "", "address": "East Suffolk House\r\nStation Road\r\nMelton\r\nWoodbridge", "country": "GB", "postcode": "IP12 1RT"}
The data i need build that line with is in cells as per the image below. Cell H1 would be where it says East Suffolk above and so on through to Postcode which is column L
The problem i'm having is because the CSV code includes quote's i can't seem to create a formula that includes them as text because the " means something within the formula itself.. .if that makes sense.
Is there a way around this ? Thanks
Last edited: