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
I'm trying to get a formula for a sheet summary value to calculate average duration of rows where Risk Type = "EDAM Risk" and Status = "Resolved - Mitigated" or "Resolved - Decision." Assuming: Duration is in a column named Duration Risk Type is in a column named Type Status is in a column named Status I've been using the…
Hi, I am using this formula =IF([Warranty Status]@row = "Warranty Expired", IF(AND([Asset Status]@row = "In-Stock), "Out Of Warranty","")) Its says the formula is unparseable. I can't figure out the issue with the formula. Help is appreciated.
I am trying to write a cross sheet formula and keep getting the incorrect argument set error. The formula I wrote is: =SUMIFS({Total Poles}, {Vendor}, "ALLO", {Date}, >=TODAY(-30)) My formula is stating that I sound sum the amount of poles where the vendor column is Allo and where the date column lists dates within the…