A | B | C | D | E | F | G | |
---|---|---|---|---|---|---|---|
1 | #REF! | ▶️ YouTube Demo | |||||
2 | List of Functions | ||||||
3 | (click to jump) | =GPTX() | |||||
4 | Generates text using OpenAI's GPT model | ||||||
5 | =GPTX() | ||||||
6 | =GPTX_LIST | Prompts | =GPTX(D7) | ||||
7 | =GPTX_MAP | Write a haiku about bringing the power of AI to SaaS spreadsheets | Data flows like streams, AI weaves through every cell, Insights bloom in sheets. | ||||
8 | =GPTX_FILL | ||||||
9 | =GPTX_TABLE | ||||||
10 | =GPTX_TAG | Tell me in 8 words why Google Sheets > Excel | Collaboration features make teamwork seamless and efficient. | ||||
11 | =GPTX_CLASSIFY | Find the misteak in this sentence | Find the mistake in this sentence. | ||||
12 | =GPTX_EXTRACT | What date is 72 weeks from June 15, 2022? | November 15, 2023 | ||||
13 | =GPTX_EDIT | What formula works for Net Revenue Retention? | Net Revenue Retention (NRR) = (Beginning MRR + Expansion MRR - Churned MRR) / Beginning MRR x 100% | ||||
14 | =GPTX_FORMAT | ||||||
15 | =GPTX_SUMMARIZE | ||||||
16 | =GPTX_TRANSLATE | ||||||
17 | =GPTX_CONVERT | =GPTX_LIST | |||||
18 | =GPTX_CODE | Generates a list of values using OpenAI's GPT model | |||||
19 | |||||||
20 | Prompt | =GPTX_LIST(D21) | |||||
21 | 5 subject lines to A/B test for my email introducing GPT in Google Sheets, use emojis | Unlock the Power of GPT in Google Sheets! 🌟 | |||||
22 | Boost Your Productivity with GPT in Sheets! 🚀 | ||||||
23 | Transform Your Data Analysis with GPT! 📊 | ||||||
24 | Discover GPT: Your New Best Friend in Google Sheets! 🤖 | ||||||
25 | Get Started with GPT in Google Sheets Today! 📝 | ||||||
26 | |||||||
27 | |||||||
28 | =GPTX_MAP | ||||||
29 | Given a list of search keys and a list of input values, performs a fuzzy search and outputs the most similar search key for each input value, using OpenAI's GPT model | ||||||
30 | |||||||
31 | Look up these items... | ...from this list | =GPTX_MAP(D33, E$33:E$36) | ||||
32 | Keys | Values | Result | ||||
33 | gooooogle inc | Google, Inc | Google, Inc | ||||
34 | magento | Magento | Magento | ||||
35 | magnetos | Salesforce.com | Magento | ||||
36 | google.ca | Tesla | Google, Inc | ||||
37 | magentoo | Magento | |||||
38 | saleforce | Salesforce.com | |||||
39 | Model X | Tesla | |||||
40 | SALES FORCE! | Salesforce.com | |||||
41 | Google Cloud | Google, Inc | |||||
42 | |||||||
43 | |||||||
44 | |||||||
45 | =GPTX_FILL | ||||||
46 | Fills in missing information in a table, based on example rows, using OpenAI's GPT model | ||||||
47 | |||||||
48 | =GPTX_FILL(D49:E52,D53:D56) | ||||||
49 | Full Name | ||||||
50 | Maria Isabel Rodriguez | m.rodriguez@cooldomain.org | |||||
51 | Omar Ali Khan | o.khan@cooldomain.org | |||||
52 | Jacqueline Lee Chen | j.chen@cooldomain.org | |||||
53 | William Thomas Jenkins | w.jenkins@cooldomain.org | |||||
54 | Samantha Grace Reynolds | s.reynolds@cooldomain.org | |||||
55 | Elijah Daniel Nguyen | e.nguyen@cooldomain.org | |||||
56 | Ruby Rose Patel | r.patel@cooldomain.org | |||||
57 | |||||||
58 | |||||||
59 | |||||||
60 | =GPTX_TABLE | ||||||
61 | Generates a table of values using OpenAI's GPT model, using OpenAI's GPT model | ||||||
62 | (with header row argument) | ||||||
63 | |||||||
64 | Top 10 largest public SaaS companies by Market Cap | =GPTX_TABLE(D64, D65:F65) | |||||
65 | Company | Ticker | Market Cap | ||||
66 | Salesforce | CRM | $230 billion | ||||
67 | Adobe | ADBE | $200 billion | ||||
68 | ServiceNow | NOW | $115 billion | ||||
69 | Zoom Video | ZM | $100 billion | ||||
70 | Atlassian | TEAM | $70 billion | ||||
71 | Shopify | SHOP | $65 billion | ||||
72 | DocuSign | DOCU | $50 billion | ||||
73 | Twilio | TWLO | $45 billion | ||||
74 | Square | SQ | $40 billion | ||||
75 | HubSpot | HUBS | $35 billion | ||||
76 | |||||||
77 | (no header row arg) | ||||||
78 | |||||||
79 | 10 target customer profiles for an App Developer, including job title, business type, and app idea | =GPTX_TABLE(D79) | |||||
80 | job title | business type | app idea | industry | |||
81 | Product Manager | E-commerce | Shopping Assistant | Retail | |||
82 | Fitness Trainer | Health & Wellness | Workout Tracker | Fitness | |||
83 | Teacher | Education | Interactive Learning | Education | |||
84 | Chef | Food & Beverage | Recipe Organizer | Culinary | |||
85 | Travel Agent | Travel | Trip Planner | Travel | |||
86 | Real Estate Agent | Real Estate | Property Finder | Real Estate | |||
87 | Musician | Entertainment | Music Collaboration | Music | |||
88 | Event Planner | Events | Event Management | Events | |||
89 | Software Engineer | Technology | Code Collaboration | Tech | |||
90 | Parent | Family | Child Activity Tracker | Family | |||
91 | |||||||
92 | |||||||
93 | |||||||
94 | =GPTX_TAG | ||||||
95 | Applies one or more tags matching a piece of text, using OpenAI's GPT model | ||||||
96 | |||||||
97 | =GPTX_TAG(E99, $D$99:$D$105) | ||||||
98 | Tags | Item | Tag(s) | ||||
99 | Tech | Uber | |||||
100 | SaaS | Lyft |