|
2021년 1월부터 기존 파일 형식을 더 이상 사용할 수 없습니다. 기존 파일을 전환하거나 PDF를 다운로드할 수 있습니다. 자세히 알아보기

Date functions (TEXT(MONTH())) and TODAY()

0

댓글

댓글 1개

  • Isabel Messore

    Hi there Lukas Rakickas

    I don't believe you need the "MONTH". I'd recommend using the following:

     =TEXT('Entity Details'!$B$8, "MMM")
    • If you want it all caps (DEC), wrap it in UPPER: =UPPER(TEXT('Entity Details'!$B$8, "MMM")).
    • If you want "December," use four Ms: "MMMM".
    • Ensure the source cell (B8) is actually formatted as a Date in the Formats panel. If B8 is just "Text" that looks like a date, the TEXT() function might return an error.

    Let me know if this works for you or if you run into any issues!

    In regards to the TODAY formula, we introduced a lot of new formulas/functions in 2026. Unfortunately, the TODAY formula is not currently on our near-term roadmap. We do have a feature request in place that I can absolutely add you to. Should the TODAY formula be picked up for work, we would send an automatic update letting you know!
    0

댓글을 남기려면 로그인하세요.