Answer the question
In order to leave comments, you need to log in
How to use keyboard shortcuts to merge cells in Google Sheets?
Is it possible in Google Sheets to merge cells with hotkeys? Because this will save a lot of time.
PS I don't understand how there can be such a huge number of hotkeys - and there is none, in my opinion, necessary! :)
Answer the question
In order to leave comments, you need to log in
Tools - Macro - Record macro. After recording actions, you can assign a hotkey. And edit the macro to:
function myFunction() {
SpreadsheetApp.getActive().getActiveRange().activate().merge();
};
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question