Here's an example of a cell formula that produces the div/0 error:
=VLOOKUP($A149,'Q:\StaffingEffect\PCH Spreadsheets\2010\[PCH spreadsheet CARDIAC 052910.xls]4M'!$A$3:$AL$19,7,FALSE)/B149
IF there is a global (e.g. copy/paste) method of converting this to:
=IF(ISERROR(=VLOOKUP($A149,'Q:\StaffingEffect\PCH Spreadsheets\2010\[PCH spreadsheet CARDIAC 052910.xls]4M'!$A$3:$AL$19,7,FALSE)/B149),0,=VLOOKUP($A149,'Q:\StaffingEffect\PCH Spreadsheets\2010\[PCH spreadsheet CARDIAC 052910.xls]4M'!$A$3:$AL$19,7,FALSE)/B149) Then I'm all for it!
Or even a way to set the value to zero if the divisor is zero, in this case, B149. But each cell is going to be different, no?