answersLogoWhite

0


Best Answer

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

There are several functions which allow you to manipulate text by taking part of them out, like LEFT, RIGHT and MID. If you wanted to separate a word into two parts and have a space in between, you could use them. It would be important to know the length of a word. You can use the LEN function to find that out. The following function will split a word in half and show each half with a space in the middle. If there are an odd number of letters, the first part will be one letter shorter than the second part. A1 is where the original word is. You can change the A1 if your word is in a different cell

=LEFT(A1,LEN(A1)/2)&" "&RIGHT(A1,LEN(A1)-INT(LEN(A1)/2))

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What excel formula allows to breake a word into two pieces?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What part of the Excel user interface displays the value or formula contained in the active cell and allows you to edit that value or formula?

The Formula Bar.


What does speed fill do in Excel?

It allows you to quickly fill a range of cells with some data or a formula.


Which function allows the user to work backward from a formula in Excel?

You can use the Formula Auditng which includes the Evaluate facility and Trace Precedents, which would be useful.


What is the definition Point Mode for Excel 2007?

In Excel it allows you to enter formulas using the mouse, by clicking on cells as you type a formula, instead on typing the cell references.


What do you have to put in a cell to denote an equation in Excel?

In Excel an equation can be a formula. All formulas in Excel must start with the equals sign. That is what tells Excel it is a formula.


Where is the formula error button in Excel 2007?

There is no formula error button in Excel. However, there is an Error Checking button on the Formulas ribbon in the Formula Auditing section in Excel 2007.


What is the formula for PVIFA in Excel?

The PVIFA formula in excel refers to Present Value Interest Factor of Annuity. This is able to be calculated in an excel document.


What is replicating a formula in Excel?

Replicating means copying. So replicating a formula in Excel is copying a formula. This is a very common activity that is done in Excel. You create one formula and then use it in other places on the worksheet.


Formula for the calculation of gratuity?

Excel Arrears calculation Only Formula Download Excel Arrears calculation Only Formula Download but free download Excel Arrears calculation Only Formula Download but free download not option


Where Excel displays the formula that is in a cell IS WHAT?

The formula bar.


What is a rule in excel?

it is a formula


What is underlying formula in Excel?

An underlying formula in Excel is used in a spreadsheet to do something different than the formula does. An underlying formula can be used to remove values or display numbers.