I Need More Than 256 columns

  • Thread starter Thread starter yosi_lb
  • Start date Start date
Y

yosi_lb

hi everybody
is it posible to have a spredsheet with more than 256 columns ?
i need to make a spredsheet with 365 columns (1 year)

thanks
 
Hi Yosi_lb

Only with Excel2007 (it has lots of columns). Your other option from
the MS Office suite would be Access.

If neither of these is a possibility, then you will need to restructure
your data to accommodate it in the existing Excel sheet structure.

Best regards

Richard
 
is it posible to have a spredsheet with more than 256 columns ?
i need to make a spredsheet with 365 columns (1 year)

Not in Excel until version 12 (aka 2007). OTOH, Quattro Pro has provided
for 18,276 columns (and the same number of worksheets and 1,000,000
rows) for a long time.

Alternatively, restructure your design or use Access.
 
Just curious.......why would Access be better?

An Access 2003 table is limited to 255 fields.

Or am I not understanding the rationale behind using Access?


Gord Dibben MS Excel MVP
 
Gord,
Please don't ask questions like that. Aaron is still out there. <g>
Regards,
Jim Cone
San Francisco, USA


"Gord Dibben"
<gorddibbATshawDOTca>
wrote in message
Just curious.......why would Access be better?
An Access 2003 table is limited to 255 fields.
Or am I not understanding the rationale behind using Access?
Gord Dibben MS Excel MVP
 
Gord

I'd always assumed Access had a higher upper limit on the number of
fields in a table - I see that I was completely and utterly wrong!

That's one less erroneous assumption I'll make in future ;-)

Richard
 
Thanks for the reminder Jim <shudder>


Gord

Gord,
Please don't ask questions like that. Aaron is still out there. <g>
Regards,
Jim Cone
San Francisco, USA


"Gord Dibben"
<gorddibbATshawDOTca>
wrote in message
Just curious.......why would Access be better?
An Access 2003 table is limited to 255 fields.
Or am I not understanding the rationale behind using Access?
Gord Dibben MS Excel MVP

Gord Dibben MS Excel MVP
 
RichardSchollar said:
Hi Yosi_lb

Only with Excel2007 (it has lots of columns). Your other option from
the MS Office suite would be Access.

If neither of these is a possibility, then you will need to restructure
your data to accommodate it in the existing Excel sheet structure.

Best regards

Richard
52 sheets with 7 columns each? 12 sheets with 28/30/31 columns? Skip
Saturdays, Sundays, and holidays? 4 quarterly sheets with 90 columns?

There are all sorts of alternatives...

Bill
Bill
 
yosi_lb said:
is it posible to have a spredsheet with more than 256 columns ?
i need to make a spredsheet with 365 columns (1 year)

No. You should restructure your data so that you have one of the columns
indicating the day of year (DOY) to make a tall spreadsheet, not a wide one.
For example:

A B C D
1 DOY Books Paper Pens
2 1 $407 $49 $36
3 2 $398 $52 $51
4 3 $421 $46 $55


Alternatively, you can save the data in SQL Server, which allows up to 1,024
columns per table. Access (even Access 2007) only allows up to 255 columns,
so that wouldn't help. SQL Server 2005 Express is free and available for
download.
 
Honestly, that sounds like setting yourself up for failure. As it is,
you can only keep a single attribute for each row, on each day - that
doesn't seem very useful. However, that may or may not be the case,
depending on what each row represents for a particular day.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top