Sign in to join the conversation:
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
I have a formula that I have used for years on a sheet and it was working an hour ago and then all of a sudden it just stopped working, I went out the sheet and back in and . The formula is =IF([Shop Order]@row = 0, (COUNTIF((RN:RN), RN@row ))) but instead of returning the value it says #INVALID COLUMN VALUE Got it working…
Hi all. My team is currently using a sheet to track tasks and hours spent on each task, for each week of the month. There are 4 different types of tasks (Project, Initiative, Ad Hoc, Daily Task), and some of out project managers work on the same project or initiative. I am trying to create a COUNTIF formula to count the…
Hi Community, I'm looking for assistance with creating formulas in Smartsheet to separate a combined DateTime value into two distinct columns: one for the date and one for the time. "Date" Column: Contains both date and time values "Date Only" Column: Should display only the date "Time Only" Column: Should display only the…