Thread
:
How can I change 0's in the data set to do a LOG with base 2?
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Carim
external usenet poster
Posts: 510
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
Reply With Quote
Carim
View Public Profile
Find all posts by Carim