How to Use the DAY Function in WPS on Windows

Last updated:July 13, 2026

Use the DAY function through 3 how-to topics, including inserting it from the function dialog, typing the formula directly, and checking syntax details; 3 items are available without membership and 0 items are membership-related.

How-to Index

How-to Guide

1. Insert the DAY function from the Insert Function dialog

Entry path: Formula tab → Insert Function

  1. Select the cell where you want to enter the formula.
  2. Click the fx button in the formula bar, or click Insert Function on the Formula tab.
  3. Search for DAY in the dialog box.
  4. Select the function and click OK.
  5. Enter the date argument in the Function Arguments dialog box.
  6. Click OK to finish inserting the function.

Success Criteria

  • Interface result: The target cell now contains the DAY function.
  • Next action available: You can edit the argument, press Enter, or fill the formula down.

Tips While Using

  • Common mistake: Selecting a different date function from the search results can return an unexpected result.
  • Environment note: The argument should be a valid date value or a recognizable date serial number.

2. Type the DAY formula directly in a cell

Entry path: Cell → Formula bar

  1. Select the cell where you want to enter the formula.
  2. Type =DAY(...) directly in the cell or in the formula bar.
  3. Replace the argument inside the parentheses with a date cell, a date value, or a formula that returns a date.
  4. Press Enter to confirm.
  5. If you want to use it in multiple cells, drag the fill handle to copy the formula.

Success Criteria

  • Interface result: The cell returns an integer from 1 to 31.
  • Next action available: You can copy the formula, adjust references, or combine it with other functions.

Tips While Using

  • Common mistake: If the argument is not a valid date, the result may return an error or an unexpected value.
  • Environment note: When entering a literal date directly, use a date format that the current worksheet can recognize.

3. Check the DAY syntax and parameter details

Entry path: Formula tab → Insert Function

  1. Click Insert Function on the Formula tab.
  2. Type DAY in the search box.
  3. Select the function and review the syntax DAY(serial_number).
  4. Read the parameter description to confirm what kind of date value is required.
  5. If a help entry is available in the interface, open it for more details.

Success Criteria

  • Interface result: You can see the DAY function name, syntax, and parameter description.
  • Next action available: You can return to the worksheet and enter the formula with the correct argument.

Tips While Using

  • Common mistake: Checking only the function name without confirming the parameter type can lead to input errors.
  • Environment note: Different date input styles may be interpreted differently in the worksheet, so using a date cell reference is usually more stable.