Pull data from excel and update Smartsheet
Hi everyone..
I am new to the community..so hopefully my question is not too stupid
I am currently using Excel to calculate a value by using the normal distribution formula. I would like to pull this value from excel and then update a cell in Smartsheet. It is an on-going exercise so the fetch should be done regularly (ideally real-time). May I know which is the best way to achieve this? Data uploader? Data connector?
Thank you.
Comments
-
Andrée Starå ✭✭✭✭✭✭
Hi,
我们lcome to the community!
Is it just one cell?
It sounds to me that Zapier would be an excellent option for this scenario. Is that an option for you?
有一个很好的一天!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå| Workflow Consultant / CEO @WORK BOLD
W:www.workbold.com| E:[email protected]| P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
-
AML ✭
hello Andrée!
Thank you for your prompt response. It will be multiple cells..for every row..
My objective is to get around the fact that Smartsheet doesn't support 'Normal Distribution', my idea is like below:
1. Whenever user updates column A in Smartsheet
2. It triggers to copy and paste the row in excel with the value from Smartsheet.
3. Excel calculates the required value based on the Smartsheet values by using Normal Distribution formula
3. Smartsheet pulls the calculated data from Excel and update column C on Smartsheet
Am I over-complicating the whole setting? haha
-
Andrée Starå ✭✭✭✭✭✭
Happy to help!
No, I don't think you're over-complicating it because it's something that you need.
I think it would be possible to set it up with the help of Zapier or similar.
Would that work?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå| Workflow Consultant / CEO @WORK BOLD
W:www.workbold.com| E:[email protected]| P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
-
AML ✭
Thank you very much for your confirmation.
I will take a look at Zapier
-
Andrée Starå ✭✭✭✭✭✭
Happy to help!
Let me know how it goes!
Have a fantastic weekend!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå| Workflow Consultant / CEO @WORK BOLD
W:www.workbold.com| E:[email protected]| P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
Categories
You would use the below for Jan 2023 and adjust the month and year numbers accordingly for each of the other months.<\/p>
=IF(AND(MONTH([Start Date]@row)<= 1, YEAR([Start Date]@row)<= 2023, MONTH([End Date]@row)>= 1, YEAR([End Date]@row)>= 2023), [$ per month]@row)<\/p>"},{"commentID":387901,"body":"
Lets try a different approach.<\/p>
=IF(AND(VALUE(YEAR([Start Date]@row) + IF(MONTH(Start Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/52236/\") + MONTH([Start Date]@row))<= 202307<\/strong>, VALUE(YEAR([End Date]@row) + IF(MONTH([End Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/52236/\") + MONTH([End Date]@row))>= 202307<\/strong>), [$ per month]@row)<\/p> Basically we are creating a yyyymm stamp from the start and end dates and comparing them to the yyyymm stamp for that year\/month combo. The above is for July 2023 (202307).<\/p>"},{"commentID":387906,"body":"
<\/p>