My MWE is far too long but this is one of my many attempts, none of which worked.
\documentclass{memoir} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% try for 3 column index \newif\ifthreecolindex \newcommand{\threecolindex}{\threecolindextrue} \usepackage{multicol} \makeatletter \renewenvironment{theindex}{% \clearforchapter \ifthreecolindex \begin{multicols}{3} % starting multocols 3 % % threecolindex \else \ifonecolindex \onecolumn onecolindex \else \setlength{\columnseprule}{indexrule}% \setlength{columnsep}{\indexcolsep} \twocolumn{\@makeschapterhead{\indexname} \preindexhook}% .........
\threecolindex \printindex \end{document} I have thought it best to change my GOM (Grumpy Old Man) signature to GSIOM (Grumpy Semi Incompetent Old Man).
Any help will be much appreciated and who knows, the memoir maintainer (daleif) might even add it to the memoir class, but don't hold your breath.
GSIOM