Is this table tructure good?

thara05

New Member
Joined
Mar 28, 2014
Messages
30
I need to create a table to records some information in a excel sheet. So I tried to draft a table like this .

[TABLE="width: 1305"]
<colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Code
[/TD]
[TD]Name
[/TD]
[TD]Officer
[/TD]
[TD]Advance[/TD]
[TD]Advance Date[/TD]
[TD]Receive Date[/TD]
[TD="colspan: 6"]Balance Due[/TD]
[/TR]
[TR]
[TD]1st Installment [/TD]
[TD]Collect Date [/TD]
[TD]Receive Date[/TD]
[TD]2nd Installment [/TD]
[TD]Collect Date [/TD]
[TD]Receive Date[/TD]
[/TR]
</tbody>[/TABLE]


So here I would like to get some ideas from professionals about this table structure is good or bad design to record above information?

Any ideas would be greatly appreciated.

Thank you.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Morning thara05

Depending on what you will do with the sheet going forward I would try to avoid repeating column names try to make them more unique

All the best

Kevin
 
Upvote 0
[TABLE="width: 1279"]
<tbody>[TR]
[TD]Tutor Code
[/TD]
[TD]Tutor Name
[/TD]
[TD]Marcketing Officer[/TD]
[TD]Advance[/TD]
[TD]Advance Date[/TD]
[TD]Receive Date[/TD]
[TD="align: center"]Balance Due
[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]
1st Installment
Collect Date
Receive Date2nd Installment
Collect Date
Receive Date

<tbody>
</tbody>
[/TD]
[/TR]
</tbody>[/TABLE]


Its not repeat columns. It should be something like that.
 
Last edited:
Upvote 0
Hi thara05

Thats better, I also tend to try and shorten the headers but thats up to your preference for example I would use Rxd_Date for Received Date or Coll_Date for Collect Date as so on

When planning the layout of your worksheet consider how you will use it once its completed will you use it simply as a database of data or will you interact with it and create charts.

Kevin
 
Upvote 0

Forum statistics

Threads
1,223,889
Messages
6,175,226
Members
452,620
Latest member
dsubash

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top