+ Reply to Thread
Results 1 to 4 of 4

All formulas put but still not working

Hybrid View

  1. #1
    Registered User
    Join Date
    05-15-2017
    Location
    Delhi
    MS-Off Ver
    97
    Posts
    15

    All formulas put but still not working

    Hi

    I am attaching a file in which all formulas were set. The same worked for last month that is may, but is not working for data entered for a new month please help. Data is in Data sheet, and then each individual employee sheet starts.

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: All formulas put but still not working

    try in D2 (Data) =--TEXT(B2,"dd/mm/yy") and copy down
    and set Custom format: dd/mm/yy
    Last edited by sandy666; 07-03-2017 at 10:28 AM.

  3. #3
    Forum Contributor
    Join Date
    08-04-2004
    Location
    Amsterdam
    MS-Off Ver
    2016
    Posts
    186

    Re: All formulas put but still not working

    Quick question to sandy.
    What does the "--" do in the context of this formula? I know it's used o turn "False" and True" into 0 and 1 but not sure here unless its turning the date seriel number from text to an actual number

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: All formulas put but still not working

    =TEXT(B2,"dd/mm/yy")

    =--TEXT(B2,"dd/mm/yy")
    =TEXT(B2,"dd/mm/yy")*1
    =TEXT(B2,"dd/mm/yy")+0

    you can choose which one you like (or the one that works in this case)

    -- , with one - you will get negative value so you need second - and it works like : - * - * TEXT(B2,"dd/mm/yy")
    extended version : -1*-1*TEXT(B2,"dd/mm/yy")

    why double unary? because it is faster than other one. Double hit one key and that's all

    If that takes care of your original question, please click on Add Reputtion (bottom left corner of the post of the person(s) who helped you)
    then select Thread Tools from the menu (top right corner of your thread) and mark this thread as SOLVED. Thanks.
    Last edited by sandy666; 07-03-2017 at 12:00 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Formulas not working
    By rodeam in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-16-2016, 12:05 PM
  2. Formulas Not Working
    By SteveW in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-28-2013, 11:58 AM
  3. Formulas not working
    By Larry in forum Excel General
    Replies: 8
    Last Post: 01-20-2006, 09:30 AM
  4. No Formulas are working!
    By cakes1979 in forum Excel General
    Replies: 1
    Last Post: 06-20-2005, 09:05 PM
  5. Formulas not working
    By John Lovin in forum Excel General
    Replies: 7
    Last Post: 01-23-2005, 11:06 PM
  6. Re: Formulas not working
    By John Lovin in forum Excel General
    Replies: 5
    Last Post: 01-23-2005, 11:06 PM
  7. Re: Formulas not working
    By John Lovin in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-23-2005, 11:06 PM

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