Matching/Copying data across worksheets
Closed
tycelchu
Posts
4
Registration date
Tuesday April 10, 2012
Status
Member
Last seen
April 10, 2012
-
Apr 10, 2012 at 05:45 AM
jp26198926 Posts 18 Registration date Wednesday August 5, 2009 Status Member Last seen April 10, 2012 - Apr 10, 2012 at 09:44 AM
jp26198926 Posts 18 Registration date Wednesday August 5, 2009 Status Member Last seen April 10, 2012 - Apr 10, 2012 at 09:44 AM
Related:
- Matching/Copying data across worksheets
- Transfer data from one excel worksheet to another automatically - Guide
- Tmobile data check - Guide
- Gta 5 data download for pc - Download - Action and adventure
- Protect pdf from copying - Guide
- Digital data transmission - Guide
3 responses
jp26198926
Posts
18
Registration date
Wednesday August 5, 2009
Status
Member
Last seen
April 10, 2012
8
Apr 10, 2012 at 06:09 AM
Apr 10, 2012 at 06:09 AM
Hello,
is the CSR column on the other 3 sheets is in Column A?
only those 3 other sheets have a repeatable numbers? not in sheet1?
is the CSR column on the other 3 sheets is in Column A?
only those 3 other sheets have a repeatable numbers? not in sheet1?
tycelchu
Posts
4
Registration date
Tuesday April 10, 2012
Status
Member
Last seen
April 10, 2012
Apr 10, 2012 at 07:20 AM
Apr 10, 2012 at 07:20 AM
Thanks for your reply.
Yes, the CSR columns are currently all Column A, except from the 1st worksheet where they appear in Column B.
Both the CSR numbers and OPID numbers in the 1st worksheet are all unique/only appear once.
Yes, the CSR columns are currently all Column A, except from the 1st worksheet where they appear in Column B.
Both the CSR numbers and OPID numbers in the 1st worksheet are all unique/only appear once.
jp26198926
Posts
18
Registration date
Wednesday August 5, 2009
Status
Member
Last seen
April 10, 2012
8
Apr 10, 2012 at 09:44 AM
Apr 10, 2012 at 09:44 AM
Hello
try to put this on the blank column of sheet2, sheet3 and sheet4
in the above code the sheet1 is only 12 rows
try to put this on the blank column of sheet2, sheet3 and sheet4
=IF(COUNTIF(Sheet1!B$2:B$12,A2),INDIRECT("Sheet1!A" & ROW(INDEX(Sheet1!B$2:B$12,MATCH(A2,Sheet1!B$2:B$12,0)))),"")
in the above code the sheet1 is only 12 rows