Excel Compare two columns
Suppose there is data of 50-100 rows or more in two columns, A and B
you want to compare whether they are equal or not
---------------------------------------------------------------
column A || column B || column C
----------------------------------------------------------------
100 101 =IF(A1=B1,0,1)
---------------------------------------------------------------
you can type in column c1, this formula
=IF(A1=B1,0,1)
press enter
Result is 0 if content of A1 CELL and B1 CELL values are same
Result is 1 if content of A1 CELL and B1 CELL values are NOT same
Now, you copy C1 cell and paste in the remaining 49or 99 rows down
so that you would see the result for all 49 or 99 rows in the excel worksheet having data.
Follow this blog to get updated on RESOLVING SOLVING WORKAROUNDS FOR tricky issues using automation.
Disclaimer: I am not responsible for any damage or loss or profit on using this blog posts.
Web UI Automation with Windows PowerShell
Web UI Automation with HP QTP
Web UI Automation with OATS
Web UI Automation with Selenium
Desktop UI Automation
Windows Applications Automation with QTP
qtp windows application automation
Blog Free Travel information in India
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment