Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Formating of table explanation in email to colleagues

+0
−0

Regularly I find myself writing emails to my colleagues which include some form of "column explanation". Which is the best way to format a HTML email for readability?

Example: I send out a link to an online table (created by someone else) in which you have to report the status of a complex process. The name of table columns is not self explanatory. Usually I write an email with the following structure:

Greeting

Explanation of background, deadline, link to table

column1: Please fill out this column if [...]

column2: This column is only applicable if [...]

columnX: 5-10 further columns [...]

Wishes

Further thoughts: Is a list in the email the best approach? Should I use a bullet in front of the column names? Should I emphasise (bold) the column names or does this detract from the “deadline” in bold?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

This post was sourced from https://writers.stackexchange.com/q/40968. It is licensed under CC BY-SA 3.0.

0 comment threads

2 answers

+1
−0

I would recommend a PDF. I normally believe in converting files to text (marked or unmarked) for emails because so many times that Word file or whatever is just a couple paragraphs that don't need to be in a separate file.

In this case though, the precise formatting matters a lot. No matter how perfect you get an HTML table or plain-text tabs, it's going to look different in different email programs. With no way to predict how.

So I'd create your table in Excel (or whatever spreadsheet program you prefer), or use a word processing program with table support if it's a simple table (so Word or something similar).

Next, tell the program to print the document. When the dialogue screen comes up, choose PDF. In Word, this will be a dropdown menu at the bottom left of the screen. Click the popup and choose "mail as PDF" (or similar wording).

This way you can also keep all the bold formatting, column headers, and so on. If you have the proper formatting, you won't need all the explanations. Just a short introduction.

If the explanations are required, use footnotes. A superscript number after each header. Then at the bottom, put each number on its own line, with the extra text.

Doing this in one file is the best way to go. That way the reader can print it out and have the explanations together with the table. Unless the reader needs to fill it out and return it in email, a PDF really is your best choice because formatting never changes. (You can also make it an editable PDF, but that is a lot more complex.)

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+0
−0

A few suggestions.

  1. For starters, I'd put the deadline in the email subject as well (and keep it in the email body too), e.g.

    Monthly report summary - DEADLINE: 3 March 2018

  2. I'd try to edit the table so that column titles are clearer to the user. If that is not possible, I'd try to to have an explanation of the column titles in the spreadsheet as well. For instance, I have seen many instances of excel files having one additional spreadsheet with such information.

  3. The formatting you proposed should work. Make sure that the link between column numbering and information needed is very clear. Bold face is a good way to remind the reader of the important information.

  4. When and if you collapse multiple columns together in the explanation, make sure that the reader can quickly understand that they can skip reading that line. They probably will anyway, just try to make sure that they know when they should not.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »