View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tom ossieur tom ossieur is offline
external usenet poster
 
Posts: 33
Default excluding #DIV/0! in further calculations

Hi,

I am doing some calculations in several steps. In some steps the result of
some cells is #DIV/0!

as a result the final result (STDEV) gives #REF!

how to exclude the cells that contain #DIV/0! so I get the result in the
last step, based on the cells that had a intermediate result? (without
adapting ALL intermdiate steps with IF etc)

so i am looking for a simple trick in the last step

Thanks!

tom