You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
---
2
+
topic: sample
3
+
products:
4
+
- office-excel
5
+
- office-365
6
+
languages:
7
+
- javascript
8
+
- html
9
+
- typescript
10
+
extensions:
11
+
contentType: samples
12
+
createdDate: 11/1/2017 4:03:37 PM
13
+
---
1
14
# Custom functions in Excel
2
15
3
16
Custom functions enable you to add new functions to Excel by defining those functions in JavaScript as part of an add-in. Users within Excel can access custom functions just as they would any native function in Excel, such as `SUM()`.
0 commit comments