Why isn't this formula working?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the following formula (which works find) in cell H2

=VLOOKUP("RED",Scores!K:N,3,0)

I have the following formula in cell H3 which is not working. Any ideas why?

=IF(ISTEXT(INDEX(Scores!$M$1:$M$49997,SMALL(IF(Scores!$K$1:$K$49997="RED",ROW(INDIRECT("1:50000"))),ROW()-1))),(INDEX(Scores!$M$1:$M$49997,SMALL(IF(Scores!$K$1:$K$49997="RED",ROW(INDIRECT("1:50000"))),ROW()-1))),"")

Thanks
 
Have you tried looking at each section individually for an error.
I have not looked through the logic of the formula but you do have different
sized arrays. I have not verified that all of them which need to be the same
are.
I also assume you entered it with the control-shift-enter.
what is your error message?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top