View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_2590_] Rick Rothstein \(MVP - VB\)[_2590_] is offline
external usenet poster
 
Posts: 1
Default looking for true result if number is a %

Give this formula a try...

=LEFT(CELL("format",A1))="P"

Rick


"Roger on Excel" wrote in message
...
i would like an adjacet cell read TRUE if the number in the adjacent cell
is
a percentage% format.

Can anyone help?

Thanks,

Roger