J Junarkar Member Dec 7, 2018 #1 Hai I want to check if a given date falls on 1st week of the current month. The week starts from Monday. I tried combinations of EOMONTH, WeekDay etc. but nothing works. Please help. Thanks.
Hai I want to check if a given date falls on 1st week of the current month. The week starts from Monday. I tried combinations of EOMONTH, WeekDay etc. but nothing works. Please help. Thanks.
GraH - Guido Well-Known Member Dec 7, 2018 #2 Try (date is in A3 e.g.) =WEEKNUM(A3,21)=WEEKNUM(EOMONTH(A3,-1)+1,21) WEEKNUM(A3,21)= returns ISO weeknum (EU standard), but for this formula it does not really matter, it can be omitted.
Try (date is in A3 e.g.) =WEEKNUM(A3,21)=WEEKNUM(EOMONTH(A3,-1)+1,21) WEEKNUM(A3,21)= returns ISO weeknum (EU standard), but for this formula it does not really matter, it can be omitted.
J Junarkar Member Dec 7, 2018 #3 GraH - Guido said: Try (date is in A3 e.g.) =WEEKNUM(A3,21)=WEEKNUM(EOMONTH(A3,-1)+1,21) WEEKNUM(A3,21)= returns ISO weeknum (EU standard), but for this formula it does not really matter, it can be omitted. Click to expand... Thanks Alot. That served my purpose.
GraH - Guido said: Try (date is in A3 e.g.) =WEEKNUM(A3,21)=WEEKNUM(EOMONTH(A3,-1)+1,21) WEEKNUM(A3,21)= returns ISO weeknum (EU standard), but for this formula it does not really matter, it can be omitted. Click to expand... Thanks Alot. That served my purpose.