+ Reply to Thread
Results 1 to 2 of 2

Remove non-numbers

  1. #1
    Registered User
    Join Date
    07-09-2013
    Location
    Oshawa, Canada
    MS-Off Ver
    Excel 2010
    Posts
    29

    Remove non-numbers

    Hello, I'm looking for an equation that populates as in the example spreadsheet.
    Basically, I have a column where a material number is and then below it is its location code.
    Sometimes the number has a repeated location code.
    I'd like to return in a new column just the material number - even where it has a location code.

    e.g.
    123 - material #
    B45 - location
    B45 - location

    Would like to return:
    123
    123
    123
    Attached Files Attached Files
    Last edited by Thom7890; 05-27-2021 at 02:00 PM.
    If anyone has helped - Add Reputation

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Remove non-numbers

    in C2

    =IF(N($B2),$B2,$C1)

    copy down

+ 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] if the number has more than 2 numbers after decimal then remove all that numbers
    By quirkybox in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-20-2020, 10:01 AM
  2. Remove numbers from cell with both text and numbers
    By rsmyers1963 in forum Excel General
    Replies: 5
    Last Post: 02-16-2020, 12:17 PM
  3. how do i remove the numbers from a cell that contains text and numbers to a new row
    By Willows59 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-03-2018, 06:53 PM
  4. Replies: 8
    Last Post: 11-19-2014, 06:12 PM
  5. [SOLVED] [SOLVED] Macro/Wildcard to remove only numbers excluding text with numbers
    By indianhp in forum Word Programming / VBA / Macros
    Replies: 6
    Last Post: 06-21-2013, 08:16 AM
  6. [SOLVED] Help! Remove numbers and all chars to left of the numbers.
    By trouble085 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-08-2012, 09:54 PM
  7. [SOLVED] Can I remove Row Numbers? Or have the Row Numbers start on the Ro
    By Raymond in forum Excel General
    Replies: 1
    Last Post: 07-28-2005, 06:22 AM

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