Formula nighmare !!

Lee75_UK

New Member
Joined
Jun 6, 2011
Messages
8
Hi, I am a relatively basic user, I have built a spreadsheet that consists of 4 worksheets:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
Sheet 1: I enter raw data.<o:p></o:p>
<o:p></o:p>
Sheets 2, 3 & 4 pulls information from the raw data using predominantly array formulas.<o:p></o:p>
<o:p></o:p>
Due to the number of formulas, I am struggling to open, update and then save the results.<o:p></o:p>
<o:p></o:p>
I have 3 areas I need help with:<o:p></o:p>
<o:p></o:p>
1, The spreadsheet has tripled in size over night. What are the possible causes?<o:p></o:p>
<o:p></o:p>
2, When saving the spreadsheet, it seems to stall @ 61% and takes over 10-15 minutes to save. What are the possible causes?
<o:p></o:p>
3, To try and validate that all the data has pulled through correctly, I have a number of lookup formulas between each worksheet. I can only assume that this will also be slowing down the sheet, can anyone suggest a better solution?
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Array formulas do slow down the calculation speed anyway. Depending on the size of your workbook and the number of formulas used it is common for array formulas to slow down calculations

George

Hi, I am a relatively basic user, I have built a spreadsheet that consists of 4 worksheets:<o:p></o:p>
<o:p></o:p>
Sheet 1: I enter raw data.<o:p></o:p>
<o:p></o:p>
Sheets 2, 3 & 4 pulls information from the raw data using predominantly array formulas.<o:p></o:p>
<o:p></o:p>
Due to the number of formulas, I am struggling to open, update and then save the results.<o:p></o:p>
<o:p></o:p>
I have 3 areas I need help with:<o:p></o:p>
<o:p></o:p>
1, The spreadsheet has tripled in size over night. What are the possible causes?<o:p></o:p>
<o:p></o:p>
2, When saving the spreadsheet, it seems to stall @ 61% and takes over 10-15 minutes to save. What are the possible causes?
<o:p></o:p>
3, To try and validate that all the data has pulled through correctly, I have a number of lookup formulas between each worksheet. I can only assume that this will also be slowing down the sheet, can anyone suggest a better solution?
 
Upvote 0
Thanks for the quick response.

Below is an example of the array formula i use. I am basically asking it to validate 3 different conditions, if all are matched then display the results.

=SUM(IF('Master Data'!$B$2:$B$64998='SKU & HLs'!$B8,IF('Master Data'!$Q$2:$Q$64998="APR",IF('Master Data'!$P$2:$P$64998="EXPORT",'Master Data'!$R$2:$R$64998))))

Is there any alternatives to array formuals?
 
Upvote 0
Try this:

Code:
=SUMIFS('Master Data'!$R$2:$R$64998, 
        'Master Data'!$B$2:$B$64998, 'SKU & HLs'!$B8,
        'Master Data'!$Q$2:$Q$64998, "APR",
        'Master Data'!$P$2:$P$64998, "EXPORT")
 
Upvote 0
Hi, I am a relatively basic user, I have built a spreadsheet that consists of 4 worksheets:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
Sheet 1: I enter raw data.<o:p></o:p>
<o:p></o:p>
Sheets 2, 3 & 4 pulls information from the raw data using predominantly array formulas.<o:p></o:p>
<o:p></o:p>
Due to the number of formulas, I am struggling to open, update and then save the results.<o:p></o:p>
<o:p></o:p>
I have 3 areas I need help with:<o:p></o:p>
<o:p></o:p>
1, The spreadsheet has tripled in size over night. What are the possible causes?<o:p></o:p>
<o:p></o:p>
2, When saving the spreadsheet, it seems to stall @ 61% and takes over 10-15 minutes to save. What are the possible causes?
<o:p></o:p>
3, To try and validate that all the data has pulled through correctly, I have a number of lookup formulas between each worksheet. I can only assume that this will also be slowing down the sheet, can anyone suggest a better solution?
For tips on efficiency:

http://www.decisionmodels.com/
 
Upvote 0
Try this:

Code:
=SUMIFS('Master Data'!$R$2:$R$64998, 
        'Master Data'!$B$2:$B$64998, 'SKU & HLs'!$B8,
        'Master Data'!$Q$2:$Q$64998, "APR",
        'Master Data'!$P$2:$P$64998, "EXPORT")

Hi,

I entered the following and it returned #NAME? as the error??

=SUMIFS('Master Data'!R2:R64998,'Master Data'!B2:B64998,'SKU & HLs'!B3,'Master Data'!Q2:Q64998,"JAN",'Master Data'!P2:P64998,"EXPORT")
 
Last edited:
Upvote 0
Hi,

I entered the following and it returned #NAME? as the error??

=SUMIFS('Master Data'!R2:R64998,'Master Data'!B2:B64998,'SKU & HLs'!B3,'Master Data'!Q2:Q64998,"JAN",'Master Data'!P2:P64998,"EXPORT")
What version of Excel are you using?

The SUMIFS function requires that you be using Excel 2007 or later. It's not compatible with earlier versions.
 
Upvote 0
What version of Excel are you using?

The SUMIFS function requires that you be using Excel 2007 or later. It's not compatible with earlier versions.


I'm using 2003 :0( and its work related so can't upgrade !!

Any other suggestions?

Cheers

Lee
 
Upvote 0
That's unfortunate; as Tony says, SUMIFS requires Excel 2007+

How about a pivot table?
 
Upvote 0

Forum statistics

Threads
1,224,608
Messages
6,179,872
Members
452,949
Latest member
Dupuhini

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