Best Of
Re: How do I combine multiple INDEX Collect formulas in one Formular?
Looks like your #Unparseable error may be due to this extra comma with no parameter to follow. Remove it completely or add a column number for the Index function.
Re: How do I combine multiple INDEX Collect formulas in one Formular?
You need to add another IFERROR to the front.
Right now your formula is saying to run the first INDEX/COLLECT. If there is an error with the first one, then run the second one. That leaves your final piece of , "---" just hanging out there.
Try this:
=IFERROR(IFERROR(INDEX(COLLECT({01 BoM #1 Value}, {01 BoM Cost Code}, [Nr. ]@row, {01 BoM #1 CW}, [PW 2]1, {01 BoM #1 Year}, [PW 2]2), 1), INDEX(COLLECT({01 BoM #2 Value}, {01 BoM Cost Code}, [Nr. ]@row, {01 BoM #2 CW}, [PW 2]1, {01 BoM #2 Year}, [PW 2]2), 1)), "---")
Paul Newcome
Re: Dynamic View - User Changes Logging as Admin User
Hi @Riana
It sounds like the easiest thing to do would be to change the Email that's associated with your current account, if you are not longer using it.
You can do this from your own account, or a System Admin in your current company can do this on your behalf.
Here are the steps to follow: Change the email address you use for your account
Genevieve P.
Re: September Question of the Month 💭 Join the conversation and receive a badge
I'd interview the first dog who could speak.
It'd be a big deal, because we've trained them to speak. And we need them to train us on how to listen.
Re: SUMIFS formula with multiple criteria help
@AlexisJ This is still a SUMIFS. The formula written below is if the reference information is in the same sheet.
=SUMIFS(Cost:Cost, [Requestor Email]:[Requestor Email], "jdoe@company.gov", [Wish List]:[Wish List], 1)
IF The Requestor Email is not jdoe@company.gov or Wish List is not Checked, then the SUMIFS formula is false and will not perform the calculation.
Re: Enabling Information Push and Pull in Smartsheet
I use the following method to achieve this in the Core App only.
- Sheet for display
- Auto number Row ID column.
- Read-only columns and editable columns for 20, say 40 people. (in my demo).
- 20 columns for 20 people to display the URL of the form created in step 2.
- Add formulas that retrieve the latest data from the sheet of the form created in 2 by INDEX (MATCH or COLUMN) using the row ID as a key.
- Sheet for forms to update the sheet for display
- Create a form for every 20 users that adds a new row with a row ID column and editable columns.
- For Row ID, use a URL query string to prefill default values on a form, using 1. Sheet for display's Row ID.
- Set up the form so that new inputs are added to the top of the sheet. (To make it easier to get the latest additions by the form in INDEX 1)
- A report for each person that pulls only the relevant columns from the sheet and displays them
- Create a dashboard for each person, add published reports in 3, and share the dashboard with view-only permissions.
- Steps 1 to 4 will allow the person with view-only access to the dashboard to view and edit some columns of the sheet in 1 without having access to the above sheet.
Below is a demo dashboard I created using this method so you can try it out.
(Originally, this would only be shared with those who can view and edit as in 4, but for the sake of demonstration, we are making the dashboard available to the public.)
Re: HELP!! Many of my sheets systematically updated to show a "Last Update" date of 8/29/23
I have the same issue and they were not updated by user, DataMesh, or any other process done by our company.
Re: HELP!! Many of my sheets systematically updated to show a "Last Update" date of 8/29/23
@Paul Newcome - yes same date, 8/29 - Enterprise version
Re: Update Request Customization - descriptions and headers like a Form
Logic and Helper Texts are already implemented in Forms. As I mentioned earlier, current Forms are only In Take forms. By simply allow the developer to select an existing Form when defining an Update Request, its logic, helper texts, labels, validations, hidden fields, etc., will be applied when updating the row.
Re: Calendar/Card View To Manage Shifting Priority Dates
Hi @Liz_Snavely
If your account has access to it, this sounds like a great opportunity for the Calendar App add-on, see:
If your plan does not include Calendar App, then using a Gantt view is what I would suggest.
The Gantt view will show you a timeline on the right, while you can still display other row data (such as request date, deliverable date, etc). If you Sort your sheet by Due Dates, you can use the Gantt view to quickly identify overlapping tasks.
Here are other Community threads where we discussed similar topics:
- How do you track parallel projects and show overlapping resources?
- Creating training Calendar
- How can I get a handle on Asset/Room availability with SmartSheet?
Cheers,
Genevieve
Genevieve P.


