Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
As a relative newbie to excel formulas I'm having great difficulty creating a
formula where I need to add 168 hours to a date/time. After two days of trying I'm losing my mind :-( Column A contains the Date/Time (I've tried many formats to no avail) and I need column B to show the result of adding 168 hours to A1. Any help might keep from the asylum. I've have read and re-read Chip Pearson's great work and still can't figure this out! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
apparently you are trying to make it WAY more complicated than it really is. it's simple math....once you understand how xl keeps datea and time in B1 enter.....=A1+(168/24) format B1 as date or date+time. i was going to recomend chip's site but if you have already read it then you are having trouble grasping the concept. but here is the site anyway to make sure we're on the same page. http://www.cpearson.com/excel/datetime.htm read it again. Regards FSt1 "losing it" wrote: As a relative newbie to excel formulas I'm having great difficulty creating a formula where I need to add 168 hours to a date/time. After two days of trying I'm losing my mind :-( Column A contains the Date/Time (I've tried many formats to no avail) and I need column B to show the result of adding 168 hours to A1. Any help might keep from the asylum. I've have read and re-read Chip Pearson's great work and still can't figure this out! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just to show how close I was to the asylum.....I spent two hours plugging
your formula into my equation verbatum only to find my actual data was located in A2 instead of A1 :-) Thanks sooooo much for saving me from myself! "FSt1" wrote: hi apparently you are trying to make it WAY more complicated than it really is. it's simple math....once you understand how xl keeps datea and time in B1 enter.....=A1+(168/24) format B1 as date or date+time. i was going to recomend chip's site but if you have already read it then you are having trouble grasping the concept. but here is the site anyway to make sure we're on the same page. http://www.cpearson.com/excel/datetime.htm read it again. Regards FSt1 "losing it" wrote: As a relative newbie to excel formulas I'm having great difficulty creating a formula where I need to add 168 hours to a date/time. After two days of trying I'm losing my mind :-( Column A contains the Date/Time (I've tried many formats to no avail) and I need column B to show the result of adding 168 hours to A1. Any help might keep from the asylum. I've have read and re-read Chip Pearson's great work and still can't figure this out! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel stores dates and times in days. As 168 hours is 7 days, adding 168
hours is as simple as: =a1+7 Regards, Fred "losing it" <losing wrote in message ... As a relative newbie to excel formulas I'm having great difficulty creating a formula where I need to add 168 hours to a date/time. After two days of trying I'm losing my mind :-( Column A contains the Date/Time (I've tried many formats to no avail) and I need column B to show the result of adding 168 hours to A1. Any help might keep from the asylum. I've have read and re-read Chip Pearson's great work and still can't figure this out! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking computer dates (time) to spreadsheet dates that have formu | Excel Worksheet Functions | |||
Formulas with dates | Excel Worksheet Functions | |||
Subtracting Dates to get total time work time excluding weekends | Excel Discussion (Misc queries) | |||
using dates and time in formulas | Excel Discussion (Misc queries) | |||
Using dates in formulas | Excel Worksheet Functions |