Forum Discussion
Tangy123
Nov 23, 2023Copper Contributor
Excel cell number auto fill
Hi, Kindly assist me with the formula excel use to calculate a figure when you highlight more than one cell with numbers, and drag it, you get an auto calculated number, example Cell: B1,C1, and ...
HansVogelaar
Nov 23, 2023MVP
Excel uses linear extrapolation: it calculates the straight line that best fits these values:
You can return the value 610 using the formula =TREND(B1:D1,{1,2,3},4)
Tangy123
Nov 24, 2023Copper Contributor
Thank you very much