<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=8211560&amp;blogName=Web+Development+Tips%2C+Tricks+%26+Trivia&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http%3A%2F%2Fmvark.blogspot.com%2Fsearch&amp;blogLocale=en_IN&amp;homepageUrl=http%3A%2F%2Fmvark.blogspot.com%2F" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

Web Development Tips, Tricks & Trivia

by 'Anil' Radhakrishna
A seasoned developer's little discoveries and annotated bookmarks.

Search from over a hundred Web Development HOW TO articles, Tips and Tricks


Google Spreadsheet Size Limits

I found that the column T is the last you will find by default in a sheet in Google Spreadsheets. After a little digging, I found that it can have up to 256 columns, or up to 200,000 cells, or up to 100 sheets -- whichever limit is reached first. There's no limit on number of rows.

So how do you go beyond column T? One way is to right click on the column header & then select "Insert 1 right" from the context menu.



Here are some more size limits of Google Spreadsheets -
  • Each spreadsheet can have up to 20,000 cells with formulas. Of this total, the following limits apply:
    • Up to 1,000 GoogleFinance formulas
    • Up to 1,000 GoogleLookup formulas
    • Up to 50 Import formulas
  • You have a limit of 1000 spreadsheets. The spreadsheets that are shared with you do not count against 1000 limit.
  • The limit on spreadsheets open at one time is 11.
  • You can import spreadsheets up to approximately 1 Mb in xls, xlsx, csv, ods, txt, tsv, or tsb format.
Also see:
HOW TO get date N working days ahead in Excel & Google Spreadsheet

Labels:

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

Links to this post:

Create a Link


»

Post a Comment



» Add to Technorati Favorites

Popular Posts

» HOW TO add a header or footer to a dynamically generated Word document
» HOW TO make web pages "cross browser"
» HOW TO show UTC Date/Time recorded on the server in the user's regional time zone format
» HOW TO control ASP.NET's Adaptive Rendering behavior
» Book Review: MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0 Application Development Framework
» HOW TO send an email programmatically using C# with GMail