arrays - Excel Index Match Small - Formula working only in manual mode -


i'm trying adapt formula needs, can seem make work in manual calculation mode reason. if automatic mode selected formula returns 0 on every row.

in essense formula returning matches based on blue keyword in column matched in sheet dil-2018-08-14, column h. works great in manual mode , after manual recalculation on every cell.

can advise if there avoid , make wortk in automatic mode well.

the formula is:

=iferror(index('dil-2018-08-14'!$h$9:$h$502,small(if(isnumber(search(left(i8,find(" ",i8)-1),'dil-2018-08-14'!$h$9:$h$502)),row('dil-2018-08-14'!$h$9:$h$502)-row('dil-2018-08-14'!$h$9)+1),countif($j$7:j8,"*"&left(i8,find(" ",i8)-1)&"*")+1)),"") 

enter image description here

here steps fix on own:

  • change whole formula hardcoded values this:

=iferror(index('dil-2018-08-14'!$h$9:$h$502,1,1),"")

  • check whether works.

  • start rebuilding formula until fails, building step step solution less hard coded values.

  • see fails.
  • think of solution.

Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -