Hi, I created a spreadsheet with a number of different formulas. To create and test the formulas, I used a small sample size of data. Now complete, they need to be used on a large range of data (will be up to 7000 rows when complete), however it seems that as I increase the data size, the formulas stop working - producing #N/A.
For example:
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #006107}span.s2 {color: #0057d6}span.s3 {color: #ab30d6}</style>=AVERAGE(IF('2018F'!$L$8:$L$7000=PvO!$C170,IF('2018F'!$M$8:$M$7000=PvO!$D170,'2018F'!$Q$8:$Q$7000)))
If I change the '7000's in that formula to a small number, such as '30', it works, and produces a value. But as soon as I change it to '50' or more, it produces #N/A.
Any ideas what needs to be done to correct this?
Much appreciated!
For example:
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #006107}span.s2 {color: #0057d6}span.s3 {color: #ab30d6}</style>=AVERAGE(IF('2018F'!$L$8:$L$7000=PvO!$C170,IF('2018F'!$M$8:$M$7000=PvO!$D170,'2018F'!$Q$8:$Q$7000)))
If I change the '7000's in that formula to a small number, such as '30', it works, and produces a value. But as soon as I change it to '50' or more, it produces #N/A.
Any ideas what needs to be done to correct this?
Much appreciated!