View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Finding cells with a value ending in '.0'

An alternative that works in that case is =A2=INT(A2)
--
David Biddulph

"Harlan Grove" wrote in message
...
"David Biddulph" <groups [at] biddulph.org.uk wrote...
=MOD(A2,1)=0

...

Not that the OP necessarily has values of the following magnitude, but
try this with A2 containing 134217728 (2^27).