Thread: HELP!
View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default HELP!

From Excel help:
Largest number allowed to be typed into a cell:
9.99999999999999E307
--
David Biddulph

"Heather" wrote in message
...
It worked! Thank you!
Can you explain what 9E+307 means?


"David Biddulph" wrote:

CF Formula is:
=A1=MIN(IF($A1:$C1<0,$A1:$C1,9E+307))

....