![]() |
VOOZH | about |
The CData Excel Add-In for Monday.com provides formulas that can query Monday.com data. The following three steps show how you can automate the following task: Search Monday.com data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as MondayConnection1, or a connection string. The connection string consists of the required properties for connecting to Monday.com data, separated by semicolons.
You can connect to Monday.com using either API Token authentication or OAuth authentication.
Connect to Monday.com by specifying the APIToken. Set the AuthScheme to Token and obtain the APIToken as follows:
Alternatively, you can establish a connection using OAuth (refer to the OAuth section of the Help documentation).
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Invoices WHERE Status = '"&B2&"'","APIToken="&B1&";Provider=Monday",B3)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Monday.com to get started:
Download NowLearn more:
👁 Monday.com IconThe Monday.com Excel Add-In is a powerful tool that allows you to connect with live Monday.com data, directly from Microsoft Excel.
Perfect for mass imports, data cleansing & de-duplication, Excel based data analysis, and more!