|  

» Creating a World Time Converter

Problem:

Finding the equivalent time for the city in cell C5 (Jerusalem) as that shown in cell D2 for the city in cell C2 (New York).

Solution:

1. Create a list of cities (column A) and their matching hourly difference (column B) from GMT (Greenwich Mean Time).
2. Use the VLOOKUP function as shown in the following formula in cell D5:
=(D2*24-VLOOKUP(C2,A2:B8,2,FALSE)+VLOOKUP(C5,A2:B8,2,FALSE))/24


Rate This Tip
12 34 5
Rating: 3.13     Views: 10918
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments