View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default getting the Weekday from serial

format(range("D1"),"dddd")


--
Kind Regards,

Niek Otten

Microsoft MVP - Excel
"marko" <no@email wrote in message
...
Is there an easier way of getting the weekday from a serial than
WeekdayName(Weekday(R1C4))? It seems a bit long winded but there doesnt
seem to be another function.