Sign in to join the conversation:
I am trying to auto populate a column based on a selection I make in another column.
This may not be possible. It depends if your assignee column is in a contact column or not. Contact columns cannot contain formulas, therefore they are not automatable. If you just need a name reference there, then you could make your asignee column a text/number type field and use a formula similar to the following: =IF([Campaign Type]23 = "Video", "User's Name")
However, you won't be able to send any emails, updates, or data based on that column. So there are drawbacks.
Hi! I'm fairly new to SmartSheets but have been trying a number of things that havent yet worked. I want to be able to show for each parent row, the number of child rows completed as a %. So for the parent row Process Overview there are 7 tasks and 6 tasks are complete so I want it to show as 90%. Can anyone help me?
I have a column named Territory, where I am trying to write a formula to populate it when names are chosen from an adjacent drop-down list column called Employee Attendee. If more than one name is selected from the Employee column, I would like their respective territories to populate in the Territory field, separated by a…
Hello, I am trying to find the average audit score for a range of percentages between two dates. There are divider rows for organization by month. I have been trying to utilize the following formula but continue to get #DIVIDE BY ZERO for an answer: =AVG(COLLECT([Audit Score]:[Audit Score], [Date of Chat]:[Date of Chat],…