+ Reply to Thread
Results 1 to 3 of 3

Why won't my newly entered data sort with old data ?

  1. #1
    laura
    Guest

    Why won't my newly entered data sort with old data ?

    I have an excel spread sheet that the data in the column sorts newly entered
    or changed data seperatly from old data.

  2. #2
    bj
    Guest

    RE: Why won't my newly entered data sort with old data ?

    there is a good chance that some of the data, if numeric, either new or old,
    it text even though it looks like numbers. If you do a quick sum() on some
    of the numbers, if it says 0 it is probably text.
    a helper column with =value(trim(A1))
    then copy and paste special values will convert to numeric.
    There are other ways to convert text numbers to numeric, depending on what
    is really there.

    If it is text, there may be leading spaces. Check the trim() function.

    "laura" wrote:

    > I have an excel spread sheet that the data in the column sorts newly entered
    > or changed data seperatly from old data.


  3. #3
    CLR
    Guest

    RE: Why won't my newly entered data sort with old data ?

    Sounds like a formatting problem.....one set is probably formatted as DATE
    and the other set as TEXT



    Vaya con Dios,
    Chuck, CABGx3



    "laura" wrote:

    > I have an excel spread sheet that the data in the column sorts newly entered
    > or changed data seperatly from old data.


+ 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