+ Reply to Thread
Results 1 to 3 of 3

returning only a number?

  1. #1
    Registered User
    Join Date
    01-11-2005
    Posts
    5

    returning only a number?

    Is there a way to return only the number from a cell, that contains text also!
    whitout the "=RIGHT(A1;X)"?

    Something like:
    The contet of a cell is "100 Birdies" and returns only the number: "100"?

    Anyone?

  2. #2
    Forum Contributor
    Join Date
    04-30-2004
    Posts
    122
    you can use this as long as the value is always the first number. If it was to say "Birdies 100" it wouldn't work....

    =VALUE(LEFT(A1,FIND(" ",A1)))

  3. #3
    Registered User
    Join Date
    01-11-2005
    Posts
    5
    Thanks alot!

+ 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