Sign in to join the conversation:
ChatGTP can write your Smartsheet formulas for you! Has anyone else been using this yet? How accurate has it been? Have the formulas worked?
Hey @LizTo
Very cool to see ChatGPT answering Smartsheet questions!
In regards to accuracy, there are bits in pieces in your example that are correct (some of the context), however the formula itself would not work in Smartsheet.
For Smartsheet, you would use cross sheet references, so an example should look like this:
=JOIN(COLLECT({Email Column reference}, {Region Column reference}, [Region Column]@row, {Status Column reference}, [Status Column]@row), ",")
So far, what I have seen in ChatGPT for Smartsheet formulas is that it tends to suggest more Google Sheet or Excel functions that Smartsheet does not have (or uses different function names). This is possibly because the current model for ChatGPT was cut from the internet a few years ago, I think, so it's potentially a little out of date.
This public Community with written out solutions has grown a good amount since then, so I suspect that ChatGPT will do better in the future!
Cheers,
Genevieve
*IDs have been omited for privacy but there are values in the column I need to bring in the Week # values from the Master Tracker - 2026 sheet into the Week-Over-Week Modified sheet. The group and APC ID need to match. There is a potential of duplicate APC values which is why I need the group to be a criteria as well. I…
I have one sheet that is tracking PTO where a user has entered the days off. The form allows them to enter a start and end date for their PTO and enters a single record into the sheet. I have a second sheet that I am looking to pull that data into, but there is only one record per person (column in this sheet where the…
I am trying to get the passenger count per month per year, and I can't seem to get the formula correct. I need to add the number of passengers for each month per year. If anyone could assist me with this, I would greatly appreciate it. Thanks!