What does '1E+307' mean?

Natalie50208

New Member
Joined
Jul 17, 2007
Messages
42
I'm using a formula to track the last time a client was invoiced and it uses 1E+307 to look up the last data cell in a range...I'm just curious as to what this stands for?

Thanks!
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
I'm using a formula to track the last time a client was invoiced and it uses 1E+307 to look up the last data cell in a range...I'm just curious as to what this stands for?

Thanks!

That is scientific notation for 10,000,000,000...with 307 total zeros
 
Upvote 0
It stands for a very very very big number. It will be bigger than the other numbers, so Excel will conveniently "stop" at the last entry in the column.
 
Upvote 0
It's Scientific notation...Basically it's a VERY large number
I think (as I understand) the E designates 0's repeated 307 times..
So it's a number beginning with 1 followed by 307 0's.


This is used in lookup formulas, to ensure the lookup value is larger than any possible number in the array in the range.

Usually used to find the LAST number in an array..


Hope that helps.
 
Upvote 0
Hi Natalie. It also means that there's a reasonably good chance that whoever wrote that formula either got it from here or is a member or visitor here. Many times you will also see formulas here use a named constant BIGNUM which is usually defined as 9.99E307 (or if it's from Aladin, 9.99999999999999E+307 who is a stickler for precision :)). The value is not random -- it is the largest numeric value that Excel can store with precision.

<SUP>edit</SUP> The value is listed here along with other Excel specs: http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP010342495.aspx <SUB>/edit</SUB>

I've been to Newton, Iowa and to Newton, Kansas. Are you in one of those Newtons, or in MA, NJ or NC?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,184
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top