Excel Online
I am using the following formula in a 200 cell column:
=IF(B3>=1,Vlookup(B3,Budget!$A$5:Budget!$C$140,3,True),"")
The formula fails to work when I change the value of B3 (or Bx) but will work if I simply copy and paste the formula from any other cell in the column after changing the value of the column B Cell. I have tried to omit the "True" and I have tried to change it to "False" but it is the same. Help... Please