+ Reply to Thread
Results 1 to 9 of 9

Data Type Problem?

  1. #1
    Registered User
    Join Date
    12-03-2005
    Posts
    6

    Data Type Problem?

    I have a spreadsheet that was given to me but I cannot do anything with it. I cannot perform simple functions, if I do I receive the #Value error or a zero, if I try to paste special values only the same thing happens. If I try to change the formats nothing actually changes. I have tried copy and pasting into different formats and programs and then pasting into a new Excel doc, none of this has worked. I believe the data came from a web reporting interface that pulled data from a sequel database. Any advice would be greatly apprecaited. bailey mg

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    If this is a single sheet perhaps save it to a .csv file, and start over with your formula.




    Quote Originally Posted by bailey
    I have a spreadsheet that was given to me but I cannot do anything with it. I cannot perform simple functions, if I do I receive the #Value error or a zero, if I try to paste special values only the same thing happens. If I try to change the formats nothing actually changes. I have tried copy and pasting into different formats and programs and then pasting into a new Excel doc, none of this has worked. I believe the data came from a web reporting interface that pulled data from a sequel database. Any advice would be greatly apprecaited. bailey mg

  3. #3
    Registered User
    Join Date
    12-03-2005
    Posts
    6

    Data Type Problem?

    thanks, but I have tried this a few times and it doesn't work. I have also assumed that the "wrong data type" is text and so I have followed the instructions to change text to a number but that has not worked either. Any other ideas? I really appreciate your help.

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    To extract the number from text is =value(A1) (in a separate column) then copy and Paste Special, Values back over the A column (and delete the helper column created)



    Quote Originally Posted by bailey
    thanks, but I have tried this a few times and it doesn't work. I have also assumed that the "wrong data type" is text and so I have followed the instructions to change text to a number but that has not worked either. Any other ideas? I really appreciate your help.

  5. #5
    Registered User
    Join Date
    12-03-2005
    Posts
    6

    Data Type Problem?

    Bryan,

    thanks, but it isn't recognizing the value. Thus, instead of providing a value, I get the #value! error. I have also tried both methods that are in the Excel tips section of exceltip.com but to no avail.

  6. #6
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    can you disguise the data and post a few lines?



    Quote Originally Posted by bailey
    Bryan,

    thanks, but it isn't recognizing the value. Thus, instead of providing a value, I get the #value! error. I have also tried both methods that are in the Excel tips section of exceltip.com but to no avail.

  7. #7
    Registered User
    Join Date
    12-03-2005
    Posts
    6

    Data Type Problem?

    Sure, If I'm following correctly, here it is:

    145656* 53440* $20,980,279.65* $144.04*
    92275* 35679* $10,417,074.43* $112.89*
    90635* 34930* $8,685,315.87* $95.83*
    87643* 31368* $11,959,992.26* $136.46*
    83080* 28001* $12,381,818.36* $149.03*
    70926* 26256* $9,921,110.03* $139.88*

  8. #8
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    try =LEFT(A1,LEN(A1)-1) to remove the *

    note, for multiple columns A to D you can put that in E1, formula drag it to H1, then select E1:H1 and formula drag downwards for all rows (assumung E1:H1 are a free range)


    Quote Originally Posted by bailey
    Sure, If I'm following correctly, here it is:

    145656* 53440* $20,980,279.65* $144.04*
    92275* 35679* $10,417,074.43* $112.89*
    90635* 34930* $8,685,315.87* $95.83*
    87643* 31368* $11,959,992.26* $136.46*
    83080* 28001* $12,381,818.36* $149.03*
    70926* 26256* $9,921,110.03* $139.88*
    Last edited by Bryan Hessey; 12-04-2005 at 05:16 AM.

  9. #9
    Registered User
    Join Date
    12-03-2005
    Posts
    6

    Data Type Problem?

    Bryan,

    Thanks, the fact that the * revealed itself was a big help in itself. I could not get the formula to work, but could remove the manually by backspacing in the formula bar. The problem is I have thousands of them. Any other ideas? Thanks again for your help!

    -Bailey

+ 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