Copy formula from one sheet to another while referencing original sheet

angleright

New Member
Joined
Nov 4, 2024
Messages
22
Office Version
  1. 365
Platform
  1. Windows
I am trying to migrate a formula from page "CCFTABLE" to page "SEARCH" while referencing the cells in page "CCFTABLE". this is the formula on page CCFTABLE that works (formula is in cell w30)
=FILTER(FILTER($H:$H:$N:$N,($K:$K=$S$10)*($J:$J=$R$10),"NOTHING FOUND"),{0,0,0,0,0,0,1}), R10 and S10 are the search criteria on page CCFTAABLE.

When I copy the formula to the search page, I change the search criteria to cells on the search page and this is my formula there (formula is in cell m3)
=FILTER(FILTER(CCFTABLE!$H:$N,(CCFTABLE!$K:$K=$D$10)*(CCFTABLE!$J:$J=$C$10),"NOTHING FOUND"),{0,0,0,0,0,0,1}) C10 and D10 are the search criteria on Page search

file can be found here beta ccftable.xlsm

If I can get this to work I will eliminate the search queries from CCFTABLE all together.
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,223,604
Messages
6,173,319
Members
452,510
Latest member
RCan29

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