When importing data into Broadstripes, it is essential that your data is in “good shape” and in the correct format. One common formatting issue is a single name column in your spreadsheet that includes the full name instead of the first name, middle name, and last name in separate columns. This formatting often occurs when data is exported from another system or database. In Broadstripes, the first, middle, and last names must be in separate columns to be imported to the correct data fields in the app. Separating these columns manually can be tedious. However, a quick and easy way exists to split a single column into multiple columns for a successful data import. Here’s how:Documentation Index
Fetch the complete documentation index at: https://help.broadstripes.com/llms.txt
Use this file to discover all available pages before exploring further.
- In your spreadsheet, create three columns to the right of the column that contains the full name. The headers of these columns will be First Name, Middle Name, and Last Name.

- In the column named First Name, enter the following formula into the first cell below the header:

- Copy all the cells in the column and paste only the values into the same column. You can paste values by right-clicking in the column and selecting Paste Values (V) in the Paste Options section. This will replace all formulas with the desired values in the First Name column. Removing formulas from your spreadsheet is essential for Broadstripes to import the appropriate data.

- In the Middle Name column, enter the following formula to extract the middle name/initial from the Full Name column:
- Copy all the cells in the Middle Name column and paste only the values into the same column. You can paste values by right-clicking in the column and selecting Paste Values (V) in the Paste Options section. This will replace all formulas with the desired values in the Middle Name column.
- In the Last Name column, enter the following formula to extract the Last Name from the Full Name column:
- Copy all the cells in the Last Name column and paste only the values into the same column. You can paste values by right-clicking in the column and selecting Paste Values (V) in the Paste Options section. This will replace all formulas with the desired values in the Last Name column.
- You may need to do a bit of manual cleanup of the rows that contain last names that include a suffix or collective last names that are not hyphenated.
- Keep the Full Name column to reference the original data later. Change the header of this column to “SKIP,” so Broadstripes will ignore it during the import process.