Excel is not updating cells, options > formula > workbook calculation set to automatic

前端 未结 9 1573
夕颜
夕颜 2020-12-13 02:53

The usual answer to this question is to turn formulas to automatic. This, in my case, is not working.

The second usual answer is that there is some macro that is a

9条回答
  •  悲哀的现实
    2020-12-13 03:06

    My problem was that excel column was showing me "=concatenate(A1,B1)" instead of it 's value after concatenation.

    I added a space after "," like this =concatenate(A1, B1) and it worked.

    This is just an example that solved my problem.

    Try and let me know if it works for you as well.

    Sometimes it works without space as well, but at other times it doesn't.

提交回复
热议问题