Pinterest Pixel

How to Master Logarithmic Growth with Excel Formulas

John Michaloudis
When working with data in Excel, I've often encountered situations where the growth rate isn’t constant.
Traditional linear growth assumes a steady rate of increase, but in the real world, many growth patterns, like population growth, cell division, and even some economic metrics, follow a logarithmic trend.

When working with data in Excel, I’ve often encountered situations where the growth rate isn’t constant. Traditional linear growth assumes a steady rate of increase, but in the real world, many growth patterns, like population growth, cell division, and even some economic metrics, follow a logarithmic trend.

Today, I’ll walk you through how I handle logarithmic growth in Excel, from understanding the basics to visualizing it and applying functions that simplify my work.

Key Takeaways:

  • Logarithmic growth starts fast but slows down over time.
  • It is used for analyzing trends like population growth.
  • The LOG function transforms exponential growth into a linear form.
  • Always use positive values for logarithmic calculations.
  • Logarithmic scales in charts can highlight trends clearly.

 

Unlock Logarithmic Growth in Excel

What is Logarithmic Growth?

Logarithmic growth increases quickly at first and then slows down over time. Unlike linear growth, it does not grow at a constant rate. A common example is population growth in a limited space or the spread of information. The graph rises fast and then starts to level off.

The basic formula is:

y=a log⁡(x)+b

Here, a and b are constants that define the steepness and vertical shift of the curve.

What is LOG Function?

In Excel, logarithmic functions help us understand data that grows very quickly over time. This type of growth is called exponential growth. Instead of increasing at the same rate, the values grow faster and faster.

The LOG function in Excel helps simplify this kind of data. It converts large growth patterns into smaller, easier-to-read values. When data is shown on a logarithmic scale, a steep curve can look more like a straight line, making trends easier to analyze and understand.

Syntax of LOG Function

The syntax for the LOG function is

=LOG(number, [base])

  • number refers to the positive real number for which you want to find the logarithm
  • [base] is the base of the logarithm, which is optional and defaults to 10 if not provided.

If you want to find the natural logarithm, use the base e by employing the function LN instead or setting the base as EXP(1).

 

How to Calculate Logarithm Growth in Excel

STEP 1:

I start by creating a table. In column A, I label it “Days” and enter numbers 1 through 10. These represent each day. In column B, I label it “Sales” and enter values like 10, 20, 35, 55, and 80. The numbers should increase to show growth over time.

Logarithmic Growth in Excel

STEP 2: 

For this example, I’ll use base 10, which is the default in Excel’s LOG function. This base works well for general purposes.

STEP 3: 

I click on cell C2 under a new column titled “Log Sales.” In C2, I enter:

=LOG(B2)

Logarithmic Growth in Excel

This calculates the base-10 logarithm of the value in cell B2. After pressing Enter, Excel shows the result in C2.

STEP 4: 

To calculate for all days, I copied this formula down to the “Log Sales” column. I click on cell C2, drag the fill handle down, and Excel fills in the rest.

Logarithmic Growth in Excel

The “Log Sales” values show the rate of growth slowing down. This pattern, where the growth rate decreases over time, is the essence of logarithmic growth.

STEP 5: 

To visualize the data, I highlight columns A and C. Then, I go to Insert > Scatter Plot and select Scatter with Straight Lines.

Logarithmic Growth in Excel

Excel displays the sales growth trend over time.

Logarithmic Growth in Excel

STEP 6: 

I click on any data point to emphasize the trend, choose Add Trendline, and select Logarithmic.

Logarithmic Growth in Excel

 

Tips & Tricks

  • Adjusting the constants aaa and bbb will help fit the logarithmic model to real data. I play around with these until the curve aligns closely with the observed data.
  • The logarithm of zero is undefined, so I always ensure my x-values start from positive numbers and never contain zero.
  • When data spans several orders of magnitude, a log scale on the chart’s y-axis can make trends more visible. I do this, especially for financial data or web metrics.

 

FAQs

What is the log function in Excel?

The LOG function in Excel calculates the logarithm of a number to a specified base. It is important when analyzing data that grows exponentially. It transforms complex growth rates into a linear form and allows you to interpret and compare across different data sets.

How to Apply the LOG Function to a Dataset in Excel?

To apply the LOG function to a dataset in Excel,

  • Make sure that your data is positive
  • Select a cell where you want the result
  • Enter the LOG function
  • Click on the cell with the number
  • Add a comma if you want to specify a base other than 10
  • Close the parenthesis
  • Press Enter

How to calculate logarithmic growth in Excel?

To calculate logarithmic growth in Excel, use the GROWTH function. It can predict y-values based on new x-values and fit a logarithmic curve to your data. You can also use LOG to determine growth rates across time periods and compare proportional changes over time.

What Are Some Common Issues Faced While Using the GROWTH Function?

Common issues when using the GROWTH function include :

  • #REF! error if known_x's and known_y's arrays have different lengths
  • #NUM! error if the known_y's values are less than or equal to zero
  • #VALUE! error for non-numeric entries.
If you like this Excel tip, please share it


Founder & Chief Inspirational Officer

at

John Michaloudis is a former accountant and finance analyst at General Electric, a Microsoft MVP since 2020, an Amazon #1 bestselling author of 4 Microsoft Excel books and teacher of Microsoft Excel & Office over at his flagship MyExcelOnline Academy Online Course.

See also  Top 3 Methods to Find Special Characters in Excel

Star 30 Days - Full Access Star

One Dollar Trial

$1 Trial for 30 days!

Access for $1

Cancel Anytime

One Dollar Trial
  • Get FULL ACCESS to all our Excel & Office courses, bonuses, and support for just USD $1 today! Enjoy 30 days of learning and expert help.
  • You can CANCEL ANYTIME — no strings attached! Even if it’s on day 29, you won’t be charged again.
  • You'll get to keep all our downloadable Excel E-Books, Workbooks, Templates, and Cheat Sheets - yours to enjoy FOREVER!
  • Practice Workbooks
  • Certificates of Completion
  • 5 Amazing Bonuses
Satisfaction Guaranteed
Accepted paymend methods
Secure checkout

Get Video Training

Advance your Microsoft Excel & Office Skills with the MyExcelOnline Academy!

Dramatically Reduce Repetition, Stress, and Overtime!
Exponentially Increase Your Chances of a Promotion, Pay Raise or New Job!

Learn in as little as 5 minutes a day or on your schedule.

Learn More!

Share to...