ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to display month in 2 digits? (https://www.excelbanter.com/excel-discussion-misc-queries/188282-how-display-month-2-digits.html)

Eric

How to display month in 2 digits?
 
Does anyone have any suggestion on how to display month in 2 digits?
For example, MONTH(NOW()) is 5, but I would like to show 05.
Thanks in advance for any suggestions
Eric

Mike H

How to display month in 2 digits?
 
Hi,

Formatting the cell with a custom format of 00 (That's zero - zero) seems to
work.

Mike

"Eric" wrote:

Does anyone have any suggestion on how to display month in 2 digits?
For example, MONTH(NOW()) is 5, but I would like to show 05.
Thanks in advance for any suggestions
Eric


Eric

How to display month in 2 digits?
 
Thank you very much for suggestions.

I need to CONCATENATE a string like that
=CONCATENATE("This Month is: ",month(now())
Could you please give me any suggestions on how to set the format within
concatenate function - String?
This Month is 05
Thank you very much for any suggestions
Eric

"Mike H" wrote:

Hi,

Formatting the cell with a custom format of 00 (That's zero - zero) seems to
work.

Mike

"Eric" wrote:

Does anyone have any suggestion on how to display month in 2 digits?
For example, MONTH(NOW()) is 5, but I would like to show 05.
Thanks in advance for any suggestions
Eric


Bob Phillips

How to display month in 2 digits?
 
="This Month is: "&TEXT(MONTH(TODAY()),"00")

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Eric" wrote in message
...
Thank you very much for suggestions.

I need to CONCATENATE a string like that
=CONCATENATE("This Month is: ",month(now())
Could you please give me any suggestions on how to set the format within
concatenate function - String?
This Month is 05
Thank you very much for any suggestions
Eric

"Mike H" wrote:

Hi,

Formatting the cell with a custom format of 00 (That's zero - zero) seems
to
work.

Mike

"Eric" wrote:

Does anyone have any suggestion on how to display month in 2 digits?
For example, MONTH(NOW()) is 5, but I would like to show 05.
Thanks in advance for any suggestions
Eric




Fred Smith[_4_]

How to display month in 2 digits?
 
Another alternative:

="This Month is:"&Text(Today(),"mm")

Regards,
Fred.

"Eric" wrote in message
...
Thank you very much for suggestions.

I need to CONCATENATE a string like that
=CONCATENATE("This Month is: ",month(now())
Could you please give me any suggestions on how to set the format within
concatenate function - String?
This Month is 05
Thank you very much for any suggestions
Eric

"Mike H" wrote:

Hi,

Formatting the cell with a custom format of 00 (That's zero - zero) seems
to
work.

Mike

"Eric" wrote:

Does anyone have any suggestion on how to display month in 2 digits?
For example, MONTH(NOW()) is 5, but I would like to show 05.
Thanks in advance for any suggestions
Eric




All times are GMT +1. The time now is 09:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com