Excel Copilot
In Excel, 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 Office Javascript
- Analyze data with Python
- Generate VBA code
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 Excel.
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 Excel, 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.
Generate VBA code
Sally can help you generate VBA code based on your needs and table structure. but Sally can't execute VBA code, you need to run it in Excel.