2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Merge cells< / title >
< meta charset = "utf-8" / >
< meta name = "description" content = "Merge some cells into one and split the previously merged cell" / >
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
2022-03-21 03:03:46 +00:00
< link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" / >
2018-01-12 14:52:45 +00:00
< script type = "text/javascript" src = "../callback.js" > < / script >
< script type = "text/javascript" src = "../search/js/page-search.js" > < / script >
2016-03-11 00:48:53 +00:00
< / head >
< body >
< div class = "mainpart" >
2022-05-16 13:43:03 +00:00
< div class = "search-field" >
< input id = "search" class = "searchBar" placeholder = "Search" type = "text" onkeypress = "doSearch(event)" >
< / div >
< div class = "video_ground video_trips" >
< h2 id = "introduction" > Introduction< / h2 >
< div class = "block_of_step" >
< div class = "screen_text" >
< p > If you need to merge cells to position your text better (e.g., the name of the table or a long text fragment within the table), use the < b > Merge< / b > tool of < b > ONLYOFFICE Spreadsheet Editor< / b > .< / p >
< / div >
< / div >
< / div >
< h2 id = "step1" > < span class = "style_step" > Type 1. < / span > Merge and Align Center< / h2 >
< div class = "block_of_step" >
< div class = "screen_text" >
< ol >
< li >
Click on the cell at the beginning of the needed range, hold the left mouse button, and drag until you select the cell range you need.
< p > < img alt = "select cell range" src = "https://helpcenter.onlyoffice.com/images/Help/Guides/big/guide135/select_cell_range.png" > < / p >
< p class = "note" > The selected cells < b > must< / b > be adjacent. Only the data in the < b > upper-left cell of the selected range< / b > will remain in the merged cell. Data in other cells of the selected range will be deleted.< / p >
< / li >
< li >
2022-06-11 00:46:46 +00:00
Go to the < b > Home< / b > tab and click on the < b > Merge and center< / b > icon < div class = "icon icon-merge" > < / div > .
2022-05-16 13:43:03 +00:00
< p > < img alt = "merge and center - result" src = "https://helpcenter.onlyoffice.com/images/Help/Guides/big/guide135/merge_and_center.png" > < / p >
< / li >
< / ol >
< / div >
< / div >
< h2 id = "step2" > < span class = "style_step" > Type 2. < / span > Merge Across< / h2 >
< div class = "block_of_step" >
< div class = "screen_text" >
< ol >
< li >
Click on the cell at the beginning of the needed range, hold the left mouse button, and drag until you select the cell range you need.
< p > < img alt = "select cell range" src = "https://helpcenter.onlyoffice.com/images/Help/Guides/big/guide135/select_cell_range_type2.png" > < / p >
< / li >
< li >
2022-06-11 00:46:46 +00:00
Go to the < b > Home< / b > tab and click on the arrow next to the < b > Merge and center< / b > < div class = "icon icon-merge" > < / div > icon to open a drop-down menu.
2022-05-16 13:43:03 +00:00
< p > < img alt = "merge and center - menu" src = "https://helpcenter.onlyoffice.com/images/Help/Guides/big/guide135/type 2_menu.png" > < / p >
< / li >
< li >
Choose the < b > Merge Across< / b > option to align the text left and preserve the rows without merging them.
< p > < img alt = "merge across" src = "https://helpcenter.onlyoffice.com/images/Help/Guides/big/guide135/merge_across.png" > < / p >
< / li >
< / ol >
< / div >
< / div >
< h2 id = "step3" > < span class = "style_step" > Type 3. < / span > Merge Cells< / h2 >
< div class = "block_of_step" >
< div class = "screen_text" >
< ol >
< li >
Click on the cell at the beginning of the needed range, hold the left mouse button, and drag until you select the cell range you need.
< p > < img alt = "select cell range" src = "https://helpcenter.onlyoffice.com/images/Help/Guides/big/guide135/select_cell_range.png" > < / p >
< / li >
< li >
2022-06-11 00:46:46 +00:00
Go to the < b > Home< / b > tab and click on the arrow next to the < b > Merge and center< / b > < div class = "icon icon-merge" > < / div > icon to open a drop-down menu.
2022-05-16 13:43:03 +00:00
< p > < img alt = "merge and center - menu" src = "https://helpcenter.onlyoffice.com/images/Help/Guides/big/guide135/merge_and_center_menu.png" > < / p >
< / li >
< li > Choose the < b > Merge Cells< / b > option to preserve the preset alignment.< / li >
< / ol >
< / div >
< / div >
< h2 id = "unmerge cells" > Unmerge Cells< / h2 >
< div class = "block_of_step" >
< div class = "screen_text" >
< ol >
< li >
Click on the merged area.
< p > < img alt = "merged area" src = "https://helpcenter.onlyoffice.com/images/Help/Guides/big/guide135/merged_area.png" > < / p >
< / li >
< li >
2022-06-11 00:46:46 +00:00
Go to the < b > Home< / b > tab and click on the arrow next to the < b > Merge and center< / b > < div class = "icon icon-merge" > < / div > icon to open a drop-down menu.
2022-05-16 13:43:03 +00:00
< p > < img alt = "unmerge" src = "https://helpcenter.onlyoffice.com/images/Help/Guides/big/guide135/unmerge.png" > < / p >
< / li >
< li > Choose the < b > Unmerge Cells< / b > option to bring the cells back to their original state.< / li >
< / ol >
< / div >
< / div >
2016-03-11 00:48:53 +00:00
< / div >
< / body >
2020-08-12 11:25:32 +00:00
< / html >