How to split columns in Excel

Jun 18, 2024

#excel#manipulation

Markdown

Do this, and then that.

function greet(name: string) {
	console.log(`Hey ${name}! 👋`)
}