Google-sheets – How to hide the display of formula in Google Sheets

formulasgoogle sheetskeyboard shortcuts

How to hide the display of formula in a protected range of Google sheet? In Excel, I can do that, but in Google sheet not finding any function. Please help.

Best Answer

The shortcut key for hiding/unhiding of the formula is:

0


The formula for showing formula is:

FORMULATEXT(A5)

0


If you want to hide actual formulas in sheet from other people, create a new spreadsheet and use IMPORTRANGE

=IMPORTRANGE("ID_OR_URL_OF_ORIGINAL_SPREADSHEET", "Sheet1!A:Z")