Excel convert date format

nononame2021 256 Reputation points
2024-10-25T09:05:13.71+00:00

My date format is now 01-Oct-2024, how can i use excel formula to change to 01/10/2024 dd/mm/2024

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,970 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,728 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Brendan Walker 0 Reputation points
    2024-10-25T12:23:02.3833333+00:00

    Using the TEXT Function

    If your date is in cell A1, you can use the TEXT function to format it directly in another cell.

    =TEXT(A1, "dd/mm/yyyy")
    

    Alternatively, if you want to change the display format without using a formula:

    Select the cell(s) containing your date (e.g., 01-Oct-2024). Press Ctrl + 1 to open the Format Cells dialog. In the Number tab, select Custom and enter the format dd/mm/yyyy. Click OK to apply the format.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.