How to autofill the status
Hello,
I need to setup a formula to have the status auto updated/filled whenever the date is entered on "EUDC Date in" column.
at the moment "Status" is a drop down menu and we are manually selecting the status.
Thanks
Kashmala
Best Answers
-
Hi @Kashmala Zaman
Hope you are fine, please try the following formula in Status column and convert it to column format formula.
=IF(ISBLANK([EUDC date in]@row), "", "arrived at EUDC")
the following screenshot shows the result.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Excellent!
You're more than welcome!
Try something like this. (change the order if needed)
=IF([Customer received]@row <> ""; "Delivered to customer"; IF([Shipped from plant]@row <> ""; "In Transit"; IF([EUDC date in]@row <> ""; "Arrived at EUDC"; "")))
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
✅Remember! Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Answers
-
Hi @Kashmala Zaman ,
Try creating an automation like this:
Please note that, when I did it, I had to hit refresh after I entered the date. Also - if any of the dates in ETA EUDC are revised, the EUDC date in value will change to the date it was last revised.
Hope this helps!
Best,
Heather
-
Thank you but i don't understand how the status column will be changed with this automation ?
I want the status column to be updated as per appropriate comments such as "arrived at EUDC " once the date is filled in on the EUDC date in Column.
-
I hope you're well and safe!
Do you need to have any other Status in the status column, or is it only the one described?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi @Kashmala Zaman
Hope you are fine, please try the following formula in Status column and convert it to column format formula.
=IF(ISBLANK([EUDC date in]@row), "", "arrived at EUDC")
the following screenshot shows the result.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thank you Bassam.M Khalil. it does work.
Andrée Starå, thank you for asking this question because i actually do have other statuses to appear in the 'status' column and i feel stupid not to ask question correctly. so my question now is:
i have 3 statuses to auto filled in the 'status' column and all statuses are to be linked with dates filling in separate columns.
status 'In Transit' to appear when we fill the date in the column " shipped from plant"
status ' Arrived at EUDC' to appear when we fill the date in the column " EUDC date in"
status 'Delivered to customer' to appear when we fill the date in the column " Customer received"
Please let me know if its possible. Thanks
-
Excellent!
You're more than welcome!
Try something like this. (change the order if needed)
=IF([Customer received]@row <> ""; "Delivered to customer"; IF([Shipped from plant]@row <> ""; "In Transit"; IF([EUDC date in]@row <> ""; "Arrived at EUDC"; "")))
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
✅Remember! Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
YES !! It works :)
Thanks a lot for your help Andrée Starå !!
-
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
You are welcome, and i will be happy to help you anytime.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!