Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default set XL formula to add mins to a time i.e add 45mins to 8am to get

I am trying to set up an interview schedule sheet in Excel, so that I can
just enter the minutes and it will automatically fill in the times i.e if I
enter the times of:
Interview duration = 45 mins
Interview Start time = 8:00 am

How do I get the sheet to add the 10 minutes to the start time of 8:00 am so
I get the result of as follows which looks like this is a spreadsheet

Interview duration
45 mins (to manually enter)

Interview Start Interview end
8:00 (to manually enter) 8:45 (auto calc)

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default set XL formula to add mins to a time i.e add 45mins to 8am to get

Hi!

Try one of these::

A1 = 45
A2 = 8:00 AM

=A2+A1/1440 (format the cell as TIME)

Or:

=TIME(HOUR(A2),MINUTE(A2)+A1,0)

Note: Do not enter the duration as "xx mins", just enter the number, 45.
Entering as "xx mins" makes it a TEXT entry.

Biff

"Gavton" wrote in message
...
I am trying to set up an interview schedule sheet in Excel, so that I can
just enter the minutes and it will automatically fill in the times i.e if
I
enter the times of:
Interview duration = 45 mins
Interview Start time = 8:00 am

How do I get the sheet to add the 10 minutes to the start time of 8:00 am
so
I get the result of as follows which looks like this is a spreadsheet

Interview duration
45 mins (to manually enter)

Interview Start Interview end
8:00 (to manually enter) 8:45 (auto calc)



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
If formula for Time Ad Excel Discussion (Misc queries) 2 May 22nd 06 09:55 AM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Time formula SallyGirl Excel Discussion (Misc queries) 4 February 1st 06 06:25 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Need excel formula to display 28.50hrs in HRS & MINS? rbc Excel Worksheet Functions 4 January 6th 05 12:21 PM


All times are GMT +1. The time now is 06:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"