delimit

  1. R

    Extract more than 2 words into various cells

    I have a string of text in Google Sheets - I would assume is the same formula I can get the first 2 words - but not sure how to expand to get 3rd + In Cell F2 I have typed: (no bold) Wall panels for interior wall FIRST WORD =LEFT(F2; SEARCH(" ";F2;1)-1) SECOND WORD =MID(F2; SEARCH(" ";F2) +...
  2. R

    Auto Splitting of Data

    Dear, I have data like this SHORT LONG NOUN MODIFIER ATT N1 ATT V1 ATT N2 ATT V2 ATT N3 ATT V3 CHEMICAL,FAST-DRY SELF VULCANIZING CEMNT CHEMICAL, TYPE:FAST-DRY SELF VULCANIZING CEMENT, PACK SIZE:236.6ML CHEMICAL -- TYPE PACK SIZE CHEMICAL,FLUSH,LOCO,236.6ML CHEMICAL,FLUSH...
  3. M

    INSTR() not returning the correct number of occurrences.

    I'm attempting to import comma delimited data into an array but need to replace the 187th element of each line if the total number of commas in the string is equal to 192. The problem being that I can't determine the number of commas in the string. Sample .txt file ...
  4. N

    Delimit from right to left?

    Is there any way we can delimit a string from right to left rather than the traditional left to right operation? Please refer to this file for clarification: https://docs.google.com/spreadsheets/d/1iOeH9SDd4WgIsM2fR5FM09wsrjw_ClsdcOicxK6xT-o/edit?usp=sharing Thanks!
  5. S

    delimit multiple rows' lists, collect into a column...

    So, I have a column with rows like: 445 333,678,23 21,34 6 345,20 ...and I need to delimit all those with the comma, and make a single column somewhere else like: 445 333 678 23 21 34 6 345 20 Rather not turn to VBA...probably an array function where you shift+ctrl+enter ? Thanks!
  6. E

    Delimit and count number of instances

    Hi excel gurus! I'm struggling to find any resources on this but is it at all possible to do the following: I have rows of text which contain semicolons after each phrase, I simply want to count the number of instances of these phrases for example: Hello;Error;T-Shirt Hello Error;T-Shirt...
  7. M

    Delimit alpha and numercial data

    I have one column (9000+ rows) thatcontains data prefixed; Ann or Annn or Annnn chars. e.g. Z12 and/or Z123 and/or Z1234 which I wish to delimit into separate columns A data example of one cell is; Z12,Z123,Y1234,Y5678,Z1111 up to around 10 occurrences I havebeen using a formula to delimit...
  8. M

    Delimit text

    I am using MSExcel 2016 I have a list of names (around 400+) in one column. The name consists of a Prefix1 / Prefix 2 / first name / last name / civil honour 1 / civil honour 2 / civil honour 3. Some of the last names are hyphenated. I am looking to delimit this text into separate columns...
  9. E

    Cleaning not delimited data columns

    Hi everyone, I've inherited some data that isn't arranged in a helpful way and can use the group's help. I have data in a column that I need to separate, but the data does not follow a pattern that is easy to correct via delimited text to columns or LEFT/RIGHT. The value within the cell is...
  10. S

    Delimiting by 2 different characters?

    Hi all, Im trying to format some data in excel that looks like this in A2: 05/06 00:00:00 AZT4512SD AA 000000 (ABC DEF) ZZ123456 1.1.1 0000 123 (ABC) A 1234 123456 from 1 cell into 1 for each "field" of data seperately (B2 = 05/06 C2 =00:00:00 etc) Now normally i would delimit by space -...
  11. T

    Macro to export in comma delimited text format

    Hi. I'm trying to create a macro that exports only one of my worksheets (worksheet "GTG") to a comma delimited text file named "GTG_Template". Pasting my current attempt below, but it doesn't work right, seems to save a text file but no delimit character and I think it's saving all worksheets...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top