Google Sheets Copilot
In Google Sheets, Sally can help you to generate tables, edit data, create charts, analyze data with Python, and you can use it on MacOS and Windows.
You can do following tasks:
- Generate formulas
- Generate tables
- Recommend charts
- Complete data table
- Recommend charts
- Edit data with Google Apps Script
- Analyze data with Python
- GPT Function
Generate formulas
Select data range with headers, then tell Sally your formula needs and Sally will give you the exact formula based on the table structure.
Generate tables
Tell Sally your table needs, and Sally will generate a table for you.
Recommend charts
Select data range with headers, then tell Sally your chart needs and Sally will give you the exact chart based on the table structure, or let Sally recommend the most suitable chart for you.
Complete data table
Sally can help you complete cell values by filling in missing data based on existing data.
Edit data with Office Javascript
Sally can generate Office Javascript code based on your needs to edit data in Google Sheets.
You can input like this:
- enter 100 in cell B5.
- caculate sum of B Column.
- copy the value in cell B5 to cell C5.
- find the max value in column B.
- replace all occurrences of the word "apple" with "orange".
- delete rows with Sales>500
- remove column C
- add prefix "XX" to column A
- create a new column to the left of column A.
Analyze data with Python
Sally can generate Python code based on your needs and table structure to analyze data in Google Sheets, you can use it to visualize data, calculate statistics, and more. you can use it on MacOS, Windows.
You can input like this:
- calculate the average of column B.
- find the max value in column B.
- create a bar chart of column B.
- analyze the correlation between column A and column B.
- find the top 10 products with the highest sales.
- generate a data table with the top 10 products with the highest sales.
GPT Function
Sally supports GPT Function, you can use it to extract information from cells, generate text, and more.
The GPT Functions are:
=SALLY_GPT3(A1:B3,"extract name")
=SALLY_GPT4(A1:B3,"extract school name ")
=SALLY_EXTRACT(A1:B3,"name")
=SALLY_TRANS(A1:B3,"English")