Welcome to the Family Echo Q&A forum. In order to ask or answer questions, please ensure you sign in at Family Echo first.
Welcome to Family Echo Q&A. In order to ask or answer questions, please ensure you sign in at Family Echo first.

Before asking a question, please check the Frequently Asked Questions page.

June 25, 2026: This Q&A has just been moved to a new server. If you experience any problems, please let us know.
0 votes
858 views
When downloading family tree to a CSV, the surname used is the surname now. Is there any way to change this so that I can download my tree with everyone having their birth surnames?
by 31harrypotter07 (790 points)

1 Answer

0 votes
 
Best answer

The CSV file has the Surname now (column G) and the Surname at birth (column H). If you need the full name at birth, you could insert a column and paste in the formula =D2&" "&I2 [note that these examples assume that you insert the new column between Full Name and Given Names].  That will work as long as they have a surname at birth in your family tree. If you'd like the name to use the Surname now column if there isn't anything in the Surname at birth column, you could do something like this: =D2&" "&IF(ISBLANK(I2),H2,I2). That will still look a little funny if you have a blank given name.

by lsommerer (57.4k points)
selected by 31harrypotter07
Fabulous thanks so much this worked perfectly :)
...