I want to compare rows of sheet 1 with columns of sheet 2. How can I compare Rows with Columns in EXCEL?
Above image is SHEET 1. And I want to compare sheet 1 with below image SHEET 2
I couldn't find any solution of comparing rows with columns in EXCEL.
Related
I have a sheet
which i have to compare it with my another sheets data
here i want to compare Column A from first sheet two Row 1 in second Sheet and mark the diffenece in both and highlight it.
I have an excel workbook with 2 sheets, Sheet 1 is last years data, Sheet 2 is this years data. I need to compare data in Sheet 1 Column A to Sheet 2 Column A. If the data matches in Column A in both sheets, I need to compare and highlight the differences in those rows where they matched up. I have only been able to highlight the differences in the columns not the rows.
Thanks in advance.
I have 2 sheets in a excel file, sheet one has 287 rows and in sheet 2 there is 123 rows. The columns are the same in both sheets. How can I compare and see which rows in sheet 1 is not present in sheet 2?
I have an excel with some columns in sheet A. In another sheet B I have a column with some values. This column in sheet B is in relation with another column in sheet A. I am trying to extract all the rows in sheet A that matches with the values in the column of sheet B. How to do this in excel? But without using macros, only formulas.
I have a column in Sheet 1 of an excel which I want to compare with an column of Sheet 2 of the same excel.
The values of Sheet 1 column to be present in some rows of Sheet 2 column (not necessary to be row by row).
How to use VLOOKUP here ?
Something like:
=IF(ISNA(MATCH(A1,Sheet2!B:B,0)),"no match","match")