Data consolidation
Closed
Karthikeyan1207
Posts
16
Registration date
Wednesday November 26, 2014
Status
Member
Last seen
August 3, 2020
-
Dec 27, 2015 at 01:33 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jan 5, 2016 at 11:07 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jan 5, 2016 at 11:07 AM
Related:
- Data consolidation
- Tmobile data check - Guide
- Gta 5 data download for pc - Download - Action and adventure
- Digital data transmission - Guide
- Transfer data from one excel worksheet to another automatically - Guide
- Data transmission cable - Guide
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Dec 27, 2015 at 08:15 AM
Dec 27, 2015 at 08:15 AM
you said later you would delete the duplicate data
so ideally you would rather see data like this
Column 1 Column 2 Columen 3 ( result )
ABA 2 3
ABB 3 3
ABC 3 8
Is that so ?
so ideally you would rather see data like this
Column 1 Column 2 Columen 3 ( result )
ABA 2 3
ABB 3 3
ABC 3 8
Is that so ?
Karthikeyan1207
Posts
16
Registration date
Wednesday November 26, 2014
Status
Member
Last seen
August 3, 2020
1
Dec 29, 2015 at 06:03 AM
Dec 29, 2015 at 06:03 AM
Dears,
I tried Sumif but not getting the result in each line item , I could get the result with this formula -
A column - Data , B column - Numbers , C column result.
=IF(A3=A4,B3+C4,B3)
Then i copy paste special , remove duplication
Thanks for your timing and advice , tips, its helpful .
I tried Sumif but not getting the result in each line item , I could get the result with this formula -
A column - Data , B column - Numbers , C column result.
=IF(A3=A4,B3+C4,B3)
Then i copy paste special , remove duplication
Thanks for your timing and advice , tips, its helpful .
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jan 5, 2016 at 11:07 AM
Jan 5, 2016 at 11:07 AM
Using SUM IF, you can get the answer
Sheet1 = sheet where your original data is, A= column 1, B=column 2
Sheet2 = sheet where unique data of column 1 is, A=unique values of column 1
=SUMIF(Sheet1!A:A,Sheet2!A2,Sheet1!B:B)
Sheet1 = sheet where your original data is, A= column 1, B=column 2
Sheet2 = sheet where unique data of column 1 is, A=unique values of column 1
=SUMIF(Sheet1!A:A,Sheet2!A2,Sheet1!B:B)
Dec 27, 2015 at 02:46 PM
Dec 28, 2015 at 01:45 AM
the number of line items are huge , its tedious job to to subtotal for each sets of line item, hence need some better options. pls help
Dec 28, 2015 at 02:49 PM
"It is generally easier to create a list with subtotals by using the Subtotal command in the Outline group on the Data tab in the Excel desktop application"
https://support.microsoft.com/en-us/office/subtotal-function-7b027003-f060-4ade-9040-e478765b9939?ui=en-us&rs=en-us&ad=us
Dec 28, 2015 at 01:24 AM
yes, you are exactly right, result should be as below , any possibilities
ABA 2 3
ABB 3 3
ABC 3 8
Dec 28, 2015 at 02:38 PM
1. Copy column 1 to a new sheet lets say in column A
2. use Data -- Advance filter option and copy the unique value to column B of new sheet
3. delete column A from new sheet
4. Now you should be able to use Sumif to get your answer