Hi there,
I have the following input:
Items Monday Tuesday Wednesday
Dinner 8 Null Null
Lunch 3 Null Null
Dinner Null 23 Null
Lunch Null 15 Null
Dinner Null Null 17
Lunch Null Null 7
I need the output in the following form:
Items Monday Tuesday Wednesday
Dinner 8 23 17
Lunch 3 15 7
How to go about getting this output?
Would really appreciate your help. Thanks in advance!
Solved! Go to Solution.
Thanks a lot @ShankerV
It's really helpful.
User | Count |
---|---|
52 | |
27 | |
25 | |
24 | |
21 |