Hi Community
I have spreadsheet which is too large/slow (15-20k rows) to use a For Each. There are multiple columns in the spreadsheet (not all columns listed below) - sample image below.
Problem: I need to merge the column ‘FirstName’ and ‘LastName’ into a new column called ‘Name’.
(MiddleName doesn’t need to be removed as per the image)
.
…
.
Can anyone help with a LINQ query to merge two columns into a new column with a single space between the values.
Example:
“John Smith”
“Jane Doe”
Bonus points if you can include a trim on each the row values.
I am open to other options. Thanks.
Cheers
Steve