quote:
Originally posted by cpyang
I googled for Excel formula,
https://thesmartmethod.com/an-excel-formula-to-get-the-week-of-month/
and can you try this in Origin? Assuming col(A) is date.
WeekNum(A)-WeekNum(date(year(A),month(A),1))+1
CP
Good approach.
I tuned the formula so the first week of a month has number 1:
WeekNum(A)-WeekNum(date(year(A),month(A),1))
---
Andrey