Download as RTF, PDF, TXT or read online from Scribd
Download as rtf, pdf, or txt
You are on page 1/ 1
# Bring OpenAI GPT INSIDE Excel
Use Office Scripts to connect to OpenAI's GPT model so you can
ask questions and get answers inside Excel. Also use Office Scripts to break up the answer into multiple rows in case the answer is more than one line. You'll find the multiple row version in the "Result" tab.
## Video Link
https://youtu.be/-8iZuV6XrrM
## What You'll Need to Do to Get it to Work
1. Download the Excel file.
2. Create an account on OpenAI.com and get your own API key (see video for the steps). 3. Paste your API key in sheet API. 4. Create a new Office Script (from the Automate tab - you may have to go to Excel on the Web if you don't have the automate tab in Desktop) 5. Copy and paste the code in the Office Script (.ts) file inside your script. 6. If you'd like to have a button for your script, insert a button. 7. Enjoy :)