i am trying to incorporate the isError function with the following code:
IF(C45>350,LOG(C45,10000000),IF(C45>200,LOG(C45,100000),IF(C45>20,LOG(C45,1000),IF(C45<21,LOG(C45,5),0))))
How would I do that? When the C45 contains zero, I get a #Num error in the cells
thanks