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
> Hi,
>
[quoted text clipped - 7 lines]
> > Thanks in advance for any suggestions
> > Eric
Bob Phillips - 21 May 2008 09:32 GMT
="This Month is: "&TEXT(MONTH(TODAY()),"00")

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Thank you very much for suggestions.
>
[quoted text clipped - 18 lines]
>> > Thanks in advance for any suggestions
>> > Eric
Fred Smith - 21 May 2008 14:21 GMT
Another alternative:
="This Month is:"&Text(Today(),"mm")
Regards,
Fred.
> Thank you very much for suggestions.
>
[quoted text clipped - 18 lines]
>> > Thanks in advance for any suggestions
>> > Eric