This article brings you relevant knowledge about excel, which mainly introduces the usage of 9E307 in Excel. 9E307, the complete expression is "9E 307", in Excel it It belongs to scientific notation, which means "9*10^307". Let's take a look at it. I hope it will be helpful to everyone.

Related learning recommendations: excel tutorial
Today I will talk about a number: 9E307, the complete expression is 9E 307. In Excel, it belongs to scientific notation, which means 9*10^307, which is a value very close to the maximum value that Excel can accommodate.
Then what is the use of this thing?
Snap your fingers and let me give you a few small examples.
1. Ignore the sum of error values
As shown in the figure below, there are error values in the B2:B9 area, and now you need to sum in cell B10.

Some friends will use the SUM function directly:
=SUM(B2:B9)
Result An error value will be returned. This is because the SUM function will not ignore the error value. Once it exists within the summing range, the error value itself will be returned - the legendary misunderstanding of Yang Guo at first sight.

A friend said that this is simple. You can change the SUM function to the following:
=SUM(B2,B4:B6 ,B8:B9)
Little fist punches your chest, you are really awesome~
……
The correct answer formula is to use the SUMIF function :
=SUMIF(B2:B9,”
SUMIF omits the third parameter summing area, so the first parameter is used by default The condition area serves as the summation area, and the condition for summation is less than the value 9E307, that is, all values are summed.
2. The final query
As shown in the figure below, if you need to query the last value appearing in column A.
The best formula for this problem is to use the LOOKUP function.

The last value in column A
=LOOKUP(9E 307,A:A)
This It is a fixed routine of LOOKUP. When the search value is greater than all values of the same type within the search range, the last value of the same type is returned.
9E307 is a very large value, so the above formula will always return the last value in column A.
Extending this routine can solve two common problems.
As shown in the figure below, A1:M8 is the data details. You need to query the month of each person's last assessment in column N.

The so-called month of final evaluation is the month in which the last numerical value appears.
For example, the last evaluation month for "Seeing Starlight" in cell A2 is March (I quit my job to go to the Olympics in March), and the last evaluation month for "Fat Secretary" in cell A4 is December (he will be evaluated in August). The assessment scores for December have been prepared) Enter the following formula in cell
and copy it downwards:
=LOOKUP(9E 307,B2:M2,B$1 :M$1)
B2:M2 is the single-row query range, B$1:M$1 is the corresponding single-row result range, 9E307 is larger than all similar data in the query range, so the last occurrence is returned The month corresponding to the value.
As shown in the figure below, column A is the data source, and you need to query the consecutive values that appeared before

The reference formula for column B is as follows:
=LOOKUP(9E 307,–LEFT(A2,ROW($1:$15)))
LEFT(A2,ROW($1:$15)) part, extract 1 from the left side of cell A2 in sequence , 2, 3, 4... up to 15 digits of data, the return result is: 2, 20, 204, 204 sees, 204 sees...
Then through the minus operation (–), the calculation result of the LEFT function Convert to numeric value. At this time, plain text cannot perform mathematical operations, such as –204, it will return the error value #VALUE!.
The calculation result of this part is a memory array
{2;20;204;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!; #VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!}
LOOKUP naturally ignores error values, and then uses a value larger than the query range If 9E307, which has a large value, is queried, the last value 204 will be returned.
That’s it.
Related learning recommendations: excel tutorial
The above is the detailed content of Can 9E307 still be used like this in Excel?. For more information, please follow other related articles on the PHP Chinese website!
MEDIAN formula in Excel - practical examplesApr 11, 2025 pm 12:08 PMThis tutorial explains how to calculate the median of numerical data in Excel using the MEDIAN function. The median, a key measure of central tendency, identifies the middle value in a dataset, offering a more robust representation of central tenden
Google Spreadsheet COUNTIF function with formula examplesApr 11, 2025 pm 12:03 PMMaster Google Sheets COUNTIF: A Comprehensive Guide This guide explores the versatile COUNTIF function in Google Sheets, demonstrating its applications beyond simple cell counting. We'll cover various scenarios, from exact and partial matches to han
Excel shared workbook: How to share Excel file for multiple usersApr 11, 2025 am 11:58 AMThis tutorial provides a comprehensive guide to sharing Excel workbooks, covering various methods, access control, and conflict resolution. Modern Excel versions (2010, 2013, 2016, and later) simplify collaborative editing, eliminating the need to m
How to convert Excel to JPG - save .xls or .xlsx as image fileApr 11, 2025 am 11:31 AMThis tutorial explores various methods for converting .xls files to .jpg images, encompassing both built-in Windows tools and free online converters. Need to create a presentation, share spreadsheet data securely, or design a document? Converting yo
Excel names and named ranges: how to define and use in formulasApr 11, 2025 am 11:13 AMThis tutorial clarifies the function of Excel names and demonstrates how to define names for cells, ranges, constants, or formulas. It also covers editing, filtering, and deleting defined names. Excel names, while incredibly useful, are often overlo
Standard deviation Excel: functions and formula examplesApr 11, 2025 am 11:01 AMThis tutorial clarifies the distinction between standard deviation and standard error of the mean, guiding you on the optimal Excel functions for standard deviation calculations. In descriptive statistics, the mean and standard deviation are intrinsi
Square root in Excel: SQRT function and other waysApr 11, 2025 am 10:34 AMThis Excel tutorial demonstrates how to calculate square roots and nth roots. Finding the square root is a common mathematical operation, and Excel offers several methods. Methods for Calculating Square Roots in Excel: Using the SQRT Function: The
Google Sheets basics: Learn how to work with Google SpreadsheetsApr 11, 2025 am 10:23 AMUnlock the Power of Google Sheets: A Beginner's Guide This tutorial introduces the fundamentals of Google Sheets, a powerful and versatile alternative to MS Excel. Learn how to effortlessly manage spreadsheets, leverage key features, and collaborate


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver CS6
Visual web development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.







