orangebloss
Board Regular
- Joined
- Jun 5, 2013
- Messages
- 51
- Office Version
- 365
- Platform
- Windows
Potentially asking for the impossible here! I have a formula that return s the first non null value in a row - what I actually want to do is return the column name,
returns the first value correctly, I tried using Table.CoumnNames but it wasn't happy!
any thoughts and suggestions appreciated
The source file is a CSV if that makes any difference
Power Query:
(List.RemoveNulls(List.RemoveFirstN(Record.ToList(_),4)))
any thoughts and suggestions appreciated
The source file is a CSV if that makes any difference
Last edited by a moderator: