4
Answers

Compare row based cell in excel

how to compare two excel sheet .excel sheet having row based cell. find diff and highlight the diff
in row based cell diff using c# windows 
 
example
 sheet 1=singlecell ----Apple
                                       Orange
                                         Ball
 
sheet 2=singlecell ----Apple
                                     Orange
                                    Graphes   output 
 
                   
                                  

Answers (4)