Hi Annie
The instructions are correct although perhaps a little confusing. However the formula given will produce an error if the time returned is negative ie the previous day. For example when converting NZ to US PCT any time before 6pm in NZ will give an error. I have adjusted the formula to return the time plus an asterisk if it's the previous day.
=IF((D2*24-VLOOKUP(C2,A2:B8,2,FALSE)+VLOOKUP(C5,A2:B8,2,FALSE))/24<0,TEXT(24+(D2*24-VLOOKUP(C2,A2:B8,2,FALSE)+VLOOKUP(C5,A2:B8,2,FALSE))/24,"hh:mm")&"*",(D2*24-VLOOKUP(C2,A2:B8,2,FALSE)+VLOOKUP(C5,A2:B8,2,FALSE))/24)
See the attached file
Bookmarks