Formula changes after cut and paste

kgkev

Well-known Member
Joined
Jun 24, 2008
Messages
1,285
Office Version
  1. 365
Platform
  1. Windows
I am reporting on supplier rejects over a 3 months period. I have a list of events with supplier account numbers in column F.
I want to strip out the unique occurrences and rank them into a top 10.

this is my working formula as an array. (probably over complicated but it get the job done)


Code:
{=INDEX('Completed Rejects'!$F$1:$F$1000,MATCH(MAX(IF(LEN(SUBSTITUTE('Completed Rejects'!$F$1:$F$1000,"-",""))>0,IF(1-ISNUMBER(MATCH('Completed Rejects'!$F$1:$F$1000,$B$12:$B13,0)),COUNTIF('Completed Rejects'!$F$1:$F$1000,'Completed Rejects'!$F$1:$F$1000)))),IF(LEN(SUBSTITUTE('Completed Rejects'!$F$1:$F$1000,"-",""))>0,IF(1-ISNUMBER(MATCH('Completed Rejects'!$F$1:$F$1000,$B$12:$B13,0)),COUNTIF('Completed Rejects'!$F$1:$F$1000,'Completed Rejects'!$F$1:$F$1000))),0))}



At the end of the three months the data is cut and pasted to an archive sheet and new data builds up in the supplier reject sheet.

The problem is my formula changes after the cut and paste action. In some instances the "F1000" reduces by the number of cut cells. however this doesn't happen in every instance.


I figured I could surround the whole formula with an "indirect()" but do not think this is compatible with an array?


Any suggestions on how to stop this formula changing?
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Hi there. If instead of cut you use copy and paste, and then clear the contents, the formula will remain unchanged.
 
Upvote 0

Forum statistics

Threads
1,214,559
Messages
6,120,208
Members
448,951
Latest member
jennlynn

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