I have not found any format that allows me to set a date as follows 12-VII-2010, so I have thought it a bit "tacky" to represent a date in that format. I need 4 functions and a hidden column containing the correct date
- Functions are
- DAY (date) returns the day of the date you indicated in parentheses
- Month (date) returns the month of date shown in parentheses
- YEAR (date) returns the year of the date indicated in parentheses
- NUMERO.ROMANO (number) that converts in Roman numerals the number indicated in parentheses
- We must concatenate (join) the different functions along with the symbol that separates the month and year ("-"). To join these use the character values \u200b\u200b"&" (the ampersand)
- need a column (which can hide) which contains the dates you want to transform
0 comments:
Post a Comment