I used the solution appeared here: Multiple footnotes at one point to deal with multiple footnotes referencing from one point. As a minimal example:
\documentclass{article}
\usepackage[multiple]{footmisc}
\begin{document}
Some text.\footnote{A footnote}\textsuperscript{,}\footnote{And another one.}\textsuperscript{,}\footnote{Yet another one.}\textsuperscript{,}\footnote{Yet another one.}\textsuperscript{,}\footnote{The final one.}
\end{document}
obtaining
I want the footnotes appear with the form 1-5 instead of 1,2,3,4,5. I try to use \textsuperscript{-} but I do not know how to make all but the first and the last footnote of the series not appear as superscripts.
How is it possible?

\footnotestatements... Replacing the raised1,2,3,4,5string with a raised1-5string is, speaking somewhat bluntly, not much of an improvement. – Mico Mar 08 '18 at 15:14