1

I'm triyng to write an essay and I need to insert some footnotes. My issue is I can't figure out how to insert multiple footnotes on the same spot. I mean if I insert them one after another,say 3 for example, the notes number ABOVE the word look like this "123" which looks like "one hundred and twenty three". What I'd like to obtain is some sort of separator, an example output would be the numbers printed ABOVE to look like this "1,2,3".

Is this stuff possible? And how?

Thanks in advance.

1 Answers1

1

If this does not happen often in your document, the simplest thing to do is to insert commas (",") manually between the footnote numbers, then format them using the style Footnote Reference (that's the name in the English-language version of Word, anyway).

I say "simplest" with caution because it may not be at all obvious how to do that. But e.g.

  • Select the comma
  • In the Ribbon, navigate to the Home tab, Styles group
  • Click the Dialog Launcher icon at the bottom right of the group. That displays a task pane showing the styles.
  • If you don't see the Footnote Reference style in there, click the Options button and select All styles under Select styles to show.
  • Find and select the Footnote Reference style and apply it to the selection.

You may find it easier to insert one comma formatted that way and save it as an autotext or autocorrect for re-use.

If it is something you need a lot, and/or you also need to replace footnote references such as 34,35,36,37 by 34-37, then you will need to decide what rules to apply, and you will need some VBA or equivalent code to apply them. For the rules, for example, how many contiguous footnote markers before you use a hyphen (or perhaps a dash) so you have 34-37 rather than 34,35,36,37? What if there are other references such as endnotes in the middle?