Forum Discussion
Anonymous
Aug 19, 2019Create a Table using lines as separators and not columns
Pretty simple question but I didn't find any answer to this: My goal is Simply to create a Table in Excel like anyone would do using the "create table" option, but instead of having "Column1", "Colu...
- Aug 19, 2019
Deleted
What you want is not considered a table.
A table has headers in the first row, data in subsequent rows, no empty rows.
A lot of functions require this structure (SUMIF(), Advanced Filter, DBMIN(), ...)
Detlef_Lewin
Aug 19, 2019Silver Contributor
Deleted
What you want is not considered a table.
A table has headers in the first row, data in subsequent rows, no empty rows.
A lot of functions require this structure (SUMIF(), Advanced Filter, DBMIN(), ...)