View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlotte E.[_3_] Charlotte E.[_3_] is offline
external usenet poster
 
Posts: 160
Default Chinese New Year

Is it possible to calcuate the date of the Chinese new year, by either
worksheet functions, or an UDF, if given the Georgian calendar year?

I.e.

If I pass the year 1978, the function should return 2 February 1978.
If I pass the year 1999, the function should return 15 Feburary 1999.

Etc... (what ever the date of a given year)


TIA,

CE