Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #10: Date Time Calculations

SamBreen
8 - Asteroid

Maybe not the most elegant solution, but a solution nonetheless. I kept the formula tools separate for visual purposes

 

Spoiler
Spoilerchall 10.PNG

Gmajid786
7 - Meteor

My Solution and formulas used:

DateTimeDiff([Time_Now],[TIMESTAMP],"days")

DateTimeDiff([Time_Now],[TIMESTAMP],"hours")-[Days]*24

DateTimeDiff([Time_Now],[TIMESTAMP],"minutes")-DateTimeDiff([Time_Now],[TIMESTAMP],"hours")*60

DateTimeDiff([Time_Now],[TIMESTAMP],"seconds")-DateTimeDiff([Time_Now],[TIMESTAMP],"minutes")*60

toby49
8 - Asteroid
Spoiler
Screenshot 2023-07-26 174614.png

My solution

sherinamahtani
7 - Meteor

Check out my solution

cnlarsen
6 - Meteoroid

Here is my solution.

StellaBon
11 - Bolide
Spoiler
image.png
Pilsner
10 - Fireball

My Solution:

Spoiler
10.png

nikhilnijhar
8 - Asteroid
Spoiler
Screenshot 2023-08-03 112456.png
danielhoge
8 - Asteroid
Spoiler
Screenshot 2023-08-03 095613.png
AndreeaS
8 - Asteroid
Spoiler
10.png