The same formulas work in Google Sheets as in Excel, with a few keyboard shortcut and formatting differences.
Select the cells, then click the % button in the toolbar, or press Ctrl+Shift+5 (Mac: ⌘+Shift+5). Same shortcut as Excel.
Identical to Excel:
=A1*15%=B1/A1 (format as percent)=(B1-A1)/A1=A2/SUM($A$2:$A$20)Ctrl+Shift+1 — Number formatCtrl+Shift+5 — Percent formatCtrl+Shift+4 — Currency formatF4 after clicking a reference — toggles absolute vs relative ($A$1, A$1, $A1, A1)Format → Conditional formatting → Format cells if: Greater than → enter 0.5 for 50%. The underlying value is what you compare against, not the displayed percent.
Inline percentage trend chart in a single cell:
=SPARKLINE(A2:A12, {"charttype","line"})
Useful for dashboards where you want a visual at the row level without making a separate chart.
No — the formulas are identical. Both spreadsheets store percentages as decimals (0.15 for 15%) and use the same arithmetic.
Select the column, click the % button in the toolbar, or use Ctrl+Shift+5. The decimal places can be adjusted in Format → Number → More formats.
The four percentage formulas in Excel: percentage of a number, percentage change, percent of total, and formatting cells...
The percent key on different calculators does different things — here's what to expect on phone, desktop, and four-funct...
A worked example showing three ways to compute 15% of 80, with the mental-math shortcut that makes 15% of anything easy.