日期/时间戳选项
评论
-
保罗新来的 ✭✭✭✭✭✭
thinkspi.com
-
克里斯·罗兰多 ✭
首先,保罗,谢谢你。在过去的两个星期里,你帮了我很大的忙(我并不知道)。我正在研究一个临时解决方案,将在短短30天内日落,但我仍然需要它的工作,这将有助于其他项目。
我已经创建了一个带有相关表单的时间表。现场的技术人员点击一个按钮表示开始工作,另一个按钮表示结束工作。工作表捕获这些信息,并向该行添加时间戳。我有一列从日期时间戳中提取时间。然而,今天早上我收到了一个错误,这让我很困惑。唯一的区别是他是PM。
这个技术签出的行并没有像下面和上面那样转换时间。它产生了那个错误。
这是方框里的公式。根据我所读到的一切,这应该是正常的。
这是一个公式,基本上把上午/下午(虽然我还没能弄清楚如何把它变成军事时间或默认为GMT而不重置我的表程序上的时间(但这是另一天的问题)。
呃. .帮助! !
-
亲爱的Smart Sheet管理员:
请协助下面的错误,当我试图使用这个代码的时间是在Diff格式显示
实际上我只需要显示时间,而不是显示日期和时间在一起,请在高优先级的基础上协助。
帮助文章参考资料欧宝体育app官方888
类别
This should work<\/p>
<\/p>
=IF(CONTAINS(\"TBD\", [Total column]1:[Total column]16), \"TBD\", SUM( [Total column]1:[Total column]16))<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":254,"urlcode":"Formulas","name":"Formulas"}]},{"discussionID":104618,"type":"question","name":"Using ISBLANK with a checkbox cell","excerpt":"I'm trying to create a formula for my sheet that is counting a total number of items in the sheet within certain parameters, I've gotten the formula down for most of them but where I've run into issues is that my final formula either needs to be based on a column that is a checkbox OR if another column is NOT blank. The…","categoryID":322,"dateInserted":"2023-04-28T15:38:37+00:00","dateUpdated":"2023-04-28T15:45:57+00:00","dateLastComment":"2023-04-28T16:17:06+00:00","insertUserID":154905,"insertUser":{"userID":154905,"name":"Galadriel975","url":"https:\/\/community.smartsheet.com\/profile\/Galadriel975","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!knMqvzomcgo!3GtrPzY0BLo!ed-Utf2KUko","dateLastActive":"2023-04-28T18:54:47+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"updateUserID":154905,"lastUserID":154905,"lastUser":{"userID":154905,"name":"Galadriel975","url":"https:\/\/community.smartsheet.com\/profile\/Galadriel975","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!knMqvzomcgo!3GtrPzY0BLo!ed-Utf2KUko","dateLastActive":"2023-04-28T18:54:47+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":2,"countViews":29,"score":null,"hot":3365396143,"url":"https:\/\/community.smartsheet.com\/discussion\/104618\/using-isblank-with-a-checkbox-cell","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/104618\/using-isblank-with-a-checkbox-cell","format":"Rich","tagIDs":[249,254],"lastPost":{"discussionID":104618,"commentID":373720,"name":"Re: Using ISBLANK with a checkbox cell","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/373720#Comment_373720","dateInserted":"2023-04-28T16:17:06+00:00","insertUserID":154905,"insertUser":{"userID":154905,"name":"Galadriel975","url":"https:\/\/community.smartsheet.com\/profile\/Galadriel975","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!knMqvzomcgo!3GtrPzY0BLo!ed-Utf2KUko","dateLastActive":"2023-04-28T18:54:47+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2023-04-28T16:17:11+00:00","dateAnswered":"2023-04-28T16:11:43+00:00","acceptedAnswers":[{"commentID":373718,"body":"
The ISBLANK should work, but generally I use slightly different syntax to say \"is checked\" or \"Is not checked\".<\/p>
<\/p>
Is checked<\/p>
@cell = 1<\/p>
<\/p>
Is not checked<\/p>
@cell <> 1<\/p>
<\/p>
=COUNTIFS({Range}, @cell = 1)<\/p>
=COUNTIFS({Range}, @cell <> 1)<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":249,"urlcode":"Education","name":"Education"},{"tagID":254,"urlcode":"Formulas","name":"Formulas"}]}],"title":"Trending in Formulas and Functions ","subtitle":null,"description":null,"noCheckboxes":true,"containerOptions":[],"discussionOptions":[]}">