2 years ago
·
#2719 Hi there,
You could use the Combine worksheets feature of Kutools for Excel. Please follow the steps below:
1. Under Kutools Plus tab, find the group Workbooks & Sheets. Click Combine.
2. Select the first option, then click Next.
3. Then follow the steps in the dialog box.
More details of the feature, please refer to the page: https://www.extendoffice.com/product/kutools-for-excel/excel-combine-worksheets-into-one.html
If you have any further questions, please don't hesitate to ask me.
Amanda
You could use the Combine worksheets feature of Kutools for Excel. Please follow the steps below:
1. Under Kutools Plus tab, find the group Workbooks & Sheets. Click Combine.
2. Select the first option, then click Next.
3. Then follow the steps in the dialog box.
More details of the feature, please refer to the page: https://www.extendoffice.com/product/kutools-for-excel/excel-combine-worksheets-into-one.html
If you have any further questions, please don't hesitate to ask me.
Amanda
2 years ago
·
#2725 Thank you Amanda. One more question :-) How do i find duplicates in the same row across multiple columns?
2 years ago
·
#2726 Under the tab Kutools, find the group Editing, click Select > Select Duplicate & Unique Cells.
In the pop-up dialogue box,:
1. Click the range-select button (targeted with a red arrow) to select the row you mentioned.
2. Under the Based on section, select Single cell.
3. Under the Rule and Processing of results sections, select the options you need.
4. Click OK. The duplicates will be then selected and displayed in the way you set.
In the pop-up dialogue box,:
1. Click the range-select button (targeted with a red arrow) to select the row you mentioned.
2. Under the Based on section, select Single cell.
3. Under the Rule and Processing of results sections, select the options you need.
4. Click OK. The duplicates will be then selected and displayed in the way you set.
2 years ago
·
#2727 Let me clarify Amanda:
Example:
Column A Column B Column C Column D
Row 1 Siphelele Trueman Trueman Nxasana
I am looking for a formula that will tell me there is a duplicate in row 1 column B & C
Example:
Column A Column B Column C Column D
Row 1 Siphelele Trueman Trueman Nxasana
I am looking for a formula that will tell me there is a duplicate in row 1 column B & C
2 years ago
·
#2737
Example:
Column A Column B Column C Column D
Row 1 Siphelele Trueman Trueman Nxasana
I am looking for a formula that will tell me there is a duplicate in row 1 column B & C
In the case above, the formula would be =IF(COUNTIF($A$1:$D$1,A1)>1,"DUPLICATE","")
For more information, please refer to the article: https://www.extendoffice.com/documents/excel/4000-excel-find-duplicates-without-removing.html#a2
Amanda
Hi Friends,
Please help me to solve my challenge:(
I have a problem with a large table when i want to create summary of this table as below:
1- my table has some cells merged, therefor i can't make pivot table.
2- in each rows number containing between 7 to 11 rows but the row number cells are merged in column A, this means I have with each rows numbers more than one rows right side of that.
3- What I need in new table is, getting data's from the main table with minimum values in their price column "J" and if there are more than one item with the same price between some vendors, i also need to add them in new table but with the same rows number just added with index at the end of each row numbers like this: 101-->101a
I uploaded my excel data sheet with this request.
It will be my pleasure if anyone helps me with a VBA code.
Thanks and regards.
Please help me to solve my challenge:(
I have a problem with a large table when i want to create summary of this table as below:
1- my table has some cells merged, therefor i can't make pivot table.
2- in each rows number containing between 7 to 11 rows but the row number cells are merged in column A, this means I have with each rows numbers more than one rows right side of that.
3- What I need in new table is, getting data's from the main table with minimum values in their price column "J" and if there are more than one item with the same price between some vendors, i also need to add them in new table but with the same rows number just added with index at the end of each row numbers like this: 101-->101a
I uploaded my excel data sheet with this request.
It will be my pleasure if anyone helps me with a VBA code.
Thanks and regards.
Hi Again,
Dear friends, I just could upload my file to google drive and get the link for my request.
Worksheet[/url]https://docs.google.com/spreadsheets/d/1hoANMsiIs6cnGCQG6LFINv41P1r9YkHI/edit?usp=sharing&ouid=101876086797041785217&rtpof=true&sd=true
Dear friends, I just could upload my file to google drive and get the link for my request.
Worksheet[/url]https://docs.google.com/spreadsheets/d/1hoANMsiIs6cnGCQG6LFINv41P1r9YkHI/edit?usp=sharing&ouid=101876086797041785217&rtpof=true&sd=true
- Page :
- 1
There are no replies made for this post yet.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »