jayy
1
I have 2 lists of texts (of the same count but unknown):
Headings = [“Heading 1”, “Heading 2”, “Heading 3”, …]
Bodies = [“Body 1”, “Body 2”, “Body 3”, …]
Is it possible to get a text in this format using the “format as text” function?
Heading 1
Body 1
Heading 2
Body 2
Heading 3
Body 3
…
You can use a list of numbers equal to the count of one of the lists.
Then format as text (list 1: item#this number, list 2:item# this number)
Good luck!
2 Likes
jayy
3
wow, brilliant! thank you
1 Like
system
Closed
5
This topic was automatically closed after 70 days. New replies are no longer allowed.