Consulting

Results 1 to 4 of 4

Thread: convert to number alert msg

  1. #1

    convert to number alert msg

    Hi,
    May I know how to programically convert to number when my values are stored as text.

    Many Thanks.


  2. #2
    VBAX Tutor
    Joined
    Nov 2006
    Location
    North East Pennsylvania, USA
    Posts
    203
    Location
    If your number formatted as text data is in cell A1, in cell B1 type in this formula =VALUE(A1)

    If you have a column of numbers formatted as text data in column A, and column B is blank, you could highlight column A, click on Edit, Copy, and highlight column B, and click on Edit, Paste Special, in the 'Paste' area click on 'Values', and in the 'Operation' area click on 'Add', and then click on 'OK'.

    Have a great day,
    Stan

  3. #3
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    I think an example will help to clarify.

  4. #4
    I think he meann to say:

    Cell A= "One Hundred"
    Cell B= "=value(CellA)"

    And result he want is 100
    A mighty flame followeth a tiny sparkle!!



Posting Permissions

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