Home > Software engineering >  Google Apps Script - Automatically put the Time (GMT), Time (Am/Pm) and the Date in different Column
Google Apps Script - Automatically put the Time (GMT), Time (Am/Pm) and the Date in different Column

Time:06-23

Whenever there is "Time Date" Format in the Timestamp Column, I Want the "Time (GMT)", "Time (Am/Pm)" and the "Date" of that "Timestamp" to be stated in different Columns in some selected sheets "Sheet 1, Sheet2, etc" in Google Sheets using Apps Script. If the Timestamp column is empty then no error message should be in the "Stated columns - Time (GMT), Time (Am/Pm)"and the Date Columns" when the script is initialized. Thank You

enter image description here

CodePudding user response:

use =T2 in each column and change the format to get the desired output.

  • Related