ExcelExcel 2013+
CSC function in Excel
Returns the cosecant of an angle
=CSC(number)CSC syntax and parameters
One argument, one required.
- numbernumberRequired
CSC examples
Formulas you'll actually reuse.
Cosecant of 30° (π/6 radians) — the reciprocal of SIN:
=CSC(PI()/6)Result
2Working from degrees? Convert first with RADIANS:
=CSC(RADIANS(A2))Result
1.4142
CSC in Google Sheets
Same name — your formula ports as-is.
Try CSC in the playground
Edit the example — nothing to install.
Preloaded with the CSC formula from Example 1 — change anything and watch it respond.
Loading the editor…
CSC errors
What they mean — and the fixes.
#DIV/0!CSC(0) divides by SIN(0) — the angle can't be a multiple of π.
Related functions
More ways Excel gets this done.
- SEQUENCEGenerates a list of sequential numbers in an array, such as 1, 2, 3, 4MathGoogle Sheets
- AVERAGEIFReturns the average (arithmetic mean) of all the cells in a range that meet a given criteriaStatisticalGoogle Sheets
- CELLReturns information about the formatting, location, or contents of a cellThis function is not available in Excel for the web.InfoGoogle Sheets
- FILTERFilters a range of data based on criteria you defineLookupGoogle Sheets
- FINDFinds one text value within another (case-sensitive)TextGoogle Sheets
- FLOORRounds a number down, toward zeroCompatibilityGoogle Sheets