- Jun 17, 2001
- 55,419
- 1,599
- 126
So the program I'm using has a function =CYEDATE(). This adds the current year end to the field. I'd like to add some text before it, how would I go about this?
Ideally it would say For the year ended (current year end date)
The following don't work
="For the Year Ended" + cyedate()
='For the Year Ended" + cyedate()
="For the Year Ended " &TEXT(CYEDATE(), "mmmmmmmm dd,yyyy") = winner
----------------------------------------------
There is a S/W forum - next time use it
Senior Anandtech Moderator
Common Courtesy
Ideally it would say For the year ended (current year end date)
The following don't work
="For the Year Ended" + cyedate()
='For the Year Ended" + cyedate()
="For the Year Ended " &TEXT(CYEDATE(), "mmmmmmmm dd,yyyy") = winner
----------------------------------------------
There is a S/W forum - next time use it
Senior Anandtech Moderator
Common Courtesy