Best Of
Re: Formula to Calculate Multiple Columns into a %
@Not so formula savvy I would manage this with 4 helper columns. I would have my sheet setup as follow:
Date Column - Set to Date Only
Yes Column - Set to either text entry, or drop down containing a "yes" value.
Text Column - Set to text entry
% Complete Column with percentage formatting applied with the following formula:
=IF([% Column Helper]@row = 3, 1, IF([% Column Helper]@row = 2, 0.66, IF([% Column Helper]@row = 1, 0.33, IF([% Column Helper]@row - 0, 0))))
Date Helper Column set to the following formula:
=IF(ISBLANK(Date@row), 0, 1)
Yes Helper Column set to the following formula:
=IF(ISBLANK(Yes@row), 0, 1)
Text Helper Column set to the following formula:
=IF(ISBLANK(Text@row), 0, 1)
% Complete Helper Column set to the following formula:
=SUM([Yes Helper]@row:[Date Helper]@row)
You can hide all of the helper columns, but for reference I've left them open below. It will produce the following results:
I hope this helps!
Regards,
Brian
Re: Formula to Calculate Multiple Columns into a %
@Not so formula savvy While this may technically be possible with the columns not being next to each other, it will be much more efficient if you did have them together. As for your concern with columns being added if they are all together, as long as the new column is added after the first column but before the last column (so anywhere in between the first and last) it will be picked up.
=COUNTIFS([First Column]@row:[Last Column]@row, @cell <> "") / COUNTIFS([First Column]@row:[Last Column]@row, OR(@cell = "", @cell <> ""))
Having them separated doesn't necessarily require helper columns until possibly we get to that one that has 60 fields, but that is simply to work within the character count restrictions. It also means that columns added in the sheet that need to be included will also need to be manually added to the formula(s) manually each time. The basic idea is that you string a series of IF statements that output 1 or 0 based on whether or not the field is blank and add them together and then divide by the total number of fields.
=(IF([First Column]@row <> "", 1, 0) + IF([Second Column]@row <> "", 1, 0) + IF([Third Column]@row <> "", 1, 0)) / 3
As you can see… The character count can quickly get up to that 4,000 limit in which case you would then need another column with a similar formula to house the next set of columns. Once all of these sections are created, you would then add them together in another column.
So the next column would be
=(IF([Fourth Column]@row <> "", 1, 0) + IF([Fifth Column]@row <> "", 1, 0) + IF([Sixth Column]@row <> "", 1, 0)) / 3
Then
=[First Section]@row + [Second Section]@row
Of course you would be able to have more than 3 in each section, but that is the general idea if you wanted to keep the columns separated.
Paul Newcome
Re: Are you planning to upgrade to Jira v10 in the near future?
Hi, we just updated our Jira from version 9 to 10 and I was surprised that the connector is not working with it.
When do you think the correction will be disponible ?
Thanks
Nicolas
Re: Power BI Report Failing : Connected to SmartSheet
It sounds like the data(columns) in Smartsheet have changed since your last refreash and it cant reload correctly. Try reestablishing your source in power BI and see if that will do it.
Nathan Slatton
Submitted Ideas Status
I'd like to see a summarized / categorized list of the submitted ideas and any status provided by SmartSheet of innovations underway. A possible ranking of items to be worked, next up, etc. Reading through the forums, some are very old and it's challenging to know if the item is being worked or not.
Re: Multiple Line Entries with one Form Submission
I have this question as well. Had to revert to Excel.
I have a form for occupants that utilize a room in a specific building (6 different buildings). Each occupant needs to have a percentage entered of time spent in the room (many, many rooms) and into 1 of 7 categories, which then need to total up to 100% for the room.
Right now, I have it set up with an option to "add another user" checkbox and then it will load the same previous information for input. Using this form, all additional users end up on the same line when it imports into the Worksheet. I need to have each occupant on their own line.
I wonder if there's a more efficient way.
Thank you! Lori
maineL
Re: New streamlined creation experience
@KaylaJ , thank you for your comment and for sharing that link to the Sheets folder deprecation FAQ. If that was sent out, I never saw it and it was helpful to read over. That should have been shared out initially before they pulled the trigger and made the update. Again, if that was shared earlier, I never received notification. Keeping that in mind and with the change to the new Members/Users structure, I need to determine who needs to get their Sheets folder in order. I kind of want to copy/paste your comment and share with my team as preparation. Luckily, we're a small business so I can't imagine when confusion will come with much larger companies.
melissalk
How to Automatically Update Rows in Smartsheet Based on Another Sheet?
I’m working with multiple linked sheets in Smartsheet and need certain rows to update automatically when data changes in a source sheet. I’ve tried using cell linking, but it's manual and not scalable. Is there a way to automate this using formulas or workflows within Smartsheet? Would love to know how others handle this kind of setup.
Re: New streamlined creation experience
It would be nice if Smartsheet would at least recognize the frustration this inefficient process has created. I've used Smartsheets for 8+ years - this is HORRIBLE.
Re: Forms and entries
Great question! This gets asked a lot. Unfortunately a user cannot return to a form. Not for editing their previous entry, nor can they save half way through and return to complete it.
There are Product Ideas regarding this that you can upvote to help gain attention by Smartsheet's development team.
All the best,
-Ray
Ray Lindstrom
