How can I delete a Data Bridge that I no longer need, and how do I convert epoch dates to a readable format in Google Sheets?

To delete a Data Bridge that you no longer need, you can find the option in the settings of your application. Simply navigate to the settings and select the Data Bridge you wish to delete.

To convert epoch dates to a readable format in Google Sheets, you can use the following formula in a new column:

=EPOCHTODATE(INT(Date_Cell), 2)

Replace Date_Cell with the cell reference of your date, for example, D3. This formula will convert the epoch date into a human-readable date format. You can then drag the formula down to apply it to other cells in the column.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.