=IF(ISNA(INDEX....

Bedford

Active Member
Joined
Feb 3, 2015
Messages
316
Office Version
  1. 365
Platform
  1. MacOS
I've used this formula to return a result in other workbooks, for some strange reason I can't get it to work in this new workbook, can't see what I'm missing?

=IF(ISNA(INDEX('CONSUMER DATA'!$AK$5:$AK$1654,MATCH(AZ3,'CONSUMER DATA'!$T$5:$T$1654,0))),"",INDEX('CONSUMER DATA'!$AK$5:$AK$1654,MATCH(AZ3,'CONSUMER DATA'!$T$5:$T$1654,0)))

Anyone can help.
Thank you.
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Perhaps tell us what is going wrong? Which error do you get ?
 
Upvote 0
What happens if you just use this
Excel Formula:
=INDEX('CONSUMER DATA'!$AK$5:$AK$1654,MATCH(AZ3,'CONSUMER DATA'!$T$5:$T$1654,0))
 
Upvote 0
What happens if you just use this
Excel Formula:
=INDEX('CONSUMER DATA'!$AK$5:$AK$1654,MATCH(AZ3,'CONSUMER DATA'!$T$5:$T$1654,0))
strangely, same, blank cell? Very confused.
 
Upvote 0
Check that you don't have any conditional formatting, or custom cell format in place.
 
Upvote 0
Check that you don't have any conditional formatting, or custom cell format in place.
No conditional formatting, the original formula was an array which also was not showing any result, the array was; =IF(ISERROR(INDEX('CONSUMER DATA'!$AK$5:$AK$1631,SMALL(IF('CONSUMER DATA'!$T$5:$T$1631<>"",IF('CONSUMER DATA'!$T$5:$T$1631=$AZ$3,ROW('CONSUMER DATA'!$T$5:$T$1631)-ROW('CONSUMER DATA'!$T$5)+1)),ROWS('CONSUMER DATA'!$T5:T$5)))),"",INDEX('CONSUMER DATA'!$AK$5:$AK$1631,SMALL(IF('CONSUMER DATA'!$T$5:$T$1631<>"",IF('CONSUMER DATA'!$T$5:$T$1631=$AZ$3,ROW('CONSUMER DATA'!$T$5:$T$1631)-ROW('CONSUMER DATA'!$T$5)+1)),ROWS('CONSUMER DATA'!$T5:T$5))))
 
Upvote 0
In that case in Options, advanced scroll down to "Display options for this worksheet" is the checkbox by "Show a zero in cells..." checked?
 
Upvote 0

Forum statistics

Threads
1,215,006
Messages
6,122,665
Members
449,091
Latest member
peppernaut

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