View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Carim Carim is offline
external usenet poster
 
Posts: 510
Default How can I change 0's in the data set to do a LOG with base 2?

Hi,

Does the following help ...

=IF(ISERROR(LOG(A1,2)),"",LOG(A1,2))

HTH
Carim