+ Reply to Thread
Results 1 to 19 of 19

=TEXT formula

Hybrid View

nevillina =TEXT formula 03-12-2010, 04:52 PM
NBVC Re: =TEXT formula 03-12-2010, 04:54 PM
nevillina Re: =TEXT formula 03-12-2010, 04:59 PM
NBVC Re: =TEXT formula 03-12-2010, 05:01 PM
nevillina Re: =TEXT formula 03-12-2010, 05:04 PM
NBVC Re: =TEXT formula 03-12-2010, 05:06 PM
nevillina Re: =TEXT formula 03-12-2010, 05:08 PM
NBVC Re: =TEXT formula 03-12-2010, 05:10 PM
nevillina Re: =TEXT formula 03-12-2010, 05:16 PM
NBVC Re: =TEXT formula 03-12-2010, 05:28 PM
nevillina Re: =TEXT formula 03-12-2010, 05:31 PM
NBVC Re: =TEXT formula 03-12-2010, 05:34 PM
NBVC Re: =TEXT formula 03-12-2010, 05:44 PM
NBVC Re: =TEXT formula 03-12-2010, 05:46 PM
ChemistB Re: =TEXT formula 03-12-2010, 05:54 PM
nevillina Re: =TEXT formula 03-12-2010, 05:59 PM
nevillina Re: =TEXT formula 03-12-2010, 06:05 PM
nevillina Re: =TEXT formula 03-12-2010, 06:59 PM
martindwilson Re: =TEXT formula 03-12-2010, 08:39 PM
  1. #1
    Registered User
    Join Date
    03-09-2010
    Location
    Baden-Württemberg, Germany
    MS-Off Ver
    Excel 2007
    Posts
    18

    Question =TEXT formula

    Hi everyone,

    I have been re-teaching myself some excel formulas from a booklet I have for the older version of excel and trying to apply it to excel 2007.

    I have been trying to use an =TEXT formula to convert a date into a day.

    Example:

    11.09.1956

    I have typed in =TEXT(A1;"dddd") but this doesn't work.

    Can anyone help me?

    Thanks
    Last edited by nevillina; 03-12-2010 at 07:02 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: =TEXT formula

    Is that date entered as a text string?

    Try: =TEXT(Substitute(A1,".","/");"dddd")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    03-09-2010
    Location
    Baden-Württemberg, Germany
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: =TEXT formula

    No, the date is in numbers: 11.09.1956

    I tried your formula but it says that I have entered too few arguments.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: =TEXT formula

    Sorry, regional setting differ...

    =TEXT(Substitute(A1;".";"/");"dddd")

  5. #5
    Registered User
    Join Date
    03-09-2010
    Location
    Baden-Württemberg, Germany
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: =TEXT formula

    It still comes up in the cell as dddd instead of a day of the week.

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: =TEXT formula

    How does the attach translate?
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    03-09-2010
    Location
    Baden-Württemberg, Germany
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: =TEXT formula

    In cell B1 it says dddd

  8. #8
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: =TEXT formula

    Delete... bad formula...
    Last edited by NBVC; 03-12-2010 at 05:38 PM.

  9. #9
    Registered User
    Join Date
    03-09-2010
    Location
    Baden-Württemberg, Germany
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: =TEXT formula

    It stills says dddd. Here is the attachment:
    Attached Files Attached Files

  10. #10
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: =TEXT formula

    for me the basic =Text(C2,"dddd") works...

    I am not sure why even the one I sent you pulls up dddd

    Does the attached work?
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    03-09-2010
    Location
    Baden-Württemberg, Germany
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: =TEXT formula

    No, it stills comes up as dddd...it's very strange as I have tried DATEDIF functions with the same worksheet and they work fine. It's only the =TEXT that doesn't.

    Thanks for your help anyway.

  12. #12
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: =TEXT formula

    Sorry have never witnessed that before...

  13. #13
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: =TEXT formula

    Have you tried just hitting F2 on the cell and then Enter?

    The file you sent showed me dddd too, but I just activated and hit enter and got a day...

    Note: The formula I gave you before ...=Text(Right(A2,2).....) was rubbish.. it is but the basic =TExt(A1,"dddd") should work....

  14. #14
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: =TEXT formula

    Another way would be just to enter =C2 and then format the cell as custom: dddd

  15. #15
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: =TEXT formula

    My computer did the same thing as NBVC's. If you have a lot of that formula in the column, rather than using F2 on each one, you can select the column and do Text to Columns>Finish. That changed the dddd to Tuesday for me. (Text to Columns is on the Data tab of your ribbon).
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  16. #16
    Registered User
    Join Date
    03-09-2010
    Location
    Baden-Württemberg, Germany
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: =TEXT formula

    Tried both of your suggestions, but I still get the same dddd answer. I think I might try it on someone else's computer and see if it works. Maybe it is just not working with my Excel.

    Thanks for your help. : )

  17. #17
    Registered User
    Join Date
    03-09-2010
    Location
    Baden-Württemberg, Germany
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: =TEXT formula

    I tried both of NBVC's suggestions and the good old dddd pops up again. And I tried your suggestion too ChemistB but still nothing.

    I think it must be my computer. I'm going to try it again on someone's computer and see if it works...i'm sure it will, just not on mine.

    Thanks for all of your help! : )

  18. #18
    Registered User
    Join Date
    03-09-2010
    Location
    Baden-Württemberg, Germany
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: =TEXT formula

    I just found out why it wouldn't work. Although my excel is in english and my computer, i bought it in Switzerland (the french part) and dddd would be english, i typed in jjjj (for jour) and it comes up with the answer in french. So it does work, just unfortunately for some reason it is in french....problem solved, apart from i don't know how to change that back into english!

  19. #19
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1