Separate By Comma Into New Row And Duplicate Remaining Row Information?
Jan 7, 2014
I am trying to separate the data in my spreadsheet. I will attach the spreadsheets and explain below. T
The column labeled number has entries that include commas. I need each number entered separated and put into its own row and I need the remaining data from the original row duplicated to the new rows.
Here is an example using the first entry.
Original entry
November Wiseman 1,2,11 Bluen Medical CA
How it needs to be separated
November Wiseman 1 Bluen Medical CA
November Wiseman 2 Bluen Medical CA
November Wiseman 11 Bluen Medical CA
View 7 Replies
ADVERTISEMENT
Apr 18, 2008
I want to put in each cell a Punctation mark (comma), like this: ,
... when I have in each cell a number
I don't know how;
View 4 Replies
View Related
Oct 22, 2009
I have an excel sheet I create with lots of inventory items distributed amongst several locations. The first column is a location field where several 1-2 digit location codes are seperated by commas. I would love to get the macro to copy each row, once for each location code, onto a new tab as a new longer list. Because the amount of data per row varies, I need the entire row to be copied to the new tab....
View 10 Replies
View Related
Feb 17, 2010
For example the cell contains 1,M2,M7,M1,M8:2,M15,M9,M4,M5:3,M3,M6,M14,M11,M12:4,M10,M13 and I need to create M1, M2 , M3 ..etc columns and attach the coresponding number to each one of them. For instance M2,M7,M1,M8will get 1 and so forth and so on. I was acutally thinking using the Notepad to replace the , with a TAB space and paste them back in to my data set and create some IF statements. On the other hand running VBA scrip would make it even easier. However I would preffer to use a function (that I am not 100% familiar with) and leave the VBA scrip out of the question for the moment.
View 12 Replies
View Related
Mar 15, 2008
I receive a large spread sheet weekly, one or the column contains comma separated values (CSV), I need to separate those values 1 per cell. Maximum CSV is 5; I would need to get the output to 5 cells next to them, Example,
Source data
(A1) 10,11,12,13,14
Output needed
(B1) 10
(C1) 11
(D1) 12
(E1) 13
(F1) 14
(note, not all field contain 5 values, but they all contain at least one)
View 2 Replies
View Related
Mar 31, 2008
I have a 5K rows of data, each including a cell (AD) of multiple number values, separated by comma. I would like to create a new row for each unique number in column AD such that there remains only one unique value for every AD cell.
If possible, I would prefer an in-cell formula rather than a macro.
View 9 Replies
View Related
Mar 27, 2013
I wanted to separate my cell values with comma into a column
Item
DepIDs
No
IDA
1
2000
1
2000
[Code]...
the output will be below table,
Item
IDA
DepIDs
1
2000
2000
[Code]...
View 2 Replies
View Related
Jan 31, 2014
I have a data set that I wish to look up the data from one column and if it is greater then 0 write it in another column separated by commas. Here is an example:
The data is dates that a service was provided and how many time that day it was done and not everyone gets the service on the same days. I would like to summarize the days of the month that service was provided not number of times into 1 cell.
A B C
Row 1 November
Row 2 1 5 15
Row 3 1 0 2
Row 4 0 1 3
November is in A3
If A2 is greater then 0 I want to write A1 A2 If A2 and A3 is greater then 0 I want to write A1 A2, A3 If A2 is 0 and B2 is greater then 0, I want to write A1 B2
View 14 Replies
View Related
Jan 17, 2009
i succeded to read a string of data from a textfile
String_Data= "EURUSD,20010103,000200,0.9506,0.9506,0.9505,0.9505,4"
Now i want to separate it so each informations goes to it respective variable
Market_= "EURUSD"
Date_= "20010103"
Hour_= "000200"
...
...
...
...
Volume_="4"
How can i separate the string information in individual variables using a macro.
View 9 Replies
View Related
Jan 11, 2007
how do i separate information like this:-
01/08/2007,09:54:27,27.05,27.06,27.05,361300
let say its in cell A1 & i want first information before the First , to appear in B1 which is 01/08/2007
then the information before the second , to appear in C1 which is 09:54:27
and so on
View 9 Replies
View Related
Oct 24, 2013
How do I Extract information before a sign "/" in a separate cell ?
View 2 Replies
View Related
Feb 27, 2009
I have pasted an excel report that I need to find any duplicate information. For example they are seperated 2 sets of 4.
For example:
Column A and B is one set
Column C and D is one set
With column E is where I need a way to flag duplicate information with "yes" or "true" on that set
The same would need to have happen on the next column G thru J then M thru P finaly S thru V
******** ******************** ************************************************************************>Microsoft Excel - compare-v1.xls___Running: xl2002 XP : OS = Windows XP (F)ile (E)dit (V)iew (I)nsert (O)ptions (T)ools (D)ata (W)indow (H)elp (A)boutW1=ABCDEFGHIJKLMNOPQRSTUVW1Internet & DMZ Idns db-whipNamed.confInternet & DMZ Idns db-metroNamed.confDuplicates Internet & DMZ edns db-whipNamed.confInternet & DMZ edns db-MetroNamed.confDuplicates Integration idns db-whipNamed.confIntegration idns db-metroNamed.confDuplicates Integration edns db-whipNamed.confIntegration edns db-metroNamed.confDuplicates2zone 0.IN-ADDR.ARPAfile db-whip/db.0.0.0.0zone 0.IN-ADDR.ARPAfile db-metro/db.0.0.0.0 zone 0.IN-ADDR.ARPAfile db-whip/db.0.0.0.0zone 0.IN-ADDR.ARPAfile db-metro/db.0.0.0.0 zone 0.IN-ADDR.ARPAfile "db-whip/db.0.0.0.0"zone "0.IN-ADDR.ARPAfile "db-metro/db.0.0.0.0" zone "0.IN-ADDR.ARPAfile "db-....................
View 9 Replies
View Related
Apr 3, 2013
I have a list of about 250-500 email addresses, in which there are a few duplicate email addresses as well. How do I find the Duplicate email addresses and get a consolidated list without any duplicate entries in it ?
View 4 Replies
View Related
Sep 24, 2013
I'm busy cleaning information from an excel spreadsheet. Not all the columns are populated. e.g. Row 17 will only have an email address in column E whilst row 18 will have a name, surname, company and email address (same as in row 17).
Using the remove duplicate function, removes row 18 and thus leaves me with the row that only contains the email address.
What would it take for me to be able to remove the rows that do not have the additional columns populated?
View 2 Replies
View Related
Feb 8, 2014
I have two different spreadsheets with customer leads on them. I want to ensure that I don't duplicate my effort by contacting the same customers again, so I want to remove duplicates, but not in the usual way. If I simply use the remove duplicates function I will be left with a combined list of customers, some of which I have contacted and some of which I will not have contacted. I want to be able to search the second spreadsheet so that it removes the information that also exists in the first spreadsheet without combining the two so that I am left with a list of only customers I have not contacted already. I understand I may have to copy and paste, but I need a way to ensure the two lists are able to be separated once the duplicates are gone.
Someone said something to me about an "IF" function
View 1 Replies
View Related
Nov 24, 2009
I have a sheet with over 1000 rows showing me every employee's benefit choices. It has multiple rows for each employee - one that indicates their health option, one that indicates their dental option and so on.
I'd like to combine them so I have one row that has columns for health, dental, etc...and then their options would be listed all in the same row. I've attached the original with the solution I'd like pasted below. I'm sure this isn't difficult but I'm having trouble figuring it out.
View 2 Replies
View Related
May 27, 2014
I have a piece of code that consolidates data onto one sheet.
Once the code has copied everything over, I would like it to also duplicate the Category field.
There is no option to add the duplicated column in the source information.
Here is the consolidation code:
[Code] ......
View 1 Replies
View Related
Jul 3, 2012
I have a file with 2 worksheets:
The "On" worksheet represents ALL of the students that LIVE on campus (freshman, sop****re, juniors, seniors)
The "JS" worksheet represents all the juniors and seniors going to school here
I need to know which of the JS live OFF campus.
So.....I need a macro that will compare the JS worksheet to the On worksheet and create a new worksheet called Off and populate it with those JS that are not in the On worksheet.
The "On" worksheet contains:
A B
Last First
The "JS" worksheet contains:
A B C D E F G
Last First Street Street2 City State NY
The new "Off" worksheet should contain the same columns as "JS"
View 3 Replies
View Related
May 24, 2006
I have a worksheet with duplicate but necessary information. in column A there is a Name and in column B there is a number. like...
John 43
John 6
John 23
Karen 54
Kathy 12
Kathy 23
I need to add all the numbers up for one name and then delete the un-needed rows. so it ends up
John 75
Karen 54
Kathy 35
View 5 Replies
View Related
Apr 8, 2014
I have used a vlookup code from a past post (Vlookup multiple values in one cell) in VBA and successfully retrieved my information to one cell.
However, I would now like to remove any duplicates in this cell; preferably while running the same code.
--vlookup code
Public Function mVLOOKUP(mlookup_value As Range, mtable_array As Range, mcol_index_num As Long)
Dim r As Range
[Code].....
View 2 Replies
View Related
Jun 13, 2014
I have data in excel that has some information the same with a unique field. See below:
Last Name
First Name
ID
Date
Address
Apt #
Acct #
Code 1
[code]...
I want it to consolidate all of the like information but add on the codes in separate columns like this:
Last Name
First Name
ID
Date
Address
Apt #
Acct #
Code 1
Code 2
Code 3
Code 4
[code]...
Also, sometimes the same code is used multiple times but i want any duplicate codes to show as separate codes.
View 5 Replies
View Related
Feb 21, 2014
i have a workbook blank template for my colleagues to fill in, they fill in this blank template and save it under the serial number of the item they are creating. However a lot of errors exist when they input the serial number inside the workbook where the serial number is a duplicate of a former serial number.
Anyhow i was wondering is there any way when they input the serial number into the worksheet that i could get it to save in a separate workbook and then have conditional formatting to check those serial numbers in the workbook to see if they match?
View 4 Replies
View Related
Mar 19, 2014
Comma separated data on sheet 2, look up info on sheet 1, return comma separated data on sheet 2.
Sample file attached : Book1.xlsx
View 3 Replies
View Related
May 17, 2014
how to build a formula that would allow my remaining UOM and it's associated cells to move up to the days remaining UOM once my time goes below, say 31 days.
View 3 Replies
View Related
May 2, 2012
I have a table which contains Day, Projects, Proj Completed and % completed. I would need to get the target % starting thu so that I can end the week completing 90% of all my projects. Fri - Sun would show the same targets as Thu. Once Fri comes, i just need to update Thu with the actual projects I completed and Fri - Sun will show me my new target % to achieve 90%. Just in case hitting 100% will not achieve the 90%, it will just show 100% for the remaining days.
DayProjectsCompleted%
Mon4375%
Tue55100%
Wed8450%
Thu9?? If today is Thu, whats my target % to close the week at 90% ?
Fri8??Fri, Sat and Sun would show equal targets as Thu.
Sat6??
Sun7??
Total 47?90%target % at end of week ( formula for % is total completed / total projects)
View 1 Replies
View Related
Jan 19, 2009
I am trying to create a "daily donut" to track how long it has been since I left for my current deployment, and how much time I have left until I return home. I would like to show exactly how many year(s), month(s), day(s), hour(s), minute(s), and second(s) (like 1 year, 4 months, 4 hours, 5 minutes, & 34 seconds not 1.0 year, 0.33 months, etc.) it has been (again, not 3600 seconds, 60 minutes, 1 hour, etc.), and how many I have left. I have spent many hours trying to figure this out, and I have even tried looking through this forum, but I still can't completely figure this out. I was close in figuring out the date differences in the x amount of years, months, and days format, but it wouldn't account for the time. I.E., 06/03/09 05:00:00 AM - 06/01/08 06:00:00 AM, would show 2 days, instead of 1 day (I'm not sure how to incorporate the time yet).
The variables are:
A1 Date I Left For My Deployment in M/DD/YY HH:MM:SS AM/PM
A2 =Now() Function in Same Date & Time Format as A1
A3 = Date I Get Home from My Deployment in Same Date & Time Format as A1
Any ideas or help? And if possible, I would like to be able to do this using excel's built in functions (not excel add-ons, vb, etc.), so that it would work on government computers.
View 9 Replies
View Related
Jun 28, 2008
I'm trying to create a spreadsheet that will subtract time remaining for a client.
IE: A client has 3 hours of time. I work for 17 minutes, leaving the client 2 hours and 43 minutes:
A= 3
B= .17
C= 2.43
View 5 Replies
View Related
Aug 1, 2008
I am making a break timesheet. My UserForm contains Start and End Time button. User clicks start button, a message prompt will appear containing the time he needs to be back in taking his break. The start time of his break will be pasted on the worksheet.
After that, user needs to click the End button to paste the end time he returned. A message prompt will appear stating the remaining time of his break if he comes before the allotted break time say " You still have 00:15:00 left" click "Yes" to end break click "No" to continue your break." If the user click Yes, the time he click the button will be pasted on the worksheet.
Here is the code I have but I am receiving error message "Method 'Range of object_Global failed":
View 11 Replies
View Related
Jul 31, 2013
I am trying to get a formula that will give me the number of days remaining in the week. I have a formaula for number of days until the end of the month and number of days until the end of the quarter, but just need the week.
So if the formula was run today it would show 4 as the result.
View 9 Replies
View Related
Apr 11, 2014
In Column A, I have the dates listed as such. Common point is that, they are all 1st day of the month.
In Column B, I have Quarters as such.... (Please see below)
Can I put a formula together, to round up how many months left in that particular quarter ? example
Date Q3 2014 Q3 2014 Q1 2015
9/1/2014 1 3 3
Column A
9/1/2014
12/1/2014
6/1/2015
9/1/2014
9/1/2014
6/1/2015
9/1/2014
9/1/2014
...
..
Column
Q2 2014
Q3 2014
Q4 2014
Q1 2015
Q2 2015
...
...
View 9 Replies
View Related