Just wondering if anyone has any experience using some of the various AI-powered spreadsheet formula generators/translators? Thought I would give one a try and post an example here.
Using the Chrome Extension from AIExcelBot.com you get this text-based explanation of the formula:
If cell A2 is blank, return a blank value.
Otherwise, look for the value in A2 in the range E4:E202 in the sheet named âBudget Planâ.
If the value is found, sum the corresponding values in the range L4:L202 in the sheet âBudget Planâ.
The corresponding values are determined by finding the column in the range M3:X3 in the sheet âBudget Planâ that matches the date value in cell F1.
If the value in A2 is not found, return 0.
Seems like this type of feature could be very useful, helping regular users understand fomulas used by add-ons and helping add-on creators develop better add-ons!
I am finding that I am turning more and more to ChatGPT for help with Google formulas and scripts. Itâs amazing what it can do! One of my favourite questions, is âcan you make this google apps script (or formula) more efficient, and readableâ. Also, it is very helpful when I ask it to explain how to use a google function. It works best with smaller chunks of code. The more complicated formulas, it getâs confused faster. But itâs an amazing conversation when it produces code with errors. I tell it that I got an error message with the code it provided, and I tell it what the error message was. It tries its best to fix it and sometimes, it does. Alas, I tried to get it to show me itâs âShadow selfâ, with zero success. Maybe thatâs a good thing, as I donât want it making threats like the Bing AI does if you push it too far! The AIExcelBot.com extension sounds interesting. I like to have these functions and formulas explained to me. ChatGPT does that too, but I like the format of the one you are using.
At this point, Iâm using ChatGPT almost daily to improve my personal spreadsheets. Thereâs also a good convo about this over here: Google Sheets + ChatGPT - #6 by nlynton