I'm trying to create Named excel ranges for one column with different row ranges based on the month in my case. Is there any way to do this from a cell range selection.
So in my case Column B is where are the names of the ranges, and column C is the ranges itself. It takes a long time manually to do this.
Sheet1
<colgroup> <col style="WIDTH: 30px; FONT-WEIGHT: bold"> <col style="WIDTH: 107px"> <col style="WIDTH: 110px"></colgroup> <tbody>
[TD="bgcolor: #cacaca, align: center"]2[/TD]
[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="bgcolor: #cacaca, align: center"]4[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4
So in my case Column B is where are the names of the ranges, and column C is the ranges itself. It takes a long time manually to do this.
Sheet1
B | C | |
Expense_Jan_13 | =Sheet2!A2:A10 | |
Expense_Feb_13 | =Sheet2!A11:A20 | |
Expense_Mar_13 | =Sheet2!A21:A30 |
<colgroup> <col style="WIDTH: 30px; FONT-WEIGHT: bold"> <col style="WIDTH: 107px"> <col style="WIDTH: 110px"></colgroup> <tbody>
[TD="bgcolor: #cacaca, align: center"]2[/TD]
[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="bgcolor: #cacaca, align: center"]4[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4