View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
malcolm malcolm is offline
external usenet poster
 
Posts: 57
Default Averaging without #DIV0!

Im using a worksheet that has a cell (C27) that totals rooms and a cell
(J28) that totals rates and a cell (J29) that is the average daily rate
total, rate/total rooms. Im using the formula =AVERAGE(J28/C27). The only
problem is until I actually input a number into C27 I get the #DIV/0!
displayed in my ADR cell (J29). I dont always need this data so is there a
way I can input the formula and not have the #DIV/0! in cell J29?
Thanks,
Malcolm