split

  1. D

    Split Text Into Columns With a Formula

    Hi, I am trying to split text to always capture a specific item, I know I can do this using the Text to Columns function, but I need to do it with a formula as the text will change via a vlookup formula entered into the sheet. What I need is the always number after the *, in this example it...
  2. V

    VBA or Code For split the data

    Hi All, Thanks in advance, i have a data <tbody> Coloumn 1 Coloumn 2 2305 2054 0654 </tbody> now i want to split, but when we split the data, "0" is not coming <tbody> Col 1 Col 2 Col 3 Col 4 Col 5 2305 2 3 5 2054 2 5 4 0654 6 5 4 </tbody> pls provide the VBA...
  3. B

    Finding second instance of a word in a string --

    Greetings, I import names and addresses into a database for mailing lawn care offers. I get the data from various county administered tax rolls. I can specifically target particular neighborhoods. The data is different in the various counties we serve. The homeowner names are in various...
  4. S

    How to split text into Columns, Data is with no space in between words and numbers

    Hi Friends, I been trying to split text into columns but did not find a suitable post over here. Here is the sample file with data extracted into columns Manually, its taking long human hours to complete. https://spaces.hightail.com/space/OU0YRqc7Yl I do not know if it is possible with...
  5. E

    Split Column to text in google sheets custom

    I need to split the column into text please can someone tell me how to do this in google sheets <tbody> AJANTPHARM19JAN1180CE CE AJANTPHARM 19JAN 1180 ADANIPOWER19AUG65CE CE ADANIPOWER 19AUG 65 APOLLOHOSP19AUG1400CE CE APOLLOHOSP 19AUG 1400 </tbody> Above is an example of how the column...
  6. C

    Split lines

    Hi All, Is anyone able to help me with an odd excel question. I need to split rows into new rows with qty 1. Eg Columns Stock Code, QTY, BIN Row AB 10 AA-AA-AA I need them to come out as: AB 1 AA-AA-AA AB 1 AA-AA-AA AB 1 AA-AA-AA AB 1 AA-AA-AA AB 1...
  7. G

    Code to split and rename files

    Hi all, I have a PDF with 20 pages and I want to split it into 20 different pages. I wonder if, appart from the first petition, could it be possible to rename those files that are going to be splitted, based on a list of names that should be in an Excel file. Any ideas? Thanks in advance for...
  8. B

    split 1 column into multiple columns

    How can I to split data in WS Sheet Column 'D' into Columns 'C' thru last column and place it under the right date. For example the Template sheet would have all the team schedules under the date they play, the court they play on and the time. A snippet of my macro thus far is shown at...
  9. E

    Double Donut - Need Help!!!

    Good afternoon all, I'm struggling with a double donut chart. I know exactly how I want it to look in my head, but when I create it on Excel, it doesn't look the same! I have a number of products, in a number of regions. For instance: Product A has 10 in Region 1, 10 in Region 2 and 0 in...
  10. aaaaa34

    split date and time into two cells

    Hey my friends, In cel A1, there is date and time together. I need a formula to split them into following columns as it is shown in attached file. Pls check the link: https://jumpshare.com/v/sSGwGXDJPfVWcl4UwBcf (Click "Download" button in up-right part of the page) Waiting for your help. Thank you.
  11. T

    split characters from numbers

    Field contains 1990NorcrossRoad I need 1990Norcross Road
  12. I

    Split Text in Rows

    Hello to everyone. I use this code to split text in to separate colums <tbody> Row/column A B C D E F G 1 Split text in rows 2 Split text in rows 3 4 </tbody> Sub SplitTextColumn() Dim i As Long Dim vA As Variant For i = 1 To Range("A1").Rows.Count vA =...
  13. A

    How to split text string in

    Hi Awesome people, I need help please. What the formulato use if I wanted to split text. For example <colgroup><col></colgroup><tbody> 19,BMW,G02-X4,G02 - BMW X4 xDrive20i I wanted to use formula just to pick up G02-X4? Thanks AA </tbody>
  14. R

    VBA code with cell.Value and SaveAs works in Windows, not Mac, help

    Hi, I've got a piece of code I found online and it works awesome in Excel for Windows. It takes a long list of data and saves out separate files for each unique value in column A. However, when running it on Excel 2019 for Mac, it does not use the unique values in Column A for the file name, but...
  15. 2

    Split specific text

    Hi, i have several rows that contains some text "xxxxxxxxxxxxxxxx (xxx)" all of them has ()at the end. i wonder how can i cut (xxx) data to new column. Thanks!
  16. P

    excel formula help

    hello all, newbie here. need a little help with an excel spreadsheet i am making. here is the cell fomulas - 61% FORMULA.. =SUM(D12+D13+D14+D16+D19+D20+D21+D22)*0.61+D15*0.5-(D38/2) - 39% FORMULA.. =SUM(D12+D13+D14+D16+D19+D20+D21+D22)*0.39+D15*0.5-(D38/2) the end result are the fees to...
  17. M

    split string at every nth Word but ignoring counting those in parentheses

    I am using the following UDF to split a long string into rows of predefined number of words in based on input incell "D3". Public Function SplitOnNth(ByVal inputStr$, ByVal StartPos&, ByVal NumWords&) As String Dim arr() As String, i As Long, newArr() As String arr =...
  18. SandsB

    Huge file - need to split it into a signle file with tabs based on the value of the rows

    Imagine a file with about 20,000 rows and each row has product data. The first column has the product name sorted so all the rows for a particular product are in contiguous rows. I need something to split up all the rows for each product into their own tabs - in this file or a new one. It...
  19. A

    HOW i can split data !

    Hello All, i need to split the some data like : Ahmed // ABC.com // call // 123456789 or Ahmed // Abc.com // Mail // abc.com issue and i need when ever the excel find that format *.com/*.net/*.edu put that data in product column and wherever find number put it in the number column o know i...
  20. P

    Code won't stop looping even when the cancel button is pressed within an input box

    When I click on the cancel button within the inputbox it gets stuck in the loop. How can I exit sub when cancel is clicked. Thank you. Sub splitLot() answ = "" ans = MsgBox("Is this a split lot?", vbYesNo + vbDefaultButton1, "Split Lot") If ans = vbNo Then...

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