View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default True/False : 1/0

=IF(YourOriginalFormula,1,0)

--
Kind regards,

Niek Otten

"will" wrote in message
...
Hi,

I'm sure this is a simple query, but can you convert true/false returns
into
1/0? I have a page full of either "true or false"'s, and it is much easier
to
see where you are if you are just dealing with 1 or 0's.

Thanks,

Will