Dt_Input =
class, div, name
1st row- FirstYear,B,Bob
2nd row- , ,John
3rd row-, , Jan
Could you please suggest how to copy 1st row in to 2nd and 3rd(only class and div)
total number of row are not fixed in above eg I took 3 names it may be 12/20 also
If there is 20 names in Name column we need to copy 1st row class div to entire 20 names
Expected o/p
Class,div,name
FirstYear,B,Bob
FirstYear,B,jhon
First Year,B,jan