i know the problem is that the code fails when trying to 'look' into worksheet 'Batters!'![]()
Please Login or Register to view this content.
if i change the line from
.Formula = "=IF($AB2=1,Batters!KS2,"")"
to
.Formula = "=1+1"
the expression works properly.
essentially what i am trying to do is transfer the value of worksheet 'batters ks2' to worksheet 'hitterscalc d2' if the value in cell 'hitterscalc ab2' = 1, and do this for all the rows that have value
Bookmarks