Comparing and pasting
Closed
Himanshu
-
Oct 30, 2009 at 02:40 AM
Excelguru Posts 261 Registration date Saturday April 11, 2009 Status Member Last seen June 21, 2011 - Oct 30, 2009 at 04:50 AM
Excelguru Posts 261 Registration date Saturday April 11, 2009 Status Member Last seen June 21, 2011 - Oct 30, 2009 at 04:50 AM
Related:
- Comparing and pasting
- Discord invisible name copy and paste ✓ - Internet & Social Networks Forum
- Compare two worksheets and paste differences to another sheet - excel vba free download ✓ - Excel Forum
- Copy and paste fonts - Guide
- This message was deleted text copy and paste - Android Forum
- Insert a new sheet at the end of the tab names and paste the range names starting in cell a1. autofit columns a:b and name the worksheet as range names. ✓ - Excel Forum
3 responses
Excelguru
Posts
261
Registration date
Saturday April 11, 2009
Status
Member
Last seen
June 21, 2011
307
Oct 30, 2009 at 03:22 AM
Oct 30, 2009 at 03:22 AM
Hello
Try Recording
Put the formula =IF(ISERROR(LOOKUP(C2,A:A,B:B)),"",LOOKUP(C2,A:A,B:B)) in D2
Drag it down
select column D
copy and paste special values
stop recording
Try Recording
Put the formula =IF(ISERROR(LOOKUP(C2,A:A,B:B)),"",LOOKUP(C2,A:A,B:B)) in D2
Drag it down
select column D
copy and paste special values
stop recording
Hi ExcelGuru,
Thanks very much for the formulae. But when i try to give strings in Column 1, only the 1st alphabet (i.e. 'S' in Sorry ) is picked up for comparison. Hence the strings in Column 3 with words Signature, Sight all are getting the same value as Sorry. This should not happen. The whole string should be compared.
Below take a look at the below example.
Present Case
Col1....|....Col2.....|....Col3..|....Col4.....|
----------|--------------|----------|---------------|
A............SSHH.............Signature.....XXYY.................
Sorry............XXYY..............C......................
Expected Result
Col1....|....Col2.....|....Col3..|....Col4.....|
----------|--------------|----------|---------------|
A............SSHH.............Signature.....False.................
Sorry............XXYY..............C......................
Same.............PPQQ..............Sorry.....XXYY.................
I hope it is clear. Please let me know if you need any further information.
Thanks very much for the formulae. But when i try to give strings in Column 1, only the 1st alphabet (i.e. 'S' in Sorry ) is picked up for comparison. Hence the strings in Column 3 with words Signature, Sight all are getting the same value as Sorry. This should not happen. The whole string should be compared.
Below take a look at the below example.
Present Case
Col1....|....Col2.....|....Col3..|....Col4.....|
----------|--------------|----------|---------------|
A............SSHH.............Signature.....XXYY.................
Sorry............XXYY..............C......................
Expected Result
Col1....|....Col2.....|....Col3..|....Col4.....|
----------|--------------|----------|---------------|
A............SSHH.............Signature.....False.................
Sorry............XXYY..............C......................
Same.............PPQQ..............Sorry.....XXYY.................
I hope it is clear. Please let me know if you need any further information.
Excelguru
Posts
261
Registration date
Saturday April 11, 2009
Status
Member
Last seen
June 21, 2011
307
Oct 30, 2009 at 04:50 AM
Oct 30, 2009 at 04:50 AM
Hello
Use Vlookup and FALSE as the last argument
Use Vlookup and FALSE as the last argument