Best Of
Link working fine on Android but not in iPhone
Hello Everyone,
I have created a column in a Smartsheet that is a link column, fetching information from other columns and auto-populating them by passing the parameter to the form when we click on that link, which overcomes the manual entry process for me.
I have successfully created it and it is working fine in Android as well, but on the iPhone, it is not working properly, showing only one location (the last location) when more than one location is selected in the link.
I tried it on the iPad 11 Pro as well, but it was not working in the Smartsheet app but working fine in the Safari browser!
Can anyone help me understand why it is happening and how to overcome it?
I’m attaching a screenshot for your reference, taken from the desktop.
Thanks in advance.
Regards,
Anjanesh
Re: New sheets or templates can only be stored to "Sheets"
Hi @leiti373
I hope you're well and safe!
Yes, it's because they don't have a license. To create a sheet, they need to have a license.
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 support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!

Re: NEW: Get Help page in the Community
This is a good one, segregate the help from the forum/conversations.

Re: Automation Not Responding to VLOOKUP
Automations cannot be triggered by data coming from another sheet (cell links/cross sheet references in formulas). You would need to set the trigger to be time based and then use the column containing the cross sheet formula as a condition.

Re: Link columes to another sheet, find end
Hi Christian
Please try using the formula below
=IFERROR(INDEX({Sheet1 Colume1}, MATCH(ZeilenID@row, {Sheet1 Bereich 1}, 0)), "")
Re: Total # of Assigned Projects per Month in from the "Assignment Date" column
Hi Ena,
I would suggest that to create one helper column for Months, =IFERROR(MONTH([Assignment Date]@row), ""), I am assuming in the Result column each cell represents each month or you can create summary fields for each month then apply this formula =COUNTIF(Month: Month, 1), for each month update the month number, for example, 1 for January, 2 for February, etc.
I hope this works for you.

Re: SUMIFS - Stumped on calculation to figure out if within a month
You need something more like this:
=SUMIFS({2023 Spend Formulas Range 1}, {2023 Spend Formulas Range 2}, [Original Material #]@row, {Date Range}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2023))
Then yes. You can drop them all inside of a SUM function or you can add them all together.
=SUM(SUMIFS(.....), SUMIFS(.....), SUMIFS(.....))
or
=SUMIFS(.....) + SUMIFS(.....) + SUMIFS(.....)

Re: Weekend Workaround in Gantt Charts?
Hi Jeremy
There is an inbuilt solution to this without the need for splitting across 2 sheets.
If you have a Gannt with some tasks needing to observe the working week settings and some tasks that need to ignore the working week setting, then on the tasks to ignore the working week, put an "e" in front of your duration data.
i,e, 7 in duration on a 5 day week will normally put 5 days in week one then 2 days in week 2 with the weekend being missed.
but e7 in duration will put all 7 days in week 1 i.e. it will plot on your non working days.
The feature is called elapsed time.
I hope this helps!
Kind regards
Debbie

Re: Push Global Template Updates Across Established Sheets, Reports & Dashboards
Hi @Jen M.
I hope you're well and safe!
For most of your requirements/wishes, the Premium app, Control Center, would be the perfect solution.
Is that an option?
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 support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
