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
Hello Community, Looking for some help today to figure out how to correct time zone differences with dates. I have set up an Automation workflow to remove future dates in schedules and send notifications to the PMs. This would prevent future dates being collected in reports and dashboards. The settings for the Owner…
I have written an automation that moves content from one sheet to another when certain criteria are met. I thought the cell history came across with the row but when I click on "View Cell History" after it is moved, I only get the history for the move and nothing prior. Is this working as designed?
How do I get a row on a Gantt chart to show the earliest date from amongst a set of predecessors? I have a gantt chart where I want one row to display a 0-duration task with the earliest start date from amongst five predecessors. I've entered them as start-to-start predecessors, so in theory it should start when the…