How to keep one variable constant with other one changing with row in excel

后端 未结 8 1516
心在旅途
心在旅途 2020-12-22 17:03

Lets say I have one cell A1, which I want to keep constant in a calculation. For example, I want to calculate a value like this:

=(B1+4)/(A1)
相关标签:
8条回答
  • 2020-12-22 17:59

    You put it as =(B0+4)/($A$0)

    You can also go across WorkSheets with Sheet1!$a$0

    0 讨论(0)
  • 2020-12-22 17:59

    Placing a $ in front of the row value to keep constant worked well for me. e.g.

    =b2+a$1
    
    0 讨论(0)
提交回复
热议问题