Add a specific number of days hours and minutes to the current time
What formula(s) do I need?
Current time formula =NOW()
Lets say this is in cell A1
Adding days is =A1+6. Now I am stuck and getting loads of "this isn't a date", "this isn't a time", "can't match datetimes" and other error messages.
I need to add 6 days, 21 hours and 9 minutes to the current time... Ideally, these values would be cells I can simply alter to meet my needs over time.