YEAR

G

Guest

This code returns the Month.
I need another column to return the year but there is not a YEARNAME
function...
IIf([TR_CLOSEDATE] Is Null,Null,MonthName(Month([TR_CLOSEDATE]),True))

Any suggestions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Date calculation 9
Time calc. 3
Only Null 2
YES/NO not working 5
Split By Month 2
YEAR Only 3
Filtering by Month 1
Excel VBA to go to specific sheet & cell in the current workbook not working. 2

Top