Hi guys, I am building an app, where I take the current date/time as an input in a form. I use that as the start date/time and then need to add the minutes they have bought as a coupon to make the end time.
From there I need to calculate how much time is left in their coupon. So for example, they buy a 30 min coupon, we can do a countdown when the coupon ends.
Have been trying to figure this out for a few weeks. Anyone can help please?
You can use the start time to which you add 30 minutes to have your end time.
You can use NOW() to get the time at present.
You can use MINUTE() to make a substraction.
Check out:
Hi, I’m having some problems with time calculations. I’m creating and app where they sign in and submit how many weeks old their puppy is. Then I automatically want their profile to change and add one more week to the age each week that passes. The week of the puppy will change what content they will see. Is it possible? Thanks
If you can have the pup’s birthday on the initial registration then you can do the calculation in the Sheets to return the number of weeks as you want.
Yeah, I did that but whenever a new user joins I have to add the formula e.g. it doesn’t automatically update since it’s in google sheet rather than the editor. Or maybe this can be solved in sheets?