Written by Allen Wyatt (last updated December 10, 2022)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, and Excel in Microsoft 365
Excel allows you to use quite a few different trigonometric functions in your worksheets. If you are big into trig, you may wonder why there are no functions that derive antilogs.
An antilog in Excel is technically defined as the inverse of the LOG10 function. The LOG10 function means the logarithm in base 10 of a number. Given that definition, the antilog, or inverse log, of any number is simply 10 raised to that number. For instance, the base-10 log of 4 is 0.60206, and the base-10 antilog of 4 is 10,000 (10 raised to the fourth power). This also means that the base-10 antilog of the base-10 log of 4 is, again, 4. (Raising 10 to the 0.60206 power is 4.)
The following table shows how you would derive the antilogs of the different log functions within Excel.
Base | Number | Log | Antilog (Power) | |||
---|---|---|---|---|---|---|
x | y | =LOG(x,y) | =x^y | |||
e | y | =LN(y) | =e^y | |||
10 | y | =LOG10(y) | =10^y |
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (12486) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Deriving Antilogs.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
Sometimes it is helpful to look at data that is rotated 90 degrees. Excel allows you to use Paste Special to transpose ...
Discover MoreIf you have a series of numbers separated by commas in a single cell, Excel treats the series as text. If you want to ...
Discover MoreIt is not unusual to need to select two random items from a list. There are a couple of ways you can approach the task; ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2022-12-10 06:42:11
Mike J
Re my last post, Now I've got it wrong
Line 1 should be
x y z =LOG(y,x) =x^z
The spacing looked fine when I posted it. This site does sometimes mess up formatting.
2022-12-10 05:43:13
Mike J
I think the first example should be =log(y,x)
Showing e^y can be calculated by =exp(y) would have been helpful too.
Base Number Log Antilog (Power)
x y z =LOG(y,x) =y^z
e y z =LN(y) =e^z or =exp(z)
10 y z =LOG10(y) =10^z
Is less confusing.
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments