Trying to split the cell content from an excel output I had automated in n8n into different rows in excel and can’t figure out how to do this. For context, if I have (a,b,c,d) in cell A1 as an output, but my goal was to create an output such that a, b, d & d are in different excel cells - A1, B1, C1, D1 - how do I correct this please. I am new to N8N and I do not have any coding experience.