Column comparation in different datasheet
Solved/Closed
Related:
- Column comparation in different datasheet
- Excel column number - Guide
- How to delete a column in word - Guide
- Tweetdeck expand column - Guide
- How to delete duplicates in excel column - Guide
- Excel count occurrences in column - Guide
1 response
venkat1926
Posts
1863
Registration date
Sunday 14 June 2009
Status
Contributor
Last seen
7 August 2021
811
6 Mar 2012 à 04:59
6 Mar 2012 à 04:59
many ways of doing it. see are you happy with this
in sheet2 in B2 (row one is column headings in both sheets)
type this formula
=IF(ISERROR(A2=Sheet1!$A$2:$A$10),"NO","fYES")
while writing the formula take the cursor to sheet1 and draw it whole data range in column A so that
$A$2:$A$10
will be correct range.
convert these references to absolute ref
copy B2 down
easy way is
take the cursor to right bottom B2 when cursor changes into bold plus sigb
click that plus sign
now filter sheet according to column B criteria being "NO"
in the filtered data copy column A and paste it in sheet 3
in sheet2 in B2 (row one is column headings in both sheets)
type this formula
=IF(ISERROR(A2=Sheet1!$A$2:$A$10),"NO","fYES")
while writing the formula take the cursor to sheet1 and draw it whole data range in column A so that
$A$2:$A$10
will be correct range.
convert these references to absolute ref
copy B2 down
easy way is
take the cursor to right bottom B2 when cursor changes into bold plus sigb
click that plus sign
now filter sheet according to column B criteria being "NO"
in the filtered data copy column A and paste it in sheet 3
6 Mar 2012 à 08:02