Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Subtracting Hours

Hi,

I want to convert Israel time to U.S time. Every thing is going fine until
the number become negative. For example: if the time in Israel is 02:30 and
I want to find what is the time at New York I have to subtract 7:00 hours,
and I Excel don't calculate it.

Any help?

Thanks,

Amnon


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 28
Default Subtracting Hours

if A1 = 02:30 and B1 = 07:00
then you can use:
=MOD(A1-B1+"24:00","24:00")
to get 19:30

"Amnon Wilensky" wrote in message
...
Hi,

I want to convert Israel time to U.S time. Every thing is going fine until
the number become negative. For example: if the time in Israel is 02:30
and I want to find what is the time at New York I have to subtract 7:00
hours, and I Excel don't calculate it.

Any help?

Thanks,

Amnon



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Subtracting Hours

Just use

=MOD(start_time-hours/24,1)


"Amnon Wilensky" wrote in message
...
Hi,

I want to convert Israel time to U.S time. Every thing is going fine until
the number become negative. For example: if the time in Israel is 02:30

and
I want to find what is the time at New York I have to subtract 7:00 hours,
and I Excel don't calculate it.

Any help?

Thanks,

Amnon




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Subtracting Hours

Try this

=A1-7/24+1 Format cell as hh:mm

"Amnon Wilensky" wrote:

Hi,

I want to convert Israel time to U.S time. Every thing is going fine until
the number become negative. For example: if the time in Israel is 02:30 and
I want to find what is the time at New York I have to subtract 7:00 hours,
and I Excel don't calculate it.

Any help?

Thanks,

Amnon



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
get hours between 2 dates subtracting the weekends Cynthia Excel Discussion (Misc queries) 4 May 11th 06 08:00 PM
Subtracting Hours - Eastern to Pacific/Central Jaye Excel Worksheet Functions 3 December 18th 05 08:12 AM
adding rows of hours and minutes to get a total Tipps Excel Worksheet Functions 1 November 4th 05 07:03 PM
Subtracting dates to get hours... but I want to skip weekends shadestreet Excel Discussion (Misc queries) 2 October 5th 05 06:20 PM
Subtracting paid hours from unpaid hours ejerry7 Excel Worksheet Functions 5 November 29th 04 04:16 AM


All times are GMT +1. The time now is 05:15 PM.

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

About Us

"It's about Microsoft Excel"