RalphVa
Super Member
- Joined
- Dec 19, 2003
- Messages
- 7,885
- Location
- Charlottesville, VA, USA
- Tractor
- JD 2025R, previously Gravely 5650 & JD 4010 & JD 1025R
My wife and I have been putting together our neighborhood directory since no one has done one since 2012 when I was last secretary/treasurer of the HOA but had to resign due to health.
Everything is on Excel.
Going online, there are gobs of ways of converting a column of emails into an email list, but I absolutely could not find this one. Just somehow stumbled into it. You can do eveything in Excel without going online or into Word, etc.
You enter this formula into a column near where you have the email column with H2 being the email column in this case: =H2&";" This puts a semicolon at the end of the email.
Then pick a cell where you want your email list and enter this formula: =CONCAT(I2:I134) i2 to i134 happens to be where the above column was made.
Then just copy where you have this last formula into Word or Wordpad or Notepad and save as text. Copy that whole text (ctrl A to select it) and paste (ctrl v) it into bcc of an email.
I did our Christmas note list and did it the same way.
I like to put names before the emails, too. You can do this with this formula: =CONCAT(C3,"(",G3,")") The names are in C3, and email is in G3. Then just do the above formula to add a semicolon, etc.
Ralph
Everything is on Excel.
Going online, there are gobs of ways of converting a column of emails into an email list, but I absolutely could not find this one. Just somehow stumbled into it. You can do eveything in Excel without going online or into Word, etc.
You enter this formula into a column near where you have the email column with H2 being the email column in this case: =H2&";" This puts a semicolon at the end of the email.
Then pick a cell where you want your email list and enter this formula: =CONCAT(I2:I134) i2 to i134 happens to be where the above column was made.
Then just copy where you have this last formula into Word or Wordpad or Notepad and save as text. Copy that whole text (ctrl A to select it) and paste (ctrl v) it into bcc of an email.
I did our Christmas note list and did it the same way.
I like to put names before the emails, too. You can do this with this formula: =CONCAT(C3,"(",G3,")") The names are in C3, and email is in G3. Then just do the above formula to add a semicolon, etc.
Ralph