Trying to find a way to convert a list of time values in Zulu to local time. Column B has a list of values 01Z, 02Z, 03Z, etc... down to row 20. I need in Column C and D to convert the time over to local time. It would subtract the value from cell G1 from Zulu time and put the numeric digit in Column C and either PM or AM in Column D. I have attached an example. TIme_Convert.xlsx
Assuming your Hour Difference to GMT is +8, I have added another column F to have Hour Difference, again I will convert Hour difference to Time Format in G2 with below formula:
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.
It won't be possible with just single formula.
First formula extracting numeric values from Col B and converting them into Time Format in E2
Open in new window
Assuming your Hour Difference to GMT is +8, I have added another column F to have Hour Difference, again I will convert Hour difference to Time Format in G2 with below formula:Open in new window
Final result in H2 with below formula:Open in new window
Change the Col H format to hh:mm AM/PMOpen in new window
I tweaked as per your requirement from here