سؤال

I have several dates in a spreadsheet:

enter image description here

I would like to get the weeknumber in the column B for the date in column C in european time.

I tried something like that(and also that above):

= MID(TEXT(C2,"dd.m.yyyy"), 3, 2)

However that only gives me .2 in the B column...

Any suggestions on how to implement/start that?

I really appreciate your answer!

PS.: I also added excel tags because its similar to google spreadsheet. There is probably a chance that I can implement something from excel in google spreadsheet

هل كانت مفيدة؟

المحلول

in excel for get week number use

=WEEKNUM(C2)

نصائح أخرى

Use the following formula

WeekDay(c2)

It will return the week day number.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top