excel formula - How do I increase from one number to another? -


this basic excel problem. have number i'm starting with, 1000, in cell b2. number i'd increase 135,000, located in b40. how go using formula increase 1000 135,000 in way fill cells in between 2 numbers values increase proportionately? i'm making rollout plan number of units need increase proportionately, number of units needs increase (i.e. not double between cells).

in b3, put

=b2+(b$40-b$2)/38 

with 38 being 40-2. then, drag formula down b39. see: https://docs.google.com/spreadsheets/d/1sitslcfsbsp1po6og6gr3aququxub2iyqrde9sq2n2m/edit?usp=sharing


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -