Array funciton Index and Match Issue

VinayShankam

New Member
Joined
Jul 25, 2013
Messages
23
I've used an array function with Index and Match Issue and it works on 3 tabs (QA Start, QA Pass, Soft Launch ) but not the fourth tab (Hard Launch). On the 4th tab I get a #VALUE! error.

I've done 'Evaluate Formula' and isolated the problem to this IF condition IF('Master Schedule'!$N$2:$N$200,"=",
But it is the same IF condition I have used in the 3 tabs (QA Start, QA Pass, Soft Launch ) so not sure what the issue is

URL to the file https://www.dropbox.com/s/1aszvsohjuaq3r1/Next 4 Week Commits.xlsx

Please could you help troubleshoot
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi

Cell N132 on the Master Schedule is the culprit.
Why having both dates and text in the same column? Your formula expects a number or a true/false result,
while you supply cells with text. That's not going to work like that and is bad spreadsheet design.
 
Upvote 0
I've used an array function with Index and Match Issue and it works on 3 tabs (QA Start, QA Pass, Soft Launch ) but not the fourth tab (Hard Launch). On the 4th tab I get a #VALUE! error.

I've done 'Evaluate Formula' and isolated the problem to this IF condition IF('Master Schedule'!$N$2:$N$200,"=",
But it is the same IF condition I have used in the 3 tabs (QA Start, QA Pass, Soft Launch ) so not sure what the issue is

URL to the file https://www.dropbox.com/s/1aszvsohjuaq3r1/Next%204%20Week%20Commits.xlsx

Please could you help troubleshoot

Care to explain what "=" means as it appears there in the formula?
 
Upvote 0

Forum statistics

Threads
1,215,737
Messages
6,126,576
Members
449,318
Latest member
Son Raphon

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