O
O
Oleg Rudzhev2019-08-23 11:16:02
Google Sheets
Oleg Rudzhev, 2019-08-23 11:16:02

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

1 answer(s)
G
Grigory Boev, 2019-08-25
@ProgrammerForever

Tools - Macro - Record macro. After recording actions, you can assign a hotkey. And edit the macro to:

function myFunction() {
  SpreadsheetApp.getActive().getActiveRange().activate().merge();
};

This macro concatenates the currently selected range

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question