Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-04-2008, 12:28 AM
=?Utf-8?B?UGF0cmljaw==?=
 
Posts: n/a
Add time to a date time group

Hi, thanks for any help in advance

I have my date and time displayed in this format dd hhmm "K" mmm yy

which shows up as 03 1800 K Sep 08.

I would like a formula that will add 30 min to this time group so it becomes
03 1830 K Sep 08


Reply With Quote
  #2 (permalink)  
Old 09-04-2008, 12:41 AM
Pete_UK
 
Posts: n/a
Re: Add time to a date time group

Assume your date/time is in A1, then you can do this in another cell:

=A1+30/24/60

Format the cell in the same way as A1 (using the Format Painter icon).

Times are stored in Excel as fractions of a 24-hour day, hence the
divisions by 24 and 60.

Hope this helps.

Pete

On Sep 4, 12:28*am, Patrick <Patr...@discussions.microsoft.com> wrote:
> Hi, thanks for any help in advance
>
> I have my date and time displayed in this format *dd hhmm "K" mmm yy
>
> which shows up as 03 1800 K Sep 08.
>
> I would like a formula that will add 30 min to this time group so it becomes
> *03 1830 K Sep 08


Reply With Quote
  #3 (permalink)  
Old 09-04-2008, 01:08 AM
Dave Peterson
 
Posts: n/a
Re: Add time to a date time group

another one:

=a1+time(0,30,0)


Patrick wrote:
>
> Hi, thanks for any help in advance
>
> I have my date and time displayed in this format dd hhmm "K" mmm yy
>
> which shows up as 03 1800 K Sep 08.
>
> I would like a formula that will add 30 min to this time group so it becomes
> 03 1830 K Sep 08


--

Dave Peterson
Reply With Quote
  #4 (permalink)  
Old 09-04-2008, 01:17 AM
=?Utf-8?B?UGF0cmljaw==?=
 
Posts: n/a
Re: Add time to a date time group

Thankyou that helped, I am still haveing some problems in this worksheet
though, the next problem is I need to calculate the time differance between 2
date time groups and add it to another, for example

I have a tme line, lets say I have a meeting that is going over time, once I
have entered the change in time I need it fint the time differance in cell A1
and B2 and add it to cell A3
A1 B1
03 0730 K Sep 08 03 1000 K Sep 08 (morning meeting)

A3
03 0830 k Sep 08 (Breakfast)


"Pete_UK" wrote:

> Assume your date/time is in A1, then you can do this in another cell:
>
> =A1+30/24/60
>
> Format the cell in the same way as A1 (using the Format Painter icon).
>
> Times are stored in Excel as fractions of a 24-hour day, hence the
> divisions by 24 and 60.
>
> Hope this helps.
>
> Pete
>
> On Sep 4, 12:28 am, Patrick <Patr...@discussions.microsoft.com> wrote:
> > Hi, thanks for any help in advance
> >
> > I have my date and time displayed in this format dd hhmm "K" mmm yy
> >
> > which shows up as 03 1800 K Sep 08.
> >
> > I would like a formula that will add 30 min to this time group so it becomes
> > 03 1830 K Sep 08

>
>

Reply With Quote
  #5 (permalink)  
Old 09-04-2008, 01:45 AM
Pete_UK
 
Posts: n/a
Re: Add time to a date time group

I'm not sure what you want here, or what your example is trying to
show. It looks like you have a meeting from 7:30 am to 10:00am, and
you have breakfast at 8:30 am. Are you trying to subtract the length
of time your breakfast took away from the total duration of the
meeting to get the real duration of the meeting? If so, where do you
record the duration of your breakfast?

Or, are you saying that because the meeting runs from 7:30 to 10:00am,
your breakfast has to be rescheduled from 8:30 to the time your
meeting finishes?

And where does B2 come into it?

Pete

On Sep 4, 1:17*am, Patrick <Patr...@discussions.microsoft.com> wrote:
> Thankyou that helped, I am still haveing some problems in this worksheet
> though, the next problem is I need to calculate the time differance between 2
> date time groups and add it to another, for example
>
> I have a tme line, lets say I have a meeting that is going over time, once I
> have entered the change in time I need it fint the time differance in cell A1
> and B2 and add it to cell A3
> * * * * A1 * * * * * * * * * * * * * * *B1 * * * * * * * * * * * *
> 03 0730 K Sep 08 * * * *03 1000 K Sep 08 * *(morning meeting)
>
> * * * *A3
> 03 0830 k Sep 08 * (Breakfast)
>
>
>
> "Pete_UK" wrote:
> > Assume your date/time is in A1, then you can do this in another cell:

>
> > =A1+30/24/60

>
> > Format the cell in the same way as A1 (using the Format Painter icon).

>
> > Times are stored in Excel as fractions of a 24-hour day, hence the
> > divisions by 24 and 60.

>
> > Hope this helps.

>
> > Pete

>
> > On Sep 4, 12:28 am, Patrick <Patr...@discussions.microsoft.com> wrote:
> > > Hi, thanks for any help in advance

>
> > > I have my date and time displayed in this format *dd hhmm "K" mmm yy

>
> > > which shows up as 03 1800 K Sep 08.

>
> > > I would like a formula that will add 30 min to this time group so it becomes
> > > *03 1830 K Sep 08- Hide quoted text -

>
> - Show quoted text -


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



All times are GMT. The time now is 06:04 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Sciences in 2007 | Secured Loans | Pet Insurance | Loan | Loans



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114