Sign in to join the conversation:
I'm seeking the ability to set a dropdown value (e.g. "New" in "Status" column) when adding a row to a sheet via either manual entry or (more likely) using the Outlook add-in.
Is there a way to do that?
Hi,
Yes, there is. You could have a formula in the Status column, and as long as at least two previous/following rows have the same formulas, it will work.
You might have to restructure the design so the rows would be added to the top instead or add a divider with two rows with the formula because I assume that you'd want to change the Status, and that would delete the formula.
Something like this.
Try something like this.
=IF(ISBLANK(Primary@row); ""; "New")
The same version but with the below changes for your and others convenience.
=IF(ISBLANK(Primary@row), "", "New")
Depending on your country, you’ll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Hi everyone, in several of my Details Views for multiple Dynamic Views, text fields and/or checkboxes that are configured in the Dynamic View settings are not appearing in the Detailed View. Is anyone else seeing this today? I've not updated any of my configurations lately and don't know how to explain this! Thanks!
The timeline widget has a toggle: Set the default hierarchy state. I am turning on "expand lanes by default." It seems regardless if I turn this "on", save, sign out, and sign back in, it automatically changes back to "off" when I log out. I have tried clearing my browser cache.
Can someone tell me how to get rid of the 120.0% max on this graph? It is always going total 100% and never any more, so I would like to use more of the space for graph display purposes. I even tried reducing it so that the largest value was 99.999%, thinking maybe being exactly 100 would cause the next "level" to…