View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Less than/ Greater than logic flipped

Hi!

U14 is probably TEXT. It can still be TEXT even though FormatCells is set
to NUMBER.

Try this:

=ISTEXT(U14)
=ISNUMBER(U14)

Select an empty cell. Make sure this cell has not been preformatted and its
format is the default GENERAL.
Goto EditCopy
Select cell U14
Goto EditPaste SpecialAdd
OK

Did that straighten things out?

Biff

"nastech" wrote in message
...
Hi, don't know what is wrong, small question?? ugh
have equations involved, but simple version also shows as in same cell:

170<186,000 comes up TRUE

but when have in separate cells: 170 in U14 & 186000 in U15
=U14<U15 comes up FALSE

=U14U15 comes up TRUE cannot figure out problem

(right click all cells format: number, same each / paste formats over
each
other, no change...)