Skip to main content

Keyboard shortcuts for Google Sheets

Keyboard shortcuts for Google Sheets


To see a list of keyboard shortcuts in Google Sheets, press Ctrl + / (Windows, Chrome OS) or ⌘ + / (Mac).
To search the menus, press Alt + / (Windows, Chrome OS) or Option + / (Mac).
Common actions
Select columnCtrl + Space
Select rowShift + Space
Select allCtrl + a
Ctrl + Shift + Space
UndoCtrl + z
RedoCtrl + y
Ctrl + Shift + z
F4
FindCtrl + f
Find and replaceCtrl + h
Fill rangeCtrl + Enter
Fill downCtrl + d
Fill rightCtrl + r
Save
(every change is saved automatically in Drive)
Ctrl + s
OpenCtrl + o
PrintCtrl + p
CopyCtrl + c
CutCtrl + x
PasteCtrl + v
Paste values onlyCtrl + Shift + v
Show common keyboard shortcutsCtrl + /
Insert new sheetShift + F11
Compact controlsCtrl + Shift + f
Input tools on/off
(available in spreadsheets in non-Latin languages)
Ctrl + Shift + k
Select input toolsCtrl + Alt + Shift + k
Search the menusAlt + /
Format cells
BoldCtrl + b
UnderlineCtrl + u
ItalicCtrl + i
StrikethroughAlt + Shift + 5
Center alignCtrl + Shift + e
Left alignCtrl + Shift + l
Right alignCtrl + Shift + r
Apply top borderAlt + Shift + 1
Apply right borderAlt + Shift + 2
Apply bottom borderAlt + Shift + 3
Apply left borderAlt + Shift + 4
Remove bordersAlt + Shift + 6
Apply outer border
Alt + Shift + 7
Ctrl + Shift + 7
Insert linkCtrl + k
Insert timeCtrl + Shift + ;
Insert dateCtrl + ;
Insert date and timeCtrl + Alt + Shift + ;
Format as decimalCtrl + Shift + 1
Format as timeCtrl + Shift + 2
Format as dateCtrl + Shift + 3
Format as currencyCtrl + Shift + 4
Format as percentageCtrl + Shift + 5
Format as exponentCtrl + Shift + 6
Clear formattingCtrl + \
Navigate spreadsheet
Move to beginning of rowHome
Move to beginning of sheetCtrl + Home
Move to end of rowEnd
Move to end of sheetCtrl + End
Scroll to active cellCtrl + Backspace
Move to next sheetAlt + Down Arrow
Move to previous sheetAlt + Up Arrow
Display list of sheetsAlt + Shift + k
Open hyperlinkAlt + Enter
Open ExploreAlt + Shift + x
Go to side panelCtrl + Alt + .
Ctrl + Alt + ,
Move focus out of spreadsheetCtrl + Alt + Shift + m
Move to quicksum
(when a range of cells is selected)
Alt + Shift + q
Move focus to popup
(for links, bookmarks, and images)
holding Ctrl + Alt, press e then p
Open drop-down menu on filtered cellCtrl + Alt + r
Open revision historyCtrl + Alt + Shift + h
Open chat inside the spreadsheetShift + Esc
Close drawing editorShift + Esc
Edit notes and comments
Insert/edit noteShift + F2
Insert/edit commentCtrl + Alt + m
Open comment discussion threadCtrl + Alt + Shift + a
Enter current commentholding Ctrl + Alt, press e then c
Move to next commentholding Ctrl + Alt, press n then c
Move to previous commentholding Ctrl + Alt, press p then c
Open a menu
File menuin Google Chrome: Alt + f
other browsers: Alt + Shift + f
Edit menuin Google Chrome: Alt + e
other browsers: Alt + Shift + e
View menuin Google Chrome: Alt + v
other browsers: Alt + Shift + v
Insert menuin Google Chrome: Alt + i
other browsers: Alt + Shift + i
Format menuin Google Chrome: Alt + o
other browsers: Alt + Shift + o
Data menuin Google Chrome: Alt + d
other browsers: Alt + Shift + d
Tools menuin Google Chrome: Alt + t
other browsers: Alt + Shift + t
Open insert menuCtrl + Alt + Shift + =
Ctrl + Alt + =
(with cells selected)
Open delete menuCtrl + Alt + - (with cells selected)
Form menu
(present when the spreadsheet is connected to a form)
in Google Chrome: Alt + m
other browsers: Alt + Shift + m
Add-ons menuin Google Chrome: Alt + n
other browsers: Alt + Shift + n
Help menuin Google Chrome: Alt + h
other browsers: Alt + Shift + h
Accessibility menu
(present when screen reader support is enabled)
in Google Chrome: Alt + a
other browsers: Alt + Shift + a
Sheet menu
(copy, delete, and other sheet actions)
Alt + Shift + s
Context menuCtrl + Shift + \
Add or change rows and columns
Insert rows above
Ctrl + Alt + Shift + =
Ctrl + Alt + =
(with rows selected)
in Google Chrome: Alt + i, then r
other browsers: Alt + Shift + i, then r
Insert rows belowin Google Chrome: Alt + i, then w
other browsers: Alt + Shift + i, then w
Insert columns to the left
Ctrl + Alt + Shift + =
Ctrl + Alt + =
(with columns selected)
in Google Chrome: Alt + i, then c
other browsers: Alt + Shift + i, then c
Insert columns to the rightin Google Chrome: Alt + i, then o
other browsers: Alt + Shift + i, then o
Delete rows
Ctrl + Alt + - (with rows selected)
in Google Chrome: Alt + e, then d
other browsers: Alt + Shift + e, then d
Delete columns
Ctrl + Alt + - (with columns selected)
in Google Chrome: Alt + e, then e
other browsers: Alt + Shift + e, then e
Hide rowCtrl + Alt + 9
Unhide rowCtrl + Shift + 9
Hide columnCtrl + Alt + 0
Unhide columnCtrl + Shift + 0
Group rows or columnsAlt + Shift + Right Arrow
Ungroup rows or columnsAlt + Shift + Left Arrow
Expand grouped rows or columnsAlt + Shift + Down Arrow
Collapse grouped rows or columnsAlt + Shift + Up Arrow
Use formulas
Show all formulasCtrl + ~
Insert array formulaCtrl + Shift + Enter
Collapse an expanded array formulaCtrl + e
Show/hide formula help
(when entering a formula)
Shift + F1
Full/compact formula help
(when entering a formula)
F1
Absolute/relative references
(when entering a formula)
F4
Toggle formula result previews
(when entering a formula)
F9
Resize formula bar
(move up or down)
Ctrl + Up / Ctrl + Down
Help for screen readers
Turn on screen reader support
Learn more about using Google Sheets with a screen reader
Ctrl + Alt + z
Read columnCtrl + Alt + Shift + c
Read rowCtrl + Alt + Shift + r

Comments

Popular posts from this blog

Excel VBA Code For Clear Cell एक्सेल VBA कोड क्लियर सेल के लिए

# VBA Code to Clear Cell :- To  clear cells using VBA , use a statement with the following structure:- VBA का उपयोग :-  सेल  को साफ करने के लिए Cells.Clear VBA Statement Explanation Item:  Cells. VBA Construct:  Range object. Description:  Range object representing the cells you want to clear. You can usually return a Range object with constructs such as the Worksheet.Range, Worksheet.Cells (with Range.Item), Range.Offset, Range.Resize or Application.ActiveCell properties. If you explicitly declare an object variable to represent Cells, use the Range object data type. Item:  Clear. VBA Construct:  Range.Clear method. Description:  The Range.Clear method clears the Range object you specify (Cells). Range.Clear clears the entire Range object, including values, formulas and formatting. VBA स्टेटमेंट स्पष्टीकरण 1. आइटम: सेल। VBA निर्माण: रेंज ऑब्जेक्ट। विवरण: रेंज ऑब्जेक्ट उन कोश...

Insert Multiple Blank Row मल्टीपल ब्लैंक रो डालें

👍  If you ever need to insert multiple blank rows into your data, doing it manually could be very time consuming if you have a large data set. Here’s a quick way to do this by inserting a blank row into your data after every Nth record. यदि आपको कभी भी अपने डेटा में कई रिक्त पंक्तियों को सम्मिलित करने की आवश्यकता होती है, तो मैन्युअल रूप से ऐसा करने में बहुत समय लग सकता है यदि आपके पास एक बड़ा डेटा सेट है। हर Nth रिकॉर्ड के बाद आपके डेटा में एक रिक्त पंक्ति सम्मिलित करके ऐसा करने का एक त्वरित तरीका है। Add a column  to the right of your data. If the helper column is in  E1 , then add this formula into  E2  and copy it down to the end of the data. Change N to a number (5 if you want every 5th row etc…). =MOD(ROW(E2)-ROW($E$1)-1,N) Now  highlight  the whole column. Go to the  Home  tab in the ribbon. In the  Editing  section, press the  Find & Select  button. In the drop down menu, select  Find . You ...

Basic Excel Learn by Online ऑनलाइन द्वारा बेसिक एक्सेल जानें