Hi,
I have a spreadsheet with columns A-D pulling data from a MS Access query,
the rest of the spreadsheet has formulas all the way across to column GP.
When i refresh the query it updates columns A-D perfectly, however it messes up my formulas in the other columns,
not sure why it does this? really don't want it to.
To give you an idea of the type of formulas this is one in column K row 468
{=IF(COUNTIF($A$4:$A467,$A468)<3,"",AVERAGE(IF($A$4:$A467=$A468,IF(ROW($A$4:$A467)>=LARGE(IF($A$4:$A467=$A468,ROW($A$4:$A467)),3),$G$4:$G467))))}
as an example if data in columns A-D is currently down to row 468 and all formula's are correct.
If i then refresh data and it is extended to row 473 formulas are messed up
example cell K469 shows formula {=IF(COUNTIF($A$4:$A473,$A474)<3,"",AVERAGE(IF($A$4:$A473=$A474,IF(ROW($A$4:$A473)>=LARGE(IF($A$4:$A473=$A474,ROW($A$4:$A473)),3),$G$4:$G468))))}
it should be: {=IF(COUNTIF($A$4:$A468,$A469)<3,"",AVERAGE(IF($A$4:$A468=$A469,IF(ROW($A$4:$A468)>=LARGE(IF($A$4:$A468=$A469,ROW($A$4:$A468)),3),$G$4:$G468))))}
In effect it is moving part of the formulas down 5 rows!
How do i stop the refresh doing this to all my formulas??
Any help greatly appreciated
Many thanks
Richard
I have a spreadsheet with columns A-D pulling data from a MS Access query,
the rest of the spreadsheet has formulas all the way across to column GP.
When i refresh the query it updates columns A-D perfectly, however it messes up my formulas in the other columns,
not sure why it does this? really don't want it to.
To give you an idea of the type of formulas this is one in column K row 468
{=IF(COUNTIF($A$4:$A467,$A468)<3,"",AVERAGE(IF($A$4:$A467=$A468,IF(ROW($A$4:$A467)>=LARGE(IF($A$4:$A467=$A468,ROW($A$4:$A467)),3),$G$4:$G467))))}
as an example if data in columns A-D is currently down to row 468 and all formula's are correct.
If i then refresh data and it is extended to row 473 formulas are messed up
example cell K469 shows formula {=IF(COUNTIF($A$4:$A473,$A474)<3,"",AVERAGE(IF($A$4:$A473=$A474,IF(ROW($A$4:$A473)>=LARGE(IF($A$4:$A473=$A474,ROW($A$4:$A473)),3),$G$4:$G468))))}
it should be: {=IF(COUNTIF($A$4:$A468,$A469)<3,"",AVERAGE(IF($A$4:$A468=$A469,IF(ROW($A$4:$A468)>=LARGE(IF($A$4:$A468=$A469,ROW($A$4:$A468)),3),$G$4:$G468))))}
In effect it is moving part of the formulas down 5 rows!
How do i stop the refresh doing this to all my formulas??
Any help greatly appreciated
Many thanks
Richard