Forum Discussion
nvsilverlady
Oct 12, 2021Copper Contributor
How do I fix it so each text is in a separate cell
having an issue with a project I am working on. My mother suffered several strokes over the past two years. The most recent left her bedridden with minimal mobility. She has asked me to help her wit...
Hogstad_Raadgivning
Oct 12, 2021Iron Contributor
nvsilverlady If the pattern is the same in the whole dataset you could use:
=INDEX(B4:B15;SEQUENCE(4;3))
Number of wows is the number of name, email, adress combinations. In the example 4.
/Geir