function - Excel cant change formula without error -
i using formula check value in cell b6 , check through sheet 1 occurrences of value. formula works expected. however, want copy formula , change functionality it. if change b6 $b6 breaks, if copy cell breaks, if click on cell , press enter without making changes ... breaks. don't understand this, bug don't know causing it. i'm not used excel don't know if it's me or program.
=iferror(sum(len(sheet1!$c$4:$ad$38)-len(substitute(sheet1!$c$4:$ad$38,left(b6,len(b6)),"")))/len(b6),0)
any suggestions appreciated.
i noticed formula working surrounded curly braces
{=iferror(sum(len(sheet1!$c$4:$ad$38)-len(substitute(sheet1!$c$4:$ad$38,left(b6,len(b6)),"")))/len(b6),0)}
ok mistake reason function cant copied straight because array function , must entered ctrl+shift+return
apologies
Comments
Post a Comment