mummbles74
Board Regular
- Joined
- Nov 14, 2009
- Messages
- 120
- Office Version
- 365
- Platform
- Windows
Hello again you wonderful people, I have hit another road block from the limit of my skills.
i have some data that is download from a bespoke inspection system and unfortunately because of the way that multiple faults can be raised against the same piece of equipment the downloaded data contains merged cells. I have a spread sheet that contains formulas which are carrying out some risk ranging tasks. I have all of that side sorted, the end result is a spread sheet that has the overall risk ranking at the end of the sheet. What I would like to do is then sort the data so that the highest risk ranked items go to the top. To achieve this I have unmerged all of the data and by selecting the blank field I have filled with the data above with a formula and then replacing those items with values rather than formulas, then sorting the data by the unique tag number in column A and the risk rank in column Y, this gives me the data almost exactly how I would like it. The final step I would like to achieve is to re merge the columns that I originally unmerged and I would like to do this based on the duplicated values in Column A.
So if Column A values are the same I would like to merge those cells as well as the values in columns B, C, D & M the duplicate values in Column A are all together because of the sort that I applied but the number of rows that would need merging in each column varies. I have found some code that allows me to merge the information in Column A but not apply this selection across the required columns.
I hope that makes sense;
If data in A1, A2 & A3 is duplicate then merge these rows in Columns A, B, C, D & M then move the the next duplicates.
i have some data that is download from a bespoke inspection system and unfortunately because of the way that multiple faults can be raised against the same piece of equipment the downloaded data contains merged cells. I have a spread sheet that contains formulas which are carrying out some risk ranging tasks. I have all of that side sorted, the end result is a spread sheet that has the overall risk ranking at the end of the sheet. What I would like to do is then sort the data so that the highest risk ranked items go to the top. To achieve this I have unmerged all of the data and by selecting the blank field I have filled with the data above with a formula and then replacing those items with values rather than formulas, then sorting the data by the unique tag number in column A and the risk rank in column Y, this gives me the data almost exactly how I would like it. The final step I would like to achieve is to re merge the columns that I originally unmerged and I would like to do this based on the duplicated values in Column A.
So if Column A values are the same I would like to merge those cells as well as the values in columns B, C, D & M the duplicate values in Column A are all together because of the sort that I applied but the number of rows that would need merging in each column varies. I have found some code that allows me to merge the information in Column A but not apply this selection across the required columns.
I hope that makes sense;
If data in A1, A2 & A3 is duplicate then merge these rows in Columns A, B, C, D & M then move the the next duplicates.