How To Quickly Convert Text To Dates With Find And Replace In Excel

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.ค. 2024
  • Sign up for our Excel webinar, times added weekly: www.excelcampus.com/blueprint...
    In this video I explain a shortcut with Find and Replace to quickly convert text to dates in Excel. The example is an Excel file that has been exported from Quickbooks Online. However, this technique will work on any file that has dates stored as text.
    Download the sample Excel file: www.excelcampus.com/tips/text...
    I also explain how to determine that the value in the cell is text instead of a date by using either the number format drop-down menu, or the filter drop-down menu. In the filter drop-down menu the dates will NOT be grouped, and instead listed out individually.
    Please leave a comment below with any additional tips or techniques you have for converting these dates to a date data type. Thank you! 🙂👍
    Additional Resources:
    How the Date Calendar System Works in Excel: • Understand How The Dat...
    Convert Text to Dates with Flash Fill: • Convert Text to Dates ...
    How to Add Days to Dates in Excel:
    • How to Add Days to Dat...
    #MsExcel #ExcelCampus
    00:00 Introduction
    00:12 Converting Text to Date
    00:32 Number Format Drop-Down
    00:49 Filter Drop-Down
    01:39 Use Find & Replace to Evaluate Cells

ความคิดเห็น • 136

  • @VivekGupta1994
    @VivekGupta1994 5 ปีที่แล้ว +10

    Thanks Jon.. another way to do this would be to just select entire column & pressing Alt AEF or Alt DEF..

  • @Purich05
    @Purich05 10 วันที่ผ่านมา

    Thank you, This SAVED my life

  • @toshiyo822
    @toshiyo822 2 ปีที่แล้ว +2

    Thank you - this is exactly what I needed, short and simple.

  • @ethofmeyr
    @ethofmeyr 5 ปีที่แล้ว +1

    Hi Jon. I tried to post this on the blog where many people from non-USA countries had the issue where this did not work. Somehow my post there doesn't go through so I thought I'd post it here:For the English v American date notation issue:This is a simple user-defined function I wrote that converts dates incorrectly recognized in American format back to English format but should work for the other way round as well. So far it has worked for me and for this example it works because it forces excel to look at the cell and then still converts it to an English format so will still keep the correct date ie. for the find replace method, excel will change '06/02/2019 to 6 Feb 2019 (for English users) but using this function it will force excel to look at the cell, and then convert 6 Feb to 2 June.Note: only use it when you know that the dates are in American notation - if your PC recognizes 1/2 as 1 Feb (and that is what you wanted!), this function will convert it to 2 Jan and muddle your dates!Btw - Great website Jon and greetings from Namibia! I have learnt so much from you! The function name is merely in jest and so that I can remember it directly from excel :-) You will need to copy the below function into your personal workbook VBA editor which you can either access from any other VBA code or directly from excel with the following function:
    =PERSONAL.XLSB!IDONTSPEAKAMERICAN(A3)
    Jon has more material on functions.As mentioned, I think American users can also use the same function if they have the reverse issue (eg. you import a document where 1/2 is 1 Feb but imports to your PC as 2 Jan) but I wouldn't recommend calling it PERSONAL.XLSB!IDONTSPEAKENGLISH(A3)Here's the function:
    ***
    Function idontspeakamerican(inputDate As Date)'converts all American dates back to English dates eg. 5/4 becomes 4 May - _
    the function will convert it back to 5 April but leave 13 Jan as 13 JanDim y, m, d As Integer
    Dim isAmerican As Booleany = Year(inputDate)If day(inputDate) < 13 Then
    isAmerican = True
    Else
    isAmerican = False
    End IfIf isAmerican Then
    d = Month(inputDate)
    m = day(inputDate)
    Else
    d = day(inputDate)
    m = Month(inputDate)
    End Ifidontspeakamerican = DateSerial(y, m, d)
    End Function

  • @ManikandanRaju
    @ManikandanRaju 5 ปีที่แล้ว +3

    Thanks Jon. Brilliant idea. Simple and quick way to solve..

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว

      Thanks Manikandan! :-)

  • @modernaone
    @modernaone 2 ปีที่แล้ว +1

    What a nice trick Jon!
    I learned a lot of something I needed!
    Thanks so much!

  • @gursikh133
    @gursikh133 2 ปีที่แล้ว +1

    Jon your video was so helpful, The words are not enough to Thank You.

  • @sekharispassion
    @sekharispassion ปีที่แล้ว +1

    I had this issue with 360000 rows data and then saw your video and converted them to dates.
    Thanks for the useful trick which saved my valuable time from using text to columns and date function.

  • @user-ye2ls5uh6m
    @user-ye2ls5uh6m 5 หลายเดือนก่อน +1

    PERFECT! 3800 Cells saved!

  • @dogodefrja
    @dogodefrja 2 ปีที่แล้ว +1

    Very useful, I was looking for a solution like that for while until I found your video. Thanks for sharing !!!

  • @willbeschi5385
    @willbeschi5385 2 ปีที่แล้ว +1

    This is exactly what I was looking for.. Thanks for this useful tip Jon :)

  • @thaddeusshaffer4373
    @thaddeusshaffer4373 4 หลายเดือนก่อน

    Thank you!

  • @yulinliu850
    @yulinliu850 5 ปีที่แล้ว +1

    Excellent!

  • @samvan7787
    @samvan7787 2 ปีที่แล้ว +1

    Great tip

  • @jayarajmarydasan4242
    @jayarajmarydasan4242 4 ปีที่แล้ว

    It brings a cheer in my heart. Long time I am waiting for such a solution. Thanks sir

  • @christina3n
    @christina3n 4 ปีที่แล้ว +1

    Thanks so much, this really helped and saved me sooo much time 😊

  • @elainehaakstad473
    @elainehaakstad473 6 หลายเดือนก่อน +1

    Helpful tip! Finally I've figured this out. Thanks!

    • @ExcelCampus
      @ExcelCampus  5 หลายเดือนก่อน

      Glad it helped! 😀

  • @adityakiran4504
    @adityakiran4504 3 ปีที่แล้ว +1

    Very Helpful

  • @christineparsons2429
    @christineparsons2429 2 หลายเดือนก่อน

    Helpful!!
    Thanks.

  • @pennywhittaker6677
    @pennywhittaker6677 5 ปีที่แล้ว +2

    Good tip. Not using quick books but I come across this problem with out reports and it has given me some good ideas on how to manage this problem. Thanks

  • @shirleyqu8819
    @shirleyqu8819 5 ปีที่แล้ว +1

    Great tip! Thanks for sharing, very helpful on my daily job.

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว

      Thanks Shirley! Happy to hear this tip will help you!

  • @saidbachirii3563
    @saidbachirii3563 2 ปีที่แล้ว +1

    you are the best👍👍👍

  • @anillpatel
    @anillpatel 5 ปีที่แล้ว +1

    Thanks Jon. This is very useful.

  • @mikerey02
    @mikerey02 5 ปีที่แล้ว

    I like these videos. Thanks.

  • @Excel_Mantra
    @Excel_Mantra 5 ปีที่แล้ว

    *Amazing trick Joan*
    *Thanks for sharing*
    *Ontime Edu* 👌👌🙌

  • @jeffcecchini3588
    @jeffcecchini3588 ปีที่แล้ว +1

    Brilliant, thank you! I fixed 915 dates in a second.

  • @dennisd5776
    @dennisd5776 5 ปีที่แล้ว +5

    Hi Jon. The fastest way to tell if it is text or numbers is to look at alignment. Text is general left aligned, while numbers are right.

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว

      Great suggestion! Thanks Dennis! :-)

  • @user-vj6qm4yz5r
    @user-vj6qm4yz5r 4 หลายเดือนก่อน

    Great tip, works wonders

    • @ExcelCampus
      @ExcelCampus  4 หลายเดือนก่อน

      Glad it helped 😀

  • @glenboid
    @glenboid 4 ปีที่แล้ว

    Thanks this is a really helpful tip!

  • @rogerwillis7692
    @rogerwillis7692 5 ปีที่แล้ว

    Amazing!

  • @waqasmasood6537
    @waqasmasood6537 3 หลายเดือนก่อน

    Love you bro

  • @karimtilouch1184
    @karimtilouch1184 20 วันที่ผ่านมา

    Helpful video

  • @lahiriishani
    @lahiriishani 11 หลายเดือนก่อน

    I struggled for hours before finding this. thank you so much!!!!

    • @ExcelCampus
      @ExcelCampus  10 หลายเดือนก่อน

      Glad I could help, @lahiriishani ! 😀

  • @tobond4041
    @tobond4041 2 ปีที่แล้ว +1

    Awesome!!! Thanks!! Such a small action but can do so much :-)

  • @susantakumar8330
    @susantakumar8330 5 ปีที่แล้ว +1

    Brilliant idea Jon,
    I used to multiply each cell value with 1
    So, that it can be converted into date format Or We can use TEXT to Column wizard of DATA tab.

  • @dastageera9626
    @dastageera9626 3 ปีที่แล้ว +1

    Thanks brother..

  • @harshadkumarsolanki8765
    @harshadkumarsolanki8765 2 ปีที่แล้ว +1

    thanks for such informative vedio

  • @evnsadvc2932
    @evnsadvc2932 2 หลายเดือนก่อน

    This is amazing!

    • @ExcelCampus
      @ExcelCampus  2 หลายเดือนก่อน

      Thank you! 😀

  • @rpfpostjabalpur5128
    @rpfpostjabalpur5128 7 หลายเดือนก่อน +1

    NICE THANKS

  • @Ali.Mostafa
    @Ali.Mostafa 5 ปีที่แล้ว +1

    Awesome tip! I used to to it using Text to columns, or - - in formulas.. But this one is easier than text to columns for that matter! Thanks again for the nice tip!

  • @rosababad7928
    @rosababad7928 5 ปีที่แล้ว +1

    That is good tip thank you so much

  • @muradayyad
    @muradayyad ปีที่แล้ว

    Thanks alot for ur Effort , understandable Explanation , and obvious Voice . Another Tip for Converting the Date Format from Text to proper Date Format : Select the whole Column , Data Menu , Text to Column , last step choose Date and then click the finish Button .

  • @caketangadhiya5773
    @caketangadhiya5773 ปีที่แล้ว +1

    THANK U SO MUCH VERY HELPFULL VIDEO FOR QUIK RESULT

    • @ExcelCampus
      @ExcelCampus  ปีที่แล้ว

      You're welcome, CA! :)

  • @armindolopes2248
    @armindolopes2248 9 หลายเดือนก่อน +1

    easy done, thks.

    • @ExcelCampus
      @ExcelCampus  9 หลายเดือนก่อน

      Welcome @armindolopes2248😊

  • @user-tz4zt6yv4j
    @user-tz4zt6yv4j 4 หลายเดือนก่อน

    very helpfull

  • @fabricetanoe5495
    @fabricetanoe5495 3 หลายเดือนก่อน

    Thanks a lot!
    I have 2 other methods.
    The first one is with function CNUM ( I use Excel in French but I think it's the same name) : =CNUM(the cell with the text).
    The second one is with the function DATE. In this function there are 3 Arguments (Year, month and Day).
    You write : =DATE(YEAR(the cell);MONTH(the cell);DAY(the cell)).
    YEAR, MONTH, and DAY are functions.

  • @md.saifulislamtuku9303
    @md.saifulislamtuku9303 5 ปีที่แล้ว

    thanks From Bangladesh

  • @nithikarnthongkong5417
    @nithikarnthongkong5417 4 หลายเดือนก่อน

    bro should have got an Oscar for this. bravo

    • @ExcelCampus
      @ExcelCampus  4 หลายเดือนก่อน

      Haha, thanks for the feedback! 😀

  • @K8LOYT
    @K8LOYT 5 ปีที่แล้ว

    just one word for you "WOW"

  • @patricknyamu6110
    @patricknyamu6110 5 ปีที่แล้ว +5

    text to column (Alt DE)

  • @LaughterHeals2007
    @LaughterHeals2007 5 ปีที่แล้ว

    I like to keep the imported data as it came, so I use a second sheet for all conversions, etc.
    For this I'd use the DateValue() function.

  • @nagarjunpolam8561
    @nagarjunpolam8561 ปีที่แล้ว +1

    Super

  • @wayneedmondson1065
    @wayneedmondson1065 5 ปีที่แล้ว +4

    Hi Jon.. great tip. Another method is to put the cell pointer in a blank cell and CTRL+C to copy, then highlight the cells with the text dates (or any other text values) and press CTRL+ALT+V for Paste Special and choose "Add" (or "Subtract") under Operation command grouping. Click OK and all the text dates will have 0 added to them and be converted to true values. This works with any text values that just need the nudge to be recognized as true values by EXCEL. Like your Replace operation or a double unary operation.. Paste Special Add or Subtract 0 gives EXCEL what it needs to convert to true values. You can also do it by putting a 1 in a cell and "Multiply" or "Divide" instead of "Add". I like the Add 0, because you can use a blank cell.. one less step. I like your Replace method.. never thought of using it to find and replace the same character to get the value conversion.. great! Thumbs up!

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว +1

      Awesome! Thanks for sharing this paste special method Wayne. I don't think I've ever used that one, but it's another great trick to know for text conversion. 👍

    • @wayneedmondson1065
      @wayneedmondson1065 5 ปีที่แล้ว

      @@ExcelCampus Thanks Jon.. just saw below from CA Vivek Gupta using ALT, A, E, F or ALT, D, E, F.. those are great too and easy to do right from the keyboard either in a single cell or over a range. These exercises always produce some useful and creative solutions.. great learning! Double Thumbs up!!

  • @guidobusuttil4866
    @guidobusuttil4866 3 ปีที่แล้ว +1

    Hi Jon Thanks for this. I have data from a CSV file when i was in a Query i noted that the date data was in text. I have tried your method and a few other methods but nothing is converting the data to number or date format.

  • @ExactProBi
    @ExactProBi 5 ปีที่แล้ว +1

    Hi Jon, nice trick, but we can automate the entire process by pasting Quick book exported excel report into a folder and create Excel Table using Power query, Powe query can easily convert these kinds of odd date formats into proper dates types, also do many other wonderful things, since it will be an automated process, next time user needs to paste the same file in folder and final report can be available for further data anlaysis with data > refresh!

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว

      Yes! Power Query is another great solution for this. Thanks! 🙂

  • @qunticoqamiroquai1620
    @qunticoqamiroquai1620 4 ปีที่แล้ว

    Someone may have said this but the way I change text to dates is to highlight the entire column, then copy it, then paste it as a value and it's in number format. Everything out of SAP to excel is always formatted in text so I use this method a lot. It's very fast.

  • @devontate127
    @devontate127 4 ปีที่แล้ว +1

    it didn't work for me .. is there something else i can do to convert the General to Date

  • @shreyanshraj3893
    @shreyanshraj3893 ปีที่แล้ว

    Thanks. Please can you show how to change dates with time in it from text to normal data formate for example: 07/15/2022 09:55 .

  • @dudeman1957
    @dudeman1957 5 ปีที่แล้ว

    Similar to Susanta Kumar below I use 'paste special' functionality to 'multiply'' everything by 1 without having to create a new column. This is the only time I use the 'Operation' functions in 'paste special'.

  • @ahmed007Jaber
    @ahmed007Jaber 4 ปีที่แล้ว

    how to do that conversion using the CSV file?

  • @abbottkatz8830
    @abbottkatz8830 5 ปีที่แล้ว +6

    Another possibility: if a text/date is stored in A3, this formula: =--A3 will also perform the conversion.

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว

      Very cool! Thanks Abbott! 🙂

    • @abbottkatz8830
      @abbottkatz8830 5 ปีที่แล้ว

      @@ExcelCampus Thanks. I can't take credit for it, though I don't recall where I first saw it. Not sure why the unary operator works here, but it does.

    • @muditdave7772
      @muditdave7772 2 ปีที่แล้ว

      Thanks Abbott, much appreciated 👍

    • @abbottkatz8830
      @abbottkatz8830 2 ปีที่แล้ว

      @@muditdave7772 You're welcome. Again, it's not entirely clear to me why it works, but it does :) It also seems to work with times stored as text.

  • @ignaciodebustamantefort
    @ignaciodebustamantefort 5 ปีที่แล้ว +1

    To autmate the process we can record a macro and rthen run it.

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว

      Thanks Ignacio! 🙂

  • @HoangThanhDuc
    @HoangThanhDuc 4 ปีที่แล้ว

    I use Text To Column

  • @tanmaypandey9387
    @tanmaypandey9387 9 หลายเดือนก่อน

    I think we can also do it using text to column

  • @smith28c
    @smith28c 4 ปีที่แล้ว

    Hi Jon, thanks for all excellent video
    Could you please help me, if there is a way to change to dates to Fiscal year in a Pivot Table, our financial year starts June to July and Excel sorts in Jan to Dec.
    Kind Regards, Don

  • @charlesallsop2470
    @charlesallsop2470 3 ปีที่แล้ว

    Hi Jon I am trying to do the reverse, the exported file in csv changes my part numbers to dates? i.e.12-2003 becomes Dec-03 in a custom format?

  • @JonathanExcels
    @JonathanExcels 5 ปีที่แล้ว +1

    I usually use the status bar to determine if they are really dates or not.

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว +1

      Great tip! Thanks Jonathan! :-)

  • @MeongBiyu
    @MeongBiyu 15 วันที่ผ่านมา

    hi jon, i actually have a "date" text in a month day year format like this "6/14/2024 12:00:00 AM", if i use find and replace technique like you shown, it only converted some part of the data where its suitable for day month year format like "6/12/2024 12:00:00 AM", how can i convert fully all my date with mm/dd/yyyy format to the date type? i've been struggling with this for quite a while now, i'll appreaciate for your help

  • @bharathikanna2362
    @bharathikanna2362 5 ปีที่แล้ว

    Hi Jon can you please upload a video for my request ( I have workbook with multiple worksheet. I want to combine all the worksheet data into one worksheet using VBA can you help on this)

  • @airmitch1
    @airmitch1 3 ปีที่แล้ว +2

    It didn't work for me. The text dates remained so after the replacement. Tried replacing / with / and / with -. Cells remained "General"

  • @donaldthomas9514
    @donaldthomas9514 5 ปีที่แล้ว

    I get picture links that I have to convert... so far no quick step has helped. I have to enter the cell go to the end and tab to the next and then it converts to a link.... any ideas?

  • @robgeller1
    @robgeller1 2 ปีที่แล้ว +1

    Hi Jon. The text column template is mm/dd/yyyy. In Canada and the UK the default is dd/mm/yyyy. The method in this video doesn't seem to work in that scenario. What's the alternative?

    • @stanislavmykhailychenko4679
      @stanislavmykhailychenko4679 9 หลายเดือนก่อน

      Record a macro, for the first time you select column with the dates, then you go to View/ Macro / Record Macro, set it to Perosnal workbook and select for example CTRL+SHIFT+D so it' not triggering anything else, now record steps above and changing date format, 2 steps esentially, now stop the Macro and now when ever you need to quick convert select columns and press CTRL SHIFT D...

  • @markfannin3975
    @markfannin3975 4 ปีที่แล้ว

    How do you extract the date from 011600Z MAR 20 (which is a ddhhmm[ Z= zulu time] mmm yy format, to a "dd mmm yy" format? That's a tough one. It's the text part (MAR for March) that I can't figure out. I use "right", "mid" and "left" but excel doesn't recognize the MAR (text) as the month of March.

  • @ScooterMcGraw
    @ScooterMcGraw 2 ปีที่แล้ว

    I'm trying to find the solution to convert dates in the format 23 January 2019 to 23/01/2019. Using text to columns gives some crazy answers (e.g. all the dates end up being 1900, or it sees the year 2010 as October 20). So I'll be interested in that please!

  • @neha1612
    @neha1612 ปีที่แล้ว

    i idownloaded data from tableau and the dates are in "Jan'21" format. Once I create a pivot, excel sorts the dates alphabetically. I need them in calendar format and I am not able to convert them into dates. (month-year) format. Can you help here?

  • @cbluna6944
    @cbluna6944 5 หลายเดือนก่อน

    Hi i would like to know if this format of date 110323 can be converted to excel dates? Thank in advance for the help

    • @ExcelCampus
      @ExcelCampus  5 หลายเดือนก่อน +1

      Hi CB! Yes, it can!! 😀 One way is to use Excel functions to pull the different date pieces apart and then put them back together. =DATE(RIGHT(A1,2)+100, LEFT(A1,2), MID(A1,3,2)) would take your date listed in Cell A1 and produce 11/3/2023. The +100 is for the year 2000 and later. Hope that helps!

  • @tomotobe
    @tomotobe ปีที่แล้ว

    might i know how to convert amercian date in text form to uk date form in date ?

  • @sparkvibe1319
    @sparkvibe1319 ปีที่แล้ว

    Hi Jon, how to convert text into value in a date in excel example Sun, 18 Jul, 2021, 10:38 pm IST, I'm new to excel?

  • @donens9310
    @donens9310 2 ปีที่แล้ว

    Tried the find, replace method, but it did not work. Is it possible since I'm using older (XP version) Excel that it won't work?

  • @KamikazeRDGem
    @KamikazeRDGem ปีที่แล้ว

    Question: what happen when the date has a time ?

  • @AnkurKumar-cy8sk
    @AnkurKumar-cy8sk 4 ปีที่แล้ว

    Dear sir , i appreciate you for sharing your precious knowledge with us but i am facing some problem in this
    some of my text dates are change with your method but some are as remains as it is
    please help me with this sir how can i change all my text dates in number format

  • @Trin248
    @Trin248 ปีที่แล้ว +1

    Hi Jon,
    What can I do to format dates listed in a table this way- May 21 2019, July 05 2019, January 01 2019? With the month names and no comma after the day, I'm having trouble formatting these as a date. What can I do?

    • @Mattaisu
      @Mattaisu 7 หลายเดือนก่อน

      I have the exact same issue T.T Any solutions?

  • @bhagyeshmane5833
    @bhagyeshmane5833 ปีที่แล้ว

    Nice
    But some one problem
    Date 2/23/2014 this convert in date to short out this problem sir

  • @user-zq9tt9jt4c
    @user-zq9tt9jt4c ปีที่แล้ว

    Hi Jon. How to reformat this text and date to date?
    For example: ISSUE DATE-1-09-2017 -> Date is 01-Sep-2017 ????
    Thanks

  • @varunbaid9193
    @varunbaid9193 5 ปีที่แล้ว

    Will this trick work in excel 2007 as well??

  • @sushantmohite7887
    @sushantmohite7887 3 ปีที่แล้ว

    How to convert 16-01-20 17:38 into excel supported date and time format?

  • @9970mario
    @9970mario ปีที่แล้ว

    How to convert text date such as 2nd April to 02-04-2022

  • @shuska9247
    @shuska9247 5 ปีที่แล้ว +1

    Hi Jon, I've imported data from the web in the form of "Dec 29, 2017". How do I convert that kind of text to dates?

    • @ExactProBi
      @ExactProBi 5 ปีที่แล้ว +1

      Try Power Query, import using Get and Trasnform in to excel.

    • @a.j.wilkes6352
      @a.j.wilkes6352 5 ปีที่แล้ว +1

      The DATEVALUE function works well if that's available to you.

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว

      Great question Shuska! In addition to the other awesome replies, you might want to try this Find and Replace trick using the comma character. I haven't tested, but it might work?
      Thanks! 🙂👍

  • @varunbaid9193
    @varunbaid9193 5 ปีที่แล้ว

    How to change it when the date is recognized in mm/dd/yyyy format??

    • @rogerthat24
      @rogerthat24 5 ปีที่แล้ว

      Just change the date format to mm/dd/yy through 'Format Cells...'

    • @JonathanExcels
      @JonathanExcels 5 ปีที่แล้ว +1

      Use text to colums wizard. In one of the wizard steps (3rd from memory) you can identify that they are dates and in what format.

  • @Radioguy00
    @Radioguy00 5 ปีที่แล้ว +1

    Unfortunately, the link to the sample file is not working :-)

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว

      Thank you for letting me know! I just fixed it. 👍

  • @kinleypenjor3305
    @kinleypenjor3305 2 หลายเดือนก่อน

    My dates are spread across rows in the header, this technique won't work. can you help me on this

    • @ExcelCampus
      @ExcelCampus  2 หลายเดือนก่อน

      Hi Kinley! 😊 You can also use this same technique by selecting a row instead of a column. The find and replace steps still apply. I hope that helps you! 🙂

  • @lamyaomer3213
    @lamyaomer3213 ปีที่แล้ว

    how to convert timestamps to date

  • @suhaimiabdazais
    @suhaimiabdazais 2 ปีที่แล้ว

    Let say 1/1/2022 and 2/1/2022 is Sat & Sun by auto is week 1.. how to formulate 3/1/2022 as a week 1? and how to format as WEEK 01, WEEK 02 ...etc

  • @lamnkify
    @lamnkify 5 ปีที่แล้ว +1

    Hi Jon. For some reason, it didn't work for me.

    • @ExcelCampus
      @ExcelCampus  5 ปีที่แล้ว

      Sorry to hear that Lam. It could be because your regional date format is not the same as the date format of the data in the sample file. In this case the format is mm/dd/yyyy. I added a section to the article that explains more about this, and will follow-up with alternative solutions. www.excelcampus.com/tips/text-to-dates-find-replace
      I hope that helps.

  • @namakuethukuoorvambu_neov7166
    @namakuethukuoorvambu_neov7166 ปีที่แล้ว

    Will check and let me mu fidinds

  • @oddnumber8149
    @oddnumber8149 4 ปีที่แล้ว

    dont work

    • @oddnumber8149
      @oddnumber8149 4 ปีที่แล้ว

      =DATE(RIGHT(A3,4),LEFT(A3,2),MID(A3,4,2)) work

  • @sanguinj
    @sanguinj 2 ปีที่แล้ว

    Hmm. I did exactly what you very well explained and it didn't work for me. I have tried: Istext(cell) False or Number, multiplying by 1 or adding a zero and some other hacks..No success