Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 38
Default What increased my file size from 2mb to 5mb in a week?

I didn't add any macros, just maybe30-40 extra rows of information. I
am filling up each cell with at least a paragraph of information
though and am adding hyperlinks, is that what does it?. I have files
that have a ton more information that this that are half the size so
it must be something I'm doing differently with this current file.
What are some of the things that really bulk up the size of an excel
file that I can avoid?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 38
Default What increased my file size from 2mb to 5mb in a week?

On Mar 25, 8:32 pm, Joe wrote:
I didn't add any macros, just maybe30-40 extra rows of information. I
am filling up each cell with at least a paragraph of information
though and am adding hyperlinks, is that what does it?. I have files
that have a ton more information that this that are half the size so
it must be something I'm doing differently with this current file.
What are some of the things that really bulk up the size of an excel
file that I can avoid?


ahhh, I found it, I just cut out 5 formulas and that shaved 3mb off of
the size. That seems weird that a formula would cause such a file size
increase, is that normal?
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default What increased my file size from 2mb to 5mb in a week?

What formulae did you get rid of?

Pete

On Mar 26, 12:35*am, Joe wrote:
On Mar 25, 8:32 pm, Joe wrote:

I didn't add any macros, just maybe30-40 extra rows of information. I
am filling up each cell with at least a paragraph of information
though and am adding hyperlinks, is that what does it?. I have files
that have a ton more information that this that are half the size so
it must be something I'm doing differently with this current file.
What are some of the things that really bulk up the size of an excel
file that I can avoid?


ahhh, I found it, I just cut out 5 formulas and that shaved 3mb off of
the size. That seems weird that a formula would cause such a file size
increase, is that normal?


  #4   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 38
Default What increased my file size from 2mb to 5mb in a week?

I created 5 formulas to help sort some zip codes like this:

= -- ISNUMBER(MATCH(J971,
{"10580";"10583";"10573";"06807";"06830";"06831";" 06832";"06836";"06878";"06901";"06902";"06903";"06 904";"06905";"06906";"06907";"06910";"06911";"0691 2";"06913";"06914";"06920";"06921";"06922";"06925" ;"06926";"06927";"06928"},
0))
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default What increased my file size from 2mb to 5mb in a week?

Rather than including the "hard values" that you wish to match as part of
your function, you may want to consider creating a "table" (list) of the
values on a separate tab and use the following formula instead to check for a
match:

If(ISERROR(VLOOKUP(A1,Table,1,FALSE)),"",VLOOKUP(A 1,Table,1,FALSE))

where A1 is a cell on your data spreadsheet that you are trying to match and
Table is the range of the values established on your Table tab.

This formula will return blank ("") when no match can be found or the value
in the Table when a match can be found.
--
EarlyBirdie


"Joe" wrote:

On Mar 25, 8:32 pm, Joe wrote:
I didn't add any macros, just maybe30-40 extra rows of information. I
am filling up each cell with at least a paragraph of information
though and am adding hyperlinks, is that what does it?. I have files
that have a ton more information that this that are half the size so
it must be something I'm doing differently with this current file.
What are some of the things that really bulk up the size of an excel
file that I can avoid?


ahhh, I found it, I just cut out 5 formulas and that shaved 3mb off of
the size. That seems weird that a formula would cause such a file size
increase, is that normal?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set sheet size to reduce file size LJ Excel Discussion (Misc queries) 1 November 26th 06 02:35 AM
File size increased 7-fold! bman342 Excel Discussion (Misc queries) 3 July 4th 06 04:44 AM
Can actual size of CHECK BOX be increased? Stilla Excel Worksheet Functions 1 December 7th 05 07:01 PM
Height Needs To Be Increased In Row Deb Setting up and Configuration of Excel 1 March 4th 05 06:50 PM
Excel file size increased Akheel Excel Discussion (Misc queries) 2 January 29th 05 05:18 PM


All times are GMT +1. The time now is 01:45 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"