N/A when copy and pasting INDEX formula to a new worksheet

abrig005

Board Regular
Joined
Jan 6, 2017
Messages
82
Office Version
  1. 365
Platform
  1. Windows
When I copy this formula: =INDEX($BM$3:$BY$7,MATCH($CA4,$BL$4:$BL$7, 0), MATCH(CC$3,$BM$2:$BY$2,0)) to a new worksheet I get an N/A.
I changed the external reference to sheetname! before each cell reference
Any idea?
Thank you!
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Are you getting "N/A" or the error "#N/A"?

If either of your MATCH functions don't find a precise match, the entire formula will output the #N/A. So you may want to confirm CA4 has a matching value in BL4:BL7 and CC3 has a matching value in BM2:BY2. Note that even 1 character difference, such as a leading or trailing space, could prevent a match.
 
Upvote 0
I am getting a #N/A error

Are you getting "N/A" or the error "#N/A"?

If either of your MATCH functions don't find a precise match, the entire formula will output the #N/A. So you may want to confirm CA4 has a matching value in BL4:BL7 and CC3 has a matching value in BM2:BY2. Note that even 1 character difference, such as a leading or trailing space, could prevent a match.
 
Upvote 0

Forum statistics

Threads
1,214,639
Messages
6,120,679
Members
448,977
Latest member
dbonilla0331

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