+ Reply to Thread
Results 1 to 5 of 5

Help with World Clock

Hybrid View

  1. #1
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Help with World Clock

    or
    PHP Code: 
    =NOW()+IF(VLOOKUP(A2;J:K;2)<0;-TIME(ABS(VLOOKUP(A2;J:K;2));0;0);TIME(ABS(VLOOKUP(A2;J:K;2));0;0)) 
    or
    PHP Code: 
    =NOW()+(2*(VLOOKUP(A2;J:K;2)>0) -1)*TIME(ABS(VLOOKUP(A2;J:K;2));0;0
    Last edited by snb; 02-17-2012 at 06:11 AM.



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1