Forum Discussion

lazarus1907's avatar
lazarus1907
Helper I
5 years ago
Solved

Group by sub-heading

Hi, I am trying to import data that is tabulated in a database-unfriendly format. Instead of having the name of an employee appearing in several rows for several bits of information, the name appear...
  • Anonymous's avatar
    Anonymous
    5 years ago

    lazarus1907 

    Three steps:

    1. Replace blank cell with null

    2. Fill down names

     

    3. Group by like following:

     

     

    Paul Zheng _ Community Support Team
    If this post helps, please Accept it as the solution to help the other members find it more quickly.