The first part of our tutorial focuses of formatting dates in Excel and explains how to set the default date and time formats, how to change date format in Excel, how to create custom date formatting, and convert your dates to another locale. Continue reading
by
Comments page 3. Total comments: 563
I have date in format Feb-21, Mar-21 & so on till Jan-22. While converting this to year I am not able to do that, I am using formula Year it shows me a result 2022 for 2021 as well. Also, I am not able to convert it to date. Please help.
Hello!
Look closely at what date format is set in the cell. To do this, press CTRL+1. I think your date format is "mmm-dd".
Feb-21 means 21 February 2022.
Hi, I use mmmm or dddd and I get always fmonth or day names in small letters, but I would like that first letter is big just like Thursday but i get thursday. I use estonian language and may bet that is reason why all letters.
Hello!
Pay attention to what custom date format is set in this cell. If there is something like
[$-F419]dddd, d mmmm yyyy
then delete the regional settings [$-F419].
I hope it’ll be helpful. If something is still unclear, please feel free to ask.
Hello! and thank you for your replay but my problem are that all months and days of the week are in lower case (small letter). I put 1.04.2022 and Format Cells>NUmber>Custom I put mmmm because I would like to see only month or some other place weekday and result always I get april or monday not what i want April or Monday . I would like to see that first letter is big /upper. If I use formula =upper(a1) then all letters will be APRIL but I want that first letter is only upper
Hi!
I can't repeat your problem as it is related to the regional settings of your computer and your Excel. Try to use PROPER function to capitalize the first letter.
That formula and 1.04.2022 will be Aprill
=UPPER(LEFT(TEXT(A1;"mmmm");1))&""&LOWER(RIGHT(TEXT(A1;"mmmm");LEN(TEXT(A1;"mmmm"))-1))
but is there a simpler method
Hello, I need to change a bunch of dates formatted like this: 2021-10-02, 1:47:40 PST
to 10/02/2021. What formula can I use? Thanks.
Hello!
You can use the DATE function:
=DATE(LEFT(A1,4),MID(A1,6,2),MID(A1,9,2))
I hope my advice will help you solve your task.
So i have a question if my date format reads as 01/02/2022 = Jan 2,2022 which is wrong because the month should be February is the a formular to correct such ?
Hello!
Problems in your Windows regional settings. I recommend reading this guide: How to change the default date and time formats in Excel.
Hi,
I want to update the format of ONLY date values from particular column which has all types of data values.
Thanks,
Riyaz
Hello!
Use conditional formatting based on cell value. You can use this condition to conditionally format the cell
=LEFT(CELL("format",A1))="D"
You can learn more about CELL function in Excel in this guide.
I am past some 1-2,2-4...like this it will show 1-feb-2021,2-Apr-2021 how can slove entire cell one time pls give mee reply
Hi!
What you want to do is impossible because you write some text in the cell, not the date.
Hello, I am going crazy here... I am using Excel in a MacBook Pro, version 16.56. My problem is the following: I have a data table where in the first column I register a list of dates by the exact day when a sale has occurred and in the next column I register the amount of that sale. Now I want to create a bar chart that groups all these dates into months to show me the 12 totals of the monthly sales throughout the year, where the x-axis is the 12 months of the year, and the y-axis is the amount of the sales. Now, once I want to label the bar charts, instead of getting the total sales amount for a specific month, I get a label for each date of each sale. Basically the bar is composed of many bars stacked one on top of the other for each date, instead of being just the sum of the sales for that specific months as it should be. The result is I cannot get a label with the total monthly sales amount, by I get numerous labels inside the monthly bar chart labelling the amount of the sale for each date where that sale has occurred. Please somebody help me!
Hello!
A histogram cannot group and sum your data. You need to calculate the total sales by month. Use a pivot table or the SUMIFS function to do this.
Thank you, ok understood, I feared that, although it surprises me such a task is not performed by excel without having to do extra work to group the sales by month as well ;(
dd-mm-yyyy hh:mm i want this date format in my all workbooks.. is there any way to set his globally ?
Hello!
The short and long date formats are retrieved from Windows Regional Settings. Open Windows Settings - Time & Language - Region - Change Data formats
How would I go about formatting a column that has the information in years as dates. Since it is currently in the general number format I am unable to insert a timeline slicer. I have tried using the custom yyyy date but it converts all the dates to 1905
Hello!
Check if your dates are actually written in cells as dates. Perhaps it is text or ordinary numbers.
How to keep the same format date of excel in CSV file?
Because, when I converting a file from excel to CSV format. I noted some of the dates have changed from MM/DD/YYYY into DD/MM/YYYY. I wanted to keep the same data as MM/DD/YYYY.
Appreciate your help. Thank you
Hello!
CSV is a plain text file. No formats are possible there. Try changing the system date format before converting.
Hi! Could you please help us on how will we able to change the format from this day "Thu Oct 28 09:42:08 PDT 2021" to "MM/DD/YYYY" format only
Appreciate your help!
Hello!
All recommendations on how to change the date format are described above in this article. If your date is written as text, then I recommend this guide: Convert text to date in Excel.
Please try the following formula:
=DATEVALUE(MONTH(1&MID(A1,5,3))&"-"&MID(A1,9,2)&"-"&RIGHT(A1,4))
I could get what I want by dividing 365.25 by 12 then dividing the difference of the dates by the result of the division. Any other better way?
Hi!
What do you want to get? I cannot guess.
I have an issue to replace date of day to start day of every date "Example" 19/4/2021 - 24/1/2021 - 27/8/2021 need to be change date of every example to be 1/4/2021 - 1/1/2021 - 1/8/2021 " is there any formula please to change the day of the date?
Thanks for your support
Hello, Please help,
I want to calculate age in months and not in years between two dates, for example 15/01/2020 23/11/2021 1.86 years =(B1-A1)/365.25, this formula is used to calculate age in years. But I want the age to be in months and with two decimal places.
Hi!
You can find the examples and detailed instructions here: Calculate the difference between two dates in days, weeks, months or years.
To convert days to tenths of a month, divide by 30.
I hope I answered your question. If something is still unclear, please feel free to ask.
I have some dates in this format. 13-01-1992. I want to be able to change to yyyy-mm-dd format in excel. I have tried changing from the format cells/custom format. but it does not seem to change. is there any formula you might know that can change ?
thanks in advance
Hello!
I'm assuming your dates are written as text. Use these guidelines to convert this text to a date.
I hope I answered your question. If you have any other questions, please don’t hesitate to ask.
I have been able to pull the day (as text) from a date in another field (ex: 27 from 27 Sep 21) using TEXT(DAY(cell),"00").
However, for my application, I would also like to be able to add another number to the day portion for scheduling purposes. For example, a single schedule for 27 Sep 21 would show as "727", but I would like to add 30 or 60 to show other scheduled activity for that day (to be shown as "757" and "787" respectively).
What is the best way to accomplish this?
The original formula is: If(MONTH(A36)=9,"7"&TEXT(DAY(A36),"00"),"")
Hello!
You can simply add 30 to your formula.
=IF(MONTH(A36)=9,"7"&TEXT(DAY(A36),"00"),"")+30
If the result is as text -
=(IF(MONTH(A36)=9,"7"&TEXT(DAY(A36),"00"),"")+30)&""
Hope this is what you need.
one cell Take 7 Numeric Value For example (1112021). How to change Date formate.
but which date is correct its (01-11-2021) or (11-01-2021) ?
Pls Kindly send formula.....
Hi!
You can see the correct date format in the regional settings of your Windows.
Hi sir,
need your support to change the date format as below pasted date format not correct and not complete.
09/17/21 15:53:42
i want like 17/09-2021 15:53:42
Hi!
I hope you have studied the recommendations in the tutorial above. Replace in date format symbol / on -.
Hi, How to convert 01-JUN-18 12.25.13.031000000 AM into 00:25:13 as the string is in AM. Also, how I convert the same string to time format in PM i.e. 12:25:13. Can someone help me with a formula with AM and PM?
Hi!
If I understand your task correctly, the following formula should work for you:
=LEFT(A2,SEARCH(" ",A2,1)) + SUBSTITUTE(LEFT(SUBSTITUTE(MID(A2,SEARCH(" ",A2,1)+1,100),".","#",3), SEARCH("#",SUBSTITUTE(MID(A2,SEARCH(" ",A2,1)+1,100),".","#",3),1)-1) & RIGHT(A2,3),".",":")
I will try the formula and update. Thanks Already.
Hi Alex,
I applied the formula. It gives correct time. But when I compare to 12:25:10 AM i.e. 01-JUN-18 12.25.10.031000000 AM it gives a difference of 23:59:57 which is too huge difference to consider.
I tried with another formula before:
=(SUBSTITUTE(MID(A2,11,8),”.”,”:”)+IF(AND(MID(A2,11,2)”12”,RIGHT (A2,2)=“PM”),0.5,0))+TIME (4,0,0)
The difference from other timestamps are good. Like for above example, I get 00:00:03.
Only, issue is with the formula is, it doesn’t identify 12:00:00 AM as 00:00:00 but identifies 12:00:00 PM as 12:00:00.so, I requested for a suggestion. Any update on the details would be helpful. Thanks already.
Hello!
12:00 am and 12:00 pm are shown differently in different countries. Excel defines 12:00:00 PM as 12:00:00 according to the international standard ISO 8601.
I am trying to find difference between
21-08-24 03:02:54 and 24-AUG-21 03.00.47.059641000AM. I have added time(4,0,0).
I converted as 7:02:54 AM and 7:00:47 AM. When I subtract as per the above formula, it gives a difference of 23:57:53.
When I convert the timestamps to number, it is 0.29 and 44432.29. I believe, the second number is counting the date also, that’s why making difference too huge. How can I resolve this? As difference should show as 0:02:07. Please suggest.
Thank you for the time and effort Alex.
To convert the 24-AUG-21 03.00.47.059641000AM, I have applied
=LEFT(A2,SEARCH(" ",A2,1)) + SUBSTITUTE(LEFT(SUBSTITUTE(MID(A2,SEARCH(" ",A2,1)+1,100),".","#",3), SEARCH("#",SUBSTITUTE(MID(A2,SEARCH(" ",A2,1)+1,100),".","#",3),1)-1) & RIGHT(A2,3),".",":")
Then for difference, I have applied =MAX(A2::B2)-MIN(A2:B2)
Some, results for other timestamps are correct but some shows huge difference like above. How I can rectify this issue?
Hi!
If the formula shows the correct result for some data, then the formula is correct. I think that in some cells the data is written differently. Therefore, the result is wrong. Check the data. I can't help you anymore.
No, both are 24 aug 2021. It’s just formats are different. I am subtracting 07:02:54 - 07:00:47.
Hi!
The time difference 07:02:54 - 07:00:47 is equal to 0:02:07. How did you get the time 23:57:53?
I am working with three timestamps:
021928.000000, 21-09-02 02:39:51, 21-08-31 22:40:00. Converted to
2:19:28 AM, 2:39:51 AM & 22:40:00 AM. Last timestamp is added 4 hours.
Consecutive timestamp difference from the array is.
0:20:23, 0:00:09.
To find the max time difference , I have applied the formula in conditional formatting rule:
=Q2=MAX($Q2:$S2).
It doesn’t give 0:20:23 as max value but the value returns is 0:00:09.
Please advise, if anything needs to be understood to improve the formula.
Hello!
You don't need to use a formula to highlight the maximum value. Use Conditional Formatting - Top/Bottom Rules - Top 10 Items - Format cells rank in the top set to 1.
I hope this will help.
Thanks a lot. I tried the same.
There is a long list of date in this format 26-07-2021 11:39:00 AM, but when i convert them to date 26-07-202, few get converted but few are still in the same format
Want to convert 26-07-2021 11:39:00 AM to 26-07-2021
Can you share, how can that be done
Hi!
What formula are you using? What date and time format does your Excel use?
Pay attention to this comment. It might be helpful.
How convert this type value 20191115 to 15/11/2019
Hello!
I recommend reading this guide: How to convert 8-digit number to date in Excel
The dates in my Google drive Excel file are confusing dates for months. Instead of 03 / 08 / 2021 reading as 3rd August, it's reading as 8th March. There are so many entries having similar issues, how do I correct this error without having to do the one after the other. So that it recognizes the month as day instead.
Thank you.
Hello!
Change the regional settings of your Google drive.
Which ever date i enter, it should appear as the 1st date of that month
Hi!
Use the custom date format
"1/"mm/yyyy
Hello all,
May I ask how can I show my date like: 9-Aug-2021, with the input message by me be: 8/9/2021 please? Because if I input it that way (with month first, then date), it turns out like: 8-Sept-2021
Thank you so much in advance!
Hello!
Here is the article that may be helpful to you: Default date format in Excel. Change the date format.
How can I convert from 7/14/2021 to 7/14 ?
Hi!
You can use custom date format "mm/dd".
Or you can use the formula
=TEXT(A1,"mm/dd")
Define the column as DAte data type
Apply custom format: M/d
The underlying date will contain the year but it will not be displayed.
I would like all the day , date and year in the following format
Mon, 23 Jan, 2021
Is there anyway to do this in excel?
Thanks
Louise
Hi!
I hope you have studied the recommendations in the tutorial above. It contains answers to your question — ddd, dd mmm, yyyy
Define the column as a Date data type in Home tab > Number group
alternately
ddd, d mmm, yyyy
Single D does not display leading zero
Alexander's format would display date
Mon, 03 Jan, 2021
Within a cell, I've been trying to suss out how to colour the day name differently from the date (in a lighter grey shade) to help the date stand out but keeping the day visible as it will jog the user's memory for the delivery they're checking.
I know it's possible to change font colour between positive and negative numeric values and conditional formatting can be used to pick out different cell values in different colours but I can't find a format syntax to colour part cells.
If you know of a way to use custom formats to colour different parts of a font string I'd be interested to hear. Just curious, don't expect there's many people want to do that!
Until I find a better way I have duplicated the date column - one has the ddd format with grey font and the other column has the dd/mmm/yy format with black font.
thanks
Hi!
With conditional formatting, you can only change the format of an entire cell.
Hello,
How can i convert from July 24th 2021 to 24-07-2021
Thanks
Hi!
Read the answer to your question in this comment.
How would I go about doing the opposite?
e.g.
from:
25/09/2019 14:00:03.000
to:
2019-09-25T14:00:03.000Z
Thanks again
Hi!
Correct the formula I gave you. Read Using Excel REPLACE and SUBSTITUTE functions
Yeah, I realized just after posting that, for doing it the other way around, it was easier to simply create a custom format that includes the T and Z in the required places.
Thanks again
Hi,
How would formula would I need to convert the following time stamp formats?:
from:
2019-09-25T14:00:03.000Z
to:
25/09/2019 14:00:03.000
Many thanks
Hi!
You can use this formula:
=--SUBSTITUTE(SUBSTITUTE(A2,"T"," ",1),"Z","",1)
Thank you!
hi,
i want to insert serial wise numbers for particular month placed orders?
Such as 21-year,07-month,and in that month placed orders one by one.
i got upto (yy,mm PR). I want that to be in order like 210701 PR,210702 PR,210703 PR,210704 PR,210705 PR.
Please help me out
Hi,
Try the following formula:
=SEQUENCE(100,1,210701,1)&" PR"
I have the issue that when I copy a BOM from another program I have certain numbers with the format "1.1.1" which are converted to "01.01.2001". This is fine when I copy them as I make sure they are formatted as text first.
My problem however is this other program sometimes writes them as "1,1,1" with commas instead of full stops. Don't ask me why this happens. I copy and paste over like normal and use the find replace feature to change the commas to full stops. This is where Excel then decides to change the format back to standard and overwrite all my "1.1.1"s as "01.01.2001". When I then attempt to convert back to text it gives me the 1900 text of that date which is unwanted.
How do I use find and Replace to change my commas to full stops without Excel reading it as dates? There are format options in the Find and Replace feature but when you use it I see it uses standard first and then converts to text for example. So I will quickly see a flash of "01.01.2001" and then it will turn into the 1900 text.
Is there a way to Stop Excel reading "1.1.1" as a date and only use "1/1/1" for example?
Hello!
Set the cell to format "Text" before replacing characters. Hope this helps.
Sorry but as I said this doesn't work as the Find and Replace function overwrites this. Even when I set the desired format with the Find and Replace function I see that it converts with Standard format and overwrites as text afterwards, giving me a date as 1900 text.
Hi!
Unfortunately, I was not able to get your problem in my Excel. These recommendations work for me.
My process is:
Format column as text
Copy BOM into column (formatted with commas "1,1,1")
Highlight column and Find and Replace all commas with full stops.
Find and Replace changes these to Dates
When I click on options in Find and Replace to format as text it formats first to dates and then as 1900 text so I end up with 443829 instead of the "1.1.1" that I want.
Dear Sir,
I need to keep type in my excel date as 02 AUGUST 2021. Month has to be full block letters (capital letters). please help
Hello!
This is only possible when converting date to text.
=TEXT(A1,"dd")&" "&UPPER(TEXT(A1,"mmmm"))&" "&YEAR(A1)
I am trying to edit a document that has the dates listed all in the format of year date month...
example: 19612404.
I need the dates to read as 12/04/1961
Month/Date/ year. Each date month year will be different for the column entries so I am struggling to do a formula for it. Any help thanks
Hi!
You can find the examples and detailed instructions here: How to convert 8-digit number to date in Excel
Hi, my excel sheet showing some parts serial number like this 2.40373551027723E+21, it should be a number. i tried to format to number and insert single quote(') in front. but still the same. is there is any way to correct this?
Hi!
When writing a number with more than 15 digits to a cell in an Excel document, the last digits are replaced with zeros. This problem occurs because Excel has a maximum precision of 15 digits. When writing a long number to a cell, the number is rounded to 15 digits and the number is presented in exponential form. You cannot increase the precision of the representation of numbers in Excel.
Write long numbers like text. When entering the number, precede the number with a single quotation mark.
Alexander,
I have searched and done my due diligence to find my answer. Not knowing the answer, I probably am not recognizing that it is in this thread or one of the referenced "Already Answered" threads.
I like to type the date as mmddyyyy, e.g. 05242021 ... It involves typing 3 fewer symbols... I changed format to mmddyyyy, but that is if I type a date format that Excel recognizes... BUT, I want to type in the mmddyyyy format and have Excel recognize that as a date.
How? Please. Thank You.
Cheers, Rick.
Hi,
I have already answered above.
Found it, I hope! :) Thanks
Yes, choose the Format Cells command, select Custom from the Category listbox, and type ##"/"##"/"#### into the Type textbox.
So, close, yet so far... Not my exact solution... Excel wont quite recognize it as a date!
Hi
I'm not sure if my request is possible, but I would like to calculate the time difference for a date and time format used within the military. The format used in our Defence Force is 'dd/hh:mm/mmm/yy', displayed/written as '121300Apr21' (24hr). My questions are;
1. Is it possible for excel to recognise this date/time format, including the month as text?
2. If so, what formula would I use to calculate the time difference between two dates of this format? Eg - calculate time between 121300May21 and 131730May21
3. Finally, is it possible for excel to recognise this date and time format displayed in a number of different ways, i.e, with, or without spaces, between the date and time figures from the same spreadsheet list? The list contains dates and times with spaces in following examples;
a. 12 1300 May 21
b. 121300 May 21
c. 12 1300May 21
Q1&2 are the essential answers I require. Q3, is a nice to have as it will save me time in re-writing a few thousand dates/times already entered. If Q3 is not achievable, then these calculations will be applied from the current date, assuming that Q1&2 are possible.
Appreciate any assistance, and happy to provide clarity if my questions are confusing - thanks
Hello!
Excel recognizes your data as text. You can convert this text to date and time using this fromula
=--(LEFT(A1,2)&"-"&MID(A1,7,3)&"-"&RIGHT(A1,2))+TIME(MID(A1,3,2),MID(A1,5,2),0)
Apply the date and time format you want to this cell.
You can change this formula to convert any date from Q3.
You can convert 121300May21 and 131730May21 in two separate cells and then subtract them. Or use one formula
=--(LEFT(A2,2)&"-"&MID(A2,7,3)&"-"&RIGHT(A2,2))+TIME(MID(A2,3,2),MID(A2,5,2),0) - (--(LEFT(A1,2)&"-"&MID(A1,7,3)&"-"&RIGHT(A1,2))+TIME(MID(A1,3,2),MID(A1,5,2),0))
My problem is here:
I am used to typing dates as mm-dd-yy
When I type in a cell 08-12-21, I want it to be (dd-mmm-yy) which is 12-Aug-21
But what shows up is 8-Dec-21.
How do I fix this?
Hello!
Please check out this article to learn how to change the default date and time formats in Excel.
I hope it’ll be helpful.
hi sir, i type 4/10 it is automatically changed to Apr-10. I need as it is (4/10).. How can i get it?????
Hello!
To write a fraction in a cell that has the General format, precede the fraction with zero and a space. For example, to enter 4/10 into a cell, you would type 0 4/10. If you enter 4/10, Excel converts that fraction to a date.
hello, how to change the time format using an excel function, example, converting this format (12:00 AM/PM) to (12-00-00 AM/PM), (12:00:00 AM/PM), (12 AM/PM) thanks
Hello!
I hope you have studied the recommendations in the tutorial above.
Use custom time format:
h:mm:ss AM/PM
hh AM/PM
h-mm-ss AM/PM
Hello thanks for the response. I have another question, can you change the format of time using the example problem above by creating an excel function and not by create custom format?
Hello!
To write the time in the format you want, you can use these formats in the TEXT function. But the result of this formula is not time, but text.
How to change date format from "2020-Apr-27 " to 27-Apr-2020 in excel file
Hello!
Please check out this article to learn how to convert text to date and number to date.
I can’t give you a more accurate advice since you didn’t specify which date and time format your Windows uses.
Hello,
I spend 99% of my Excel time processing timestamped data from SQL Server which include milliseconds.
My custom Excel format is: yyyy-mm-dd hh:mm:ss.000
And it works perfectly but I always have to apply the formatting manually to cells in each sheet and then use format painter to change the other columns.
I would like to setup Excel so that every time Excel wants to format any cell as any kind of date or time I want Excel to use my custom format, including ms.
I tried using my Excel format string in Windows regional settings but the .000 for milliseconds is not accepted.
Is this possible? and if so how?
Thanks
Hello!
Unfortunately, the default date and time format in Windows does not use milliseconds. This can be done using a custom format.
It's works- well done but when I want to copy its came back to dd/dd/yyyy
thanks
Hi Gufron,
Since format is applied to cells, not values, you also need to set your custom date format to the cells that you copy the dates to.
Hi! My problem is when I type "Apr 3" in excel and click enter, the date that appears is April 1, 2001. The cell is formatted for the date to appear that way but the actual date that comes out is not April 3, 2021. This is happening on my laptop where I just installed Microsoft Windows 10.
In my PC, that has Microsoft Windows 10, I do not have this problem with excel. I can type in Apr 3 and April 3, 2021 appears. Please help me solve this issue? Thank you
Hi!
I recommend checking the regional settings of Windows: Control Panel - Time&Language - Region - Regional format data.
Hello.
I have a table, 4 columns and a lot of rows with values 0 and 2.
I need to replace the values like this 0 to 0.4/22 and 2 to 2/22.
I searched everywhere and I dint find the answer.
The thing is it auto-transform the text (2/22) into date, or into fractional. I need it to stay text. I have to replace them manual one after each other.
I have Office 2019 .
Thank you for your attention.
Hello!
In the "Replace with" field, write an apostrophe before 2/22. This will show that it is text
'2/22
I hope my advice will help you solve your task.
Dear Sir,
In a excel sheet i have the following problem:
04-12-81 18:00
04-12-81 21:00
13-4-1981 00:00:00
13-4-1981 03:00:00
In which first two are incorrect and last two are in correct format. Excel is reading first two as 4 December but actually they are 4 April. How can I correct these errors? I have copied data of around 40 years (1981 to 2020) in a excel sheet and I have to correct the incorrect dates. Please give your valuable suggestions.
Hello!
To convert the date December 4th to April 12th, use the formula
=DATE(YEAR(A1),DAY(A1),MONTH(A1)) + TIME(HOUR(A1),MINUTE(A1),SECOND(A1))
I hope this will help
Thanks Sir. It works. But another problem is that I have a huge data set from 1981 to 2020. How can I filter those incorrect date formats quickly so that I can correct those data.
Hello!
If I got you right, the formula below will help you with your task:
=IFERROR(DATE(YEAR(A2),DAY(A2),MONTH(A2)) + TIME(HOUR(A2),MINUTE(A2),SECOND(A2)),DATE(MID(A2,SEARCH("-",A2,4)+1,4), MID(A2,SEARCH("-",A2,1)+1, SEARCH("-",A2,4)-SEARCH("-",A2,1)-1), LEFT(A2,SEARCH("-",A2,1)-1))+TIMEVALUE(RIGHT(A2,8)))
Hope this is what you need.
Hi! I have an excel file and under the date column that has like this "190916". There is no specification as to what the format is but I am assuming it is in the yy/mm/dd format. I tried formatting it to the mm/dd/yyyy but whenever I try to change all of them, it just goes like this "9/15/2422".
How can I change it into a proper mm/dd/yyyy format?
Thank you.
Hi!
Read this comment. It contains answers to your question
I can't seem to get it from 44256 to 3/1/21 I've clicked everything! plus I have a ton of questions I am using one of their preset ledgers. could this be the problem? Also, side help note question since I've been everywhere and this is so confusing. Is there a place where I can go and someone can look at what I have and maybe walk me through some things? because once it's set I'm good to go! Thanks for all the help everyone, I will talk all that I can get!! (I am using check register with chart) but trying to make it specific for me
Hi,
I think your problem is that 44256 is written as text, not as a number. Convert text to number as described in this tutorial. Then apply the date format.
how to change date and time format from 05012021 20:54:25 to 01/05/2021 20:54:25
First of all... Alexander, you are amazingly patient and kind!
Abdulla... I like the "05012021" format because it involves no symbols. Is faster to type, in other words. I have learned that the format you have is: mmddyyyy hh:mm:ss and you want to go to: mm/dd/yyyy hh:mm:ss... You go into Format (Ctrl+1), Number Tab>Custom and Type in... Your date ant time you want is the second. Just type it in and hit return...
My question for Alexander Son of Trifunt ;) is, I entered mmddyyyy and use that as my "date" representation. However, I want to type in a date as mmddyyyy e.g. 05242021 and have it keep that as a date. Rather than typing in 05/24/2021 and having it represent as 05242021... But it says, as I know you will guess because you have probably ALREADY answered this question, "Dates that are negative or too large display as #### etc." I am guessing it has something to do with changing dates as text or numbers. But I am not clear on this...
Thank You, Rick.
Hi,
If you enter 05242021, the number 5242021 will be written. To write 05242021, you need to enter it as text, put the character ` before the numbers. But that still won't be a date.
You need to use VBA to solve your problem.
I need one column to be Monday then Wednesday then Friday all with the month and year
and the other column to be Tuesday then Thursday then Saturday all with the month and year
Is this possible? I've been trying and can't seem to figure it out.
Thanks.
Lori
Hello!
In cell A1, write down the date, which is Monday. For example, February 15th. In cell A2, write down the formula
=IF(WEEKDAY(A1,2)=5,A1+3,A1+2)
Copy the formula down the column.
For Tuesday use the formula
=IF(WEEKDAY(A1,2)=6,A1+3,A1+2)
Read more about the WEEKDAY function in this article.
I hope my advice will help you solve your task.