Returns the current date and time formatted as a date and time.
이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
NOW()The NOW function is a volatile function that updates whenever the worksheet is recalculated. It is useful for displaying the current date and time on a report or calculating intervals based on the current moment.
=NOW()결과: 10/25/2023 14:30
Returns the current system date and time.
=NOW()+7결과: 11/01/2023 14:30
Returns the date and time exactly one week from now.
NOW is a volatile function, meaning it recalculates every time any change is made to the worksheet.