Forum Discussion
lazarus1907
5 years agoHelper I
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...
- Anonymous5 years ago
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.
Anonymous
5 years agoNot applicable
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.