I have a list of list, and have used ;
![]()
List.Transform( Custom1, (_)=> Table.FromList(_) )
to get a list of tables but some of the values are numbers not text, so I first tried
I've used ;
,![]()
List.Transform( {1..10} ,(_)=> Text.From(_))
which works, so I need to get at the values in each list and convert them to text and
then Tablefromlist might work,
But my first part is how can I convert the numbrers in the list of lists to text?
RD
Bookmarks