Author Topic: BOM management in excel  (Read 1304 times)

0 Members and 1 Guest are viewing this topic.

Offline FaringdonTopic starter

  • Super Contributor
  • ***
  • !
  • Posts: 2124
  • Country: gb
BOM management in excel
« on: January 20, 2024, 06:55:54 pm »
Hi,
I am trying to put

C1
C35
C3
C100
etc, etc

into numerical order.

So first i need to split the text "C" from the cell, so just the number is there.

Do you know how to do this?. Googling reveals that this isn't a common operation for excel'ers.

OK..to separate the C away, it seems its best to start another pllel column. then go MID(D2,2,4)......(D2 is the cell) and that seems to do it, but doesnt seem intuitive.
Ensuring that the colum with the formula, is formatted as a "general" type....(not a "text" type)

You'd think there would be an "unconcatenate" function?
« Last Edit: January 20, 2024, 07:06:39 pm by Faringdon »
'Perfection' is the enemy of 'perfectly satisfactory'
 

Offline meshtron

  • Regular Contributor
  • *
  • Posts: 142
  • Country: us
Re: BOM management in excel
« Reply #1 on: January 21, 2024, 01:09:44 am »
A bit cleaner than "MID" is this:

- Put your values in column A
- Put a formula in column B that is =TEXTAFTER(A2,"C")

Then grab both columns, and sort by Column B.
 
The following users thanked this post: Faringdon


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf