ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
API key -->
https://beta.openai.com/account/api-keys
2
Temperature0.7
3
Tokens100
4
1. Make a copy and enter your API key. 2. Tell GPT-3 what sheets operation you are looking for. 3. The formula will appear in the Output cell. Built by GPT-3 and twitter.com/fabianstelzer - use at your own risk.
5
6
7
Preface (leave as is)You are an expert-level, highly efficient Google Sheets function programmer, familiar with its entire functionality. Write a Google Sheets function that remove all instances of "xyz" from a string and replace them with 000:
8
Prompt: "write a function that:"remove all instances of "xyz" from a string and replace them with 000
9
Output:#ERROR!
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100