Forum Discussion
kattlees
9 years agoPost Patron
Count values from multiple columns into one.
I am trying to get a headcount of employees in a matrix. Each employee is assigned a "class" based on full time hourly, full time salary, PRN, or how part time. How do I get the columns to show the ...
- 9 years ago
I created a new column and grouped the classes by using =LEFT(Fieldname, # of characters) and it worked.
haozhong
9 years agoResolver I
Flat table as in
RN | Class 1A 8833 | Class 1 | 2 |
RN | Class 3 8833 | Class 3 | 1 |
Easier to count that way in power BI or pivot tables in excel
just my opinion
kattlees
9 years agoPost Patron
I created a new column and grouped the classes by using =LEFT(Fieldname, # of characters) and it worked.