Hey Robert,
This works in an ordinary HTML page so it should work in Joomla!. The following will just be adding a link into the content but HTML code does work in Menu Items also, just a matter of what your personal preferences are.
1. Insert an anchor into your content in HTML mode<a id="Name of the anchor">You can enter text here but is unnecessary if you want an invisible link</a>
The anchor is the place where you link will load to.
2. Insert a link, in HTML mode, to the anchor<a href="#name of the anchor">Link Name such as Middle of article</a>
Hope that helps and report back to see if it works