The AITABLE() function is designed to generate tables using AI directly in the Excel (Calc) worksheet.
To generate tables, this function uses the large language model Google "Gemini" and can be used in any formulas both independently and in conjunction with other standard functions.
=AITABLE(Prompt; [Header])
Suppose you need to create a table with specific data. You just need to enter the AITABLE() formula and specify the prompt with data for the columns, and Excel (Calc) will automatically generate a table using AI:
=AITABLE(Prompt; {Header})
We will get the following result:
The following values are used in this example:
Simply enter the AITABLE() function into any cell, specifying the prompt text and the names of the columns you want to create. After that, press Ctrl+Shift+Enter to enter the array formula, and Excel (Calc) will automatically generate a table with data.
To select all cells associated with an array formula, simply select any array cell and press Ctrl+/.
If you need to convert an array formula to values - select the entire array and in the menu
You can use the function AITABLE() by installing the extension YLC Utilities.
After that, this function will be available in all files opened in Excel (LibreOffice Calc).