split

  1. C

    Split sheets by value

    Hi thanks for your time in advance. I know in excel i can split worksheet into multiple worksheets based on column value. However my report size is quite big and i only need one criteria, can i split into sheets based on values? For example, i would need a macro to split the below data just...
  2. R

    Split Text in to adress format

    Hi, Can some body help me to split the excel value. I have a list of address's in one excel and I want to split it into the normal address format. for eg. my current value is something like this, <tbody> Abraham , XXX HOUSE, yyyy POST PLACE 689121 </tbody> I want to split it like...
  3. P

    Lock particular cells in a worksheet

    Hi, I am using excel for a survey which I will send out via email to respondents and want to - Prevent them from adding rows and or columns - Only be able to enter data in selected cells - Also write some rules/conditions that will appear with a prompt (i.e I ask respondents how they split...
  4. L

    Vlookup with split rows

    Hi, Is it possible to do a vlookup or lookup with split rows as one function? eg. Search for A1 in array A2:C10 and A15:C25. I tried =VLOOKUP(A1,(A2:C10,A15:C25),3) but this did not work. Cheers
  5. K

    2 Lists From 1 With Dividers (Update Current VBA)

    How would I go about making the VBA split the data into 2 lists (Multi & Single) based on an X placed in a column? I have VBA to do the lists how I needed them, now a new criteria requires me to split the lists. See the OUTPUT tab to see what the VBA produces now, vs what I need as the new...
  6. Z

    Identify cells with unknown variable

    I have a spreadsheet with 8 columns of data. In the 3rd column, I have a variety of codes that start with 'B', 'D' and O'. However, those are just the ones that we KNOW OF in today's world. Management isn't sure if there could be other potential codes or not, and want me to include VBA that...
  7. N

    Grouping a pivot table by variable groups

    Hi, I am trying to come up with VBA code for a pivot table where by the row groupings change depending on the numbers in specific cells. For more context, I have a 70,000 row list of consumption amounts which i would like to be able to split depending on the way i have split some tables in a...
  8. W

    Split a column into two Columns in excel

    Hello Team, I have this below data in one cloumn. Cloumn A 119WATER:FYI0333 120MATTER:BYT0444 144CAUSE:PRI0345 I would like to split this data into the two column such as Cloumn A 119WATER 120MATTER 144CAUSE Column B FYI0333 BYT0444 PRI0345 Please advise me on this Thanks in Advance Cheers...
  9. B

    Splitting data from the right side with no delimiters

    I have a column of numbers that I need split into three columns. The numbers can have 8,9 or 10 digits. I need to split from the right into three columns Current data <tbody> 235000035 75000035 1865000035 </tbody> Desired result <tbody> 23 5000 035 7 5000 035 186 5000 035 </tbody>...
  10. P

    Is it possible to loop a userform more than once and disabling certain controls on the second loop

    Sub splitLot()<code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit; line-height: 12px;"> i = 0 ansSplit = 0 ans = MsgBox("Is this a split Lot?", vbQuestion + vbYesNo, "Split Lot") If ans = vbNo Then frmPackageYield.Show...
  11. P

    Runtime error '1004'

    I am not sure why this code does not worked because I used a similar variation in another project and it worked. I checked the file location of the file and path needing to be opened and its correct. Not sure why its not finding the workbook. The error occurs on the Set wb =...
  12. L

    Split text in column using second space from left

    Is there a convenient way to split text in to two columns using the second space from the left. The text is not fixed length. There are no potential delimiters other than space characters. I am using Excel 2016 on a Windows 10. Thank you
  13. G

    Excel split cells with full name into 2 columns.

    Hi All Need help her to find some formulas til split up a cell and into 2 cells. Got thousands of row to edit. Data i got in column A is set up randomly, Lastname, Firstname Lastname, Firstname Middelname Lastname, Firstname Middelname Middelname Firstname Lastname Firstname Middelname...
  14. P

    Split comma delimited rows into multiple rows

    I am able to split one row(A1) of comma delimited values into multiple rows with one value in each , however if have multiple rows i am having to do one by one row . can any one help
  15. M

    Lookup Help

    Hi, I have a spreadsheet with 2 tabs. 1 tab contains multiline values (column A) and it's master name (column B) The other tab has split out those multiline values into separate rows What I now want to do is look up the master name in the split out sheet but I can't figure out a way to...
  16. J

    Power Query - Split an amount into multiple rows

    Hi I have a scenario where I need to be able to split the amount over multiple rows. Example of current data <tbody> Invoice number Location Quantity Amount 100 A 2 10 101 A 4 30 101 B 1 0 </tbody> What I need to do is against invoice 101 be able to split the total invoice amount...
  17. M

    a better way to do text to columns with vba

    hi guys if i have a big text string is there a function or vba code to break this down into say 5 rows with equal strings for example string 1:" The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog The quick brown...
  18. P

    Freezing/splitting panes in multiple places in one sheet?

    I am new to this forum (and fairly novice to Excel), so I hope I am doing this properly! I am wondering if there is a way to split or freeze panes in more than one place in the same sheet? Thank you!

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