I am recording data. The reason for this format is purely for the sake of a better readability.Why put to data in one cell only, you are limiting anything you may want to do with data segments.
Or do you know, other than Excel VBA, are there any other software tools which could shoot this problem?Hi ,
What you want done can be done using VBA , but it will be complicated , since it will involve separately storing the data to identify the maximum length of text in each segment.
Even after this , it will work only if a fixed length font is selected , since in a proportional font , different letters have different widths , and this is different from the width of a space character.
Narayan
To much data in one cell will cause users to scan read and miss parts of the data, data in the middle tends to be skipped. All data should be broken down to the smallest relevant part.sake of a better readability.
Right. And that is the reason for the symbols to be aligned.To much data in one cell will cause users to scan read and miss parts of the data, data in the middle tends to be skipped. All data should be broken down to the smallest relevant part.
I have attempted before. But the result appears to be not so satisfactory when it comes to post-editing of data, as users need to click on many cells to edit one-by-one.Hi ,
The point is that the data you are trying to put into one cell , actually is 4 different fields ; if you put those 4 different types of data into 4 different columns , you can do an Autofit of the data , and hide the Gridlines ; this will give the viewer access to all of the data in one go , and yet the data can be aligned as you wish because it is in different cells.
Narayan