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
Hi all. My team is currently using a sheet to track tasks and hours spent on each task, for each week of the month. There are 4 different types of tasks (Project, Initiative, Ad Hoc, Daily Task), and some of out project managers work on the same project or initiative. I am trying to create a COUNTIF formula to count the…
I have a collection of sheets (10-12) that all have projects in various stages that need a status review/update. This is a temporary process and I need to be able to assign each project to an employee, but these sheets don’t have an assignment column already built in them. Is there a way to set up an assignment system…
Okay, so I have been working this problem for a few days and it's officially making me crazy. Here's the problem statement: I have 3 intake sheets for different business units. Each has an Auto-Number column that has a prefix for the BU. I need to consolidate all of the attachments from those 3 sheets into 1 sheet. So on…