Sign in to join the conversation:
Hello Everyone,
Wondering if anyone has created a sheet that pulls stock market data (share price, market cap, etc.) directly from the internet.
Thanks for your help.
Shawn
Hi Shawn,
Interesting idea!
Depending on your specifics it could probably be set up with the help of Zapier or a similar service.
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? That would make it easier to help. (share too, andree@getdone.se)
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
This would be a GREAT feature or capability to add!
Hello, this would be very handy. I would like to be able to display share price data. S & P global have a range of widgets, are these compatible with Smartsheet dashboards? This would be a major enhancement.
I have three columns. One with a date 7/1/2027 in date format. One with a number representing the number of months I wish to subtract from the date column. Third column is a date column with the following equation: =DATE(YEAR([Column4]@row) - INT((MONTH([Column4]@row) - VALUE(Factor1)) / 12), MOD(MONTH([Column4]@row) -…
Formula was flowing correctly, but some change seems to have partially broken the pull but I can't figure out what/how. "Project" column dropdown is linked to a Master sheet. Budget Owner column contains the below formula which should look for the cell value in the Project/Cost Center/IO column within the P+CC+IO column of…
I have a sheet that I was able to calculate minutes and seconds using this formula. =VALUE(LEFT(Time@row, FIND(":", Time@row) - 1)) + VALUE(RIGHT(Time@row, 2)) / 60 Now I’m working on a form that needs to include milliseconds. I tried using the above formula and adding milliseconds but my formula returns an #INVALID VALUE…