I have a huge data (approximately 46000 rows). There is a column with the heading "Location". There are total three locations in that column but they are used as headings. For example, first there is "Location 1" and then the next 400 cells are empty which indicate that they are also "Location 1". After that "Location 2" comes in and the next 200 cells are empty which indicate that they are "Location 2" and same is the case with "Location 3". The whole data is arranged in this manner in the column.
What I want to do is to fill up the empty cells as per their "Location". Can i do it one go? It is very frustrating to manually filling up the empty cells considering the huge amount of data.
What I want to do is to fill up the empty cells as per their "Location". Can i do it one go? It is very frustrating to manually filling up the empty cells considering the huge amount of data.