Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 08-25-2018, 11:50 PM
Hospoguy76 Hospoguy76 is offline How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents Mac OS X How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents Office XP
Novice
How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents
 
Join Date: Aug 2018
Posts: 1
Hospoguy76 is on a distinguished road
Default How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents


I am starting up my own passenger transport business and have got everything else put into a spreadsheet to help me work out the fare but I am struggling to work out a formula for working out wait time in case passenger isn't ready or wants me to wait at a destination whilst they run an errand etc.
Reply With Quote
  #2  
Old 08-27-2018, 06:17 AM
NBVC's Avatar
NBVC NBVC is offline How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents Windows 10 How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents Office 2013
The Formula Guy
 
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
NBVC will become famous soon enoughNBVC will become famous soon enough
Default

Perhaps post a sample workbook detailing what you have and what you need.
Reply With Quote
  #3  
Old 08-27-2018, 06:57 PM
Logit Logit is offline How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents Windows 10 How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents Office 2007
Expert
 
Join Date: Jan 2017
Posts: 533
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

.
Paste in Routine Module :

Code:
Option Explicit

Sub StartDateTime()
    Sheets("Sheet1").Range("A4").Value = Now
End Sub

Sub EndDateTime()
    Sheets("Sheet1").Range("B4").Value = Now
End Sub

Sub ClearDateTime()
    Sheets("Sheet1").Range("A4").Value = ""
    Sheets("Sheet1").Range("B4").Value = ""
End Sub
See attached workbook
Attached Files
File Type: xlsm Wait Time Charges.xlsm (17.0 KB, 9 views)
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Autosave every 1 Minute JanTrummel Visio 1 05-22-2017 09:10 AM
time in minute format orajesh Excel 3 12-15-2015 12:56 AM
Time allotted minus time used with result in hour and minute esther6086 Excel 2 04-29-2014 05:03 PM
How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents How to obtain the inverse tan of a value in degree/minute second? Jamal NUMAN Excel 3 07-27-2013 10:18 AM
How to calculate wait time eg. minute(s) to AU$ where 1 minute is 10 cents Run a macro each minute? yabbah Excel Programming 5 05-31-2012 01:01 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:15 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft