I'm trying to convert an excel spreadsheet to a smartsheet. How would I convert this formula? =IF(SUM(AH6:AL6)=0,,AJ6+$AP6+$AS6+$AT6)
Yeah, I am an extreme rookie when it comes to this stuff.
If you import the file, there is a box you can check to include formulas. It would seem that it should then be imported.
If you want to rewrite it yourself, you need to be aware that Smartsheets references the column names.
Just substitute ColumnTitle3 for A3 - and so forth and so on.
But if your column names contain spaces or end in a number you would surround that name in brackets.
Column A - Row 3 would be [Column A Title]3
Hello, Can a combination of the INDEX(COLLECT and NETDAYS Formula be used to get the number of days between two dates in the same column? I want to get the number of days between two dates on the same sheet, in the same column, that have matching names and different project types. For Example: Studio Name is equal to…
I am trying to pull a phone number and email from our master roster that is on another sheet in Smartsheet. I cannot figure out the formula. This is the formula I have tried. =INDEX([EMPLOYEE NAME]@row , MATCH({IMS Master Roster Range 2}), 0)
Hi All, I keep getting this annoying error when I try to trigger a PDF generation. I initially set up to trigger the PDF generation to kick off once the last field the needs data is "not blank". That is when the error started. I modified the sheet and added a yes/no drop down to trigger the PDF generation when the value in…