Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,
I am having an excel sheet in which i need to compare two adjacent rows ? How to compare it ?
My excel sheet sample is shown below ??

Table Name Column Dype Max precision scale is_nullable Primary Key
employee EmpID int 4 10 0 N N
employee Name var 50 0 0 S N

In this table field (Table Name) has common values "employee" i need to replace it like below


My output should be like this

Table Name Column Dype Max precision scale is_nullable Primary Key
employee EmpID int 4 10 0 N N
***** Name var 50 0 0 S N
Posted
Updated 16-Feb-14 22:36pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900