Sorting and extracting data...
Solved/Closed
Related:
- Sorting and extracting data...
- Tmobile data check - Guide
- Gta 5 data download for pc - Download - Action and adventure
- Digital data transmission - Guide
- Data transmission cable - Guide
- Transfer data from one excel worksheet to another automatically - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Nov 1, 2011 at 10:56 AM
Nov 1, 2011 at 10:56 AM
Hi Saud,
What are you looking for in the comparison?
What is the condition which determines to move data from B to E?
By extract data do you mean cut/paste or copy/paste?
Best regards,
Trowa
What are you looking for in the comparison?
What is the condition which determines to move data from B to E?
By extract data do you mean cut/paste or copy/paste?
Best regards,
Trowa
Nov 2, 2011 at 12:27 AM
You can find the excel file here:
https://skydrive.live.com/?cid=261a55c976ebb74a&sc=documents&id=261A55C976EBB74A%21260
First download it by clicking on right bar where download option is visible under file thumbnail.
In that file i have 5 columns
1st column is of customer code
2nd one is of customer name
3rd one is empty
on 4th column there are same customers codes which are in 1st column with prefix value "1"
now on 5th column i need the list of customers name by comparing codes of 1st and 3rd column
for example
[ A ]------[ B ]-------------------------------------[ C ]------[ D ]------[ E ]
[032670]-----[AL-MADINA MEDICAL STORE]------[ ]------[1032665]------[ ]
[034653]-----[ASIF MEDICAL STORE]---------------[ ]------[1032670]------[ ]
[032665]-----[BHITTAI MEDICAL STORE-----------[ ]------[1034653]------[ ]
now by comparing A1 with D2, B1 will be on E2
Regards,
Saud Khan
Nov 2, 2011 at 12:30 AM
[032670]-----[AL-MADINA MEDICAL STORE]------[ ]------[1032665]------[ ]
[034653]-----[ASIF MEDICAL STORE]---------------[ ]------[1032670]------[ ]
[032665]-----[BHITTAI MEDICAL STORE-----------[ ]------[1034653]------[ ]
Nov 2, 2011 at 12:45 AM
Nov 2, 2011 at 12:46 AM
Nov 3, 2011 at 11:23 AM
When using VLOOKUP your matrix (column A:B) MUST be sorted in order to work properly.
Best regards,
Trowa