Add the time zone with a formula in an excel report

In some reports, I need to add the time zone in my date cells so I can know if the date is referencing to European, Asia, America, etc. For that, using the format cell option is not useful so a formula is more efficient.

macro excel

 

When I use the formula ?

To put a date with the time zone corresponding to its country.

 

How to use the formula ?

The formula in this topic is with "," so depending of the operating system of your PC, the formula should have ";" instead of ",".

 

How is the formula ?

=TEXT()

Put this formula:

=TEXT(A2,"dd/mm/yyhh:mm")&" CET"

Interesting Management