I am new in SharePoint so please forgive me if I am not using the right terminology. I have a list with several columns (some are calculated columns) and I was doing fine until I hit my column limitation for calculation. In list A "Name,
| MobileNo | Name | Email_Address | Address | Village | PostOffice | District | Block |
|---|
", I have another list column B "
| Address | PostOffice | District | Block | Complain_Type | General_Complain_Type | Grievance_Name | Zone_Name | Circle_Name |
|---|
I have one more list C "
| PoliceStation | Road_Name | Scheme | Details |
|---|
So how we can Merge these Lists column in single list like this.
| MobileNo | Name | Email_Address | Address | Village | PostOffice | District | Block Address PostOffice DistrictBlock Complain_Type General_Complain_Type Grievance_Name Zone_Name Circle_Name PoliceStation Road_ Name Scheme Details |
|---|
And Data should be store in continuous manner.