# Merged Cells / Ranges
# Think twice before using Merged Cells/Ranges
First of all, Merged Cells are there only to improve the look of your sheets.
So it is literally the last thing that you should do, once your sheet and workbook are totally functional!
# Where is the data in a Merged Range?
When you merge a Range, you'll only display one block.
The data will be in the very first cell of that Range, and the others will be empty cells!
One good point about it : no need to fill all the cells or the range once merged, just fill the first cell! 😉
The other aspects of this merged ranged are globally negative :