WEEKNUM_ADD

결과값은 μ£Όμ–΄μ§„ λ‚ μ§œκ°€ κ·Έ ν•΄μ—μ„œ λͺ‡λ²ˆμ§Έ 주에 μ†ν•˜λŠ”μ§€ μ•Œλ €μ€λ‹ˆλ‹€.

팁 μ•„μ΄μ½˜

The WEEKNUM_EXCEL2003 function is designed to calculate week numbers exactly as Microsoft Excel 2003 did. Use the WEEKNUM function for ODF OpenFormula and Excel 2010 compatibility, or ISOWEEKNUM function when you just need ISO 8601 week numbers. In releases prior to LibreOffice 5.1 WEEKNUM_EXCEL2003 was named WEEKNUM_ADD.


ꡬ문

WEEKNUM_EXCEL2003(Date; ReturnType)

λ‚ μ§œλŠ” 일정 주간에 ν¬ν•¨λœ λ‚ μ§œμž…λ‹ˆλ‹€.

λ°˜ν™˜κ°’λŠ” μΌμš”μΌλ‘œ μ‹œμž‘ν•˜λŠ” 주의 경우 1, μ›”μš”μΌλ‘œ μ‹œμž‘ν•˜λŠ” μ£Όκ°€ 2둜 μ •ν•΄μ§‘λ‹ˆλ‹€.

예

2001λ…„ 12μ›” 24일은 λͺ‡ 번째 주에 μžˆμŠ΅λ‹ˆκΉŒ?

=WEEKNUM_EXCEL2003(DATE(2001;12;24);1) returns 52.