Time
@Paul Newcome can you help. I have a formula that i had Gemini AI create that isn't working. for average time in mm:ss format. first can smart sheet display a result like this. 2nd if so, what is wrong with this formula?
=TEXT(((SUM([Total Match Time]:[Total Match Time]) / Stats4) / 60), "[0]") & ":" & TEXT(MOD(((SUM([Total Match Time]:[Total Match Time]) / Stats4) / 60), 60), "00")
Best Answer
-
I found another thread you posted on i got this to work
=ROUNDDOWN(AVG([Total Match Time]:[Total Match Time]) / 60) + ":" + IF(MOD(AVG([Total Match Time]:[Total Match Time]), 60) < 10, "0") + MOD(AVG([Total Match Time]:[Total Match Time]), 60)
Answers
-
I found another thread you posted on i got this to work
=ROUNDDOWN(AVG([Total Match Time]:[Total Match Time]) / 60) + ":" + IF(MOD(AVG([Total Match Time]:[Total Match Time]), 60) < 10, "0") + MOD(AVG([Total Match Time]:[Total Match Time]), 60)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!